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

Adding x5u support in Store #76

Open
yanie-liu opened this issue Sep 22, 2021 · 1 comment
Open

Adding x5u support in Store #76

yanie-liu opened this issue Sep 22, 2021 · 1 comment

Comments

@yanie-liu
Copy link

Hi,
My team is working on a project that involves downloading JWTs from external parties and verifying them using the URL provided in the response header, under "x5u". It would be really nice if the JWT crate Store could also support referencing by x5u as well as by "kid" or key_id. Is this at all possible?

@mikkyang
Copy link
Owner

mikkyang commented Jan 9, 2022

I think this would significantly complicate the Store, as it would require the store to fetch the contents of the certificate indicated by the x5u. I will think about adding this as an optional feature.

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

2 participants