-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider to customize the jwks path #417
Comments
I use the version tag 7.0.0 |
@mabuonomo - Is your JWKS URL listed in the discovery document for your auth server? You can see the https://auth0.auth0.com/.well-known/openid-configuration The SDK does not currently do dynamic discovery but it's definitely something we want to add. Would that solve your problem here? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi, can you consider to customize the jwks path ('.well-known/jwks.json') in Auth0.php?
I'd like to use this library in a our internal project, but our service use a different jwks_uri
Thank you
The text was updated successfully, but these errors were encountered: