Support: urn:ietf:params:oauth:grant-type:jwt-bearer #1348
Replies: 1 comment 1 reply
-
|
All of what you're linking is implementable using the existing extensibility. Client ID metadata is easily done inside the Adapter. And the grant is basically just a framework that I cannot imagine an abstraction for other than the existing one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on suporting URLs as
client_idin Community Solid Server when used withclient_credentials. I encountered a limitation related to multiple users using a client with the sameclient_id, since it is a URL. While in this case it relies on Soild-OIDC it could as well use OAuth Client ID Metadata Document.I would like to prototype alternative flow using grant type defined in JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants which is curently unsupported by this library.
Would it be possible to add support for this grant?
Beta Was this translation helpful? Give feedback.
All reactions