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

Support JWKS keys without "alg" set #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

miyoyo
Copy link

@miyoyo miyoyo commented Mar 11, 2025

As per RFC7517 section 4.4, the "alg" field in JWKS keys is optional.

Keys without an alg restriction can be used with any alrogithm.

An example of an entity doing this is Microsoft's Bot Framework.

As per [RFC7517 section 4.4](https://datatracker.ietf.org/doc/html/rfc7517#section-4.4), the "alg" field in JWKS keys is optional.

Keys without an alg restriction can be used with any alrogithm.

An example of an entity doing this is [Microsoft's Bot Framework](https://login.botframework.com/v1/.well-known/keys).
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

Successfully merging this pull request may close these issues.

1 participant