How to Explicitly Set signinUrl and callbackUrl in NextAuth.js with a Custom OIDC Provider #13015
Unanswered
kosukekurimoto
asked this question in
Help
Replies: 1 comment
-
.env
version
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi there.
Is there a way to explicitly specify the
signinUrl
andcallbackUrl
when using a custom OIDC provider inauth.js
?I'm using Cloud Run and Docker, and because the internal hostname of the container is automatically used, I need a way to explicitly set the URLs like below:
Beta Was this translation helpful? Give feedback.
All reactions