-
Notifications
You must be signed in to change notification settings - Fork 380
Open
Labels
featNew feature or request.New feature or request.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe your problem
Counterpart to likeandscribe/frontpage#237:
When using "private_key_jwt" authentication, Fosite refuses to accept keys which don't have "use": "sig"
.
RFC7517 states
Use of the "use" member is OPTIONAL, unless the application requires its presence.
Should there be a way to disable this check?
Describe your ideal solution
A way to disable this check; perhaps a way to customise the search for public keys without having to override the whole of DefaultClientAuthenticationStrategy().
Workarounds or alternatives
Adding the "use" parameter to frontpage.fyi's key, per likeandscribe/frontpage#237
Version
v0.46.1
Additional Context
No response
Metadata
Metadata
Assignees
Labels
featNew feature or request.New feature or request.