Custom /.well-known/ #593
nagoorkani
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Custom well known is already supported so long as |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
We are using nextjs13 for one our app. We've discovered an issue within the auth flow due to the our custom
well-knownconfig. Making a small tweak to the existing code solves our problemif (parsed.pathname.includes('/.well-known'))inissuer.jsPlease let me know.
Beta Was this translation helpful? Give feedback.
All reactions