Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
8a6f094
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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?