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

oauth2: Document how to make the well known endpoint public #688

Closed
aeneasr opened this issue Dec 9, 2017 · 1 comment
Closed

oauth2: Document how to make the well known endpoint public #688

aeneasr opened this issue Dec 9, 2017 · 1 comment
Milestone

Comments

@aeneasr
Copy link
Member

aeneasr commented Dec 9, 2017

/.well-known/jwks.json is protected by a policy, but it usually is public. Making it public is possible with this command:

hydra policies create --id jwks-key -a get -r rn:hydra:keys:hydra.openid.id-token:public --allow --subjects '<.*>'
@aeneasr aeneasr added the docs label Dec 9, 2017
@aeneasr aeneasr added this to the unplanned milestone Jan 15, 2018
@aeneasr
Copy link
Member Author

aeneasr commented Feb 9, 2018

This is no longer required because hydra does this automatically

@aeneasr aeneasr closed this as completed Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant