You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current routing for the Okta provider does not follow the standard
set by Okta, and as such doesn't allow for custom subdomains. this
update amends the routes to allow for customer subdomains, and also
aligns next-auth with Okta's documentation.
Can I get some clarification here? I understand the logic behind this change, but then it means the "domain" variable would need to be something like "your-org.okta.com/oauth2" for the URLs to work which seems semantically incorrect, or am I missing something?
1 commit comments
miguelguadarrama commentedon Mar 19, 2021
Can I get some clarification here? I understand the logic behind this change, but then it means the "domain" variable would need to be something like "your-org.okta.com/oauth2" for the URLs to work which seems semantically incorrect, or am I missing something?