signing url format is mandatory? #3253
Unanswered
ranjeetthorat
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
currently for okta provider my signin redirect url is
https://mydomain-name-dev.com/api/login/callback
should it be
https://mydomain-name-dev.com/api/auth/callback/okta
?On local production build (.ie. on localhost 3000) i can see options to login with okta once i click on sign in . when deployed to my site it won't show login with okta option . instead it return 404 error . with api/auth/error url .
How to reproduce ☕️
Providers.Okta( { clientId: 'myid', domain: 'mydomain-name-dev.com/oauth2/default', protection: 'pkce', } )
NEXTAUTH_URL=https://mydomain-name-dev.com
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions