Skip to content
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

Closed
mabuonomo opened this issue Jan 24, 2020 · 3 comments · Fixed by #426
Closed

Consider to customize the jwks path #417

mabuonomo opened this issue Jan 24, 2020 · 3 comments · Fixed by #426
Milestone

Comments

@mabuonomo
Copy link

Hi, can you consider to customize the jwks path ('.well-known/jwks.json') in Auth0.php?

$jwks        = $jwksFetcher->getKeys($idTokenIss.'.well-known/jwks.json');

I'd like to use this library in a our internal project, but our service use a different jwks_uri

Thank you

@mabuonomo mabuonomo reopened this Jan 24, 2020
@mabuonomo
Copy link
Author

I use the version tag 7.0.0

@joshcanhelp
Copy link
Contributor

@mabuonomo - Is your JWKS URL listed in the discovery document for your auth server? You can see the jwks_uri key on the URL below for an Auth0 server:

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?

@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants