I'm trying to set up first-party cookies for our app at app.ourdomain.com and running into some issues. Here's what I tried:
1. Setting up ourdomain.com in Kinde Custom Domains. It verified fine, but first-party cookies didn't persist. 2. Tried setting up app.ourdomain.com directly. Now Kinde says verification failed.
Was a bit confused by the settings page vs. docs for DNS. For
app.ourdomain.com
app.ourdomain.com
(aiming for
auth.app.ourdomain.com
auth.app.ourdomain.com
), I've got these CNAMEs:
auth.app
auth.app
->
uk.kinde.com.
uk.kinde.com.
_acme-challenge.auth.app
_acme-challenge.auth.app
->
_acme-challenge.randomnumber.ourdomain.kinde.com.
_acme-challenge.randomnumber.ourdomain.kinde.com.
First-party cookies still aren't working with this setup either.
Any ideas what I might be missing or how to get app.ourdomain.com verified correctly for first-party cookies?