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

webkey property specifying 'use' is optional #71

Conversation

lyxhaven
Copy link

@lyxhaven lyxhaven commented Dec 9, 2018

I encountered a provider (OneLogin) that did not specify "use":"sig" for their webkey, which causes the jwksClient to crash.

It seems that use is optional according to the discussion in this PR: IdentityModel/IdentityModel.OidcClient#77

This PR will allow a web key to be used for signatures when use is not specified.

@krayis
Copy link

krayis commented Mar 7, 2019

When will this be approved?

@pickfire
Copy link

Any progress on this? I also noticed that the use of use claim is not specified in the RFC https://tools.ietf.org/html/rfc7519#section-4.1.

@sureshappana
Copy link

Merging this PR is required to make the library useful for some jwks.

@enissay-git
Copy link

Is this still blocked ?

@stale
Copy link

stale bot commented Dec 31, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️

@stale stale bot added the closed:stale Issue or PR has not seen activity recently label Dec 31, 2019
@stale stale bot closed this Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:stale Issue or PR has not seen activity recently
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants