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

Add JWKS endpoint support to demo.scitokens.org #5

Open
jbasney opened this issue Oct 5, 2021 · 0 comments
Open

Add JWKS endpoint support to demo.scitokens.org #5

jbasney opened this issue Oct 5, 2021 · 0 comments

Comments

@jbasney
Copy link
Member

jbasney commented Oct 5, 2021

The https://demo.scitokens.org/ site is an out-of-date clone of https://jwt.io/ that is customized to implement SciTokens Claims and SciTokens Verification. The source is https://github.com/scitokens/scitokens-heroku which is a fork of https://github.com/jsonwebtoken/jsonwebtoken.github.io.

Currently https://demo.scitokens.org/ and https://jwt.io/ require manually pasting the signing certificate into the form for verification, rather than using the JWKS URI as described in RFC 8414. Adding JWKS URI support to https://github.com/jsonwebtoken/jsonwebtoken.github.io could be a useful enhancement.

https://jwt.davetonge.co.uk/ (https://github.com/davidgtonge/jwt) is an example of a site with JWKS URI support (for comparison).

This is a Javascript project.

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