This issue has been created
 
 
OpenId Connect / cid:jira-generated-image-avatar-5dc6e540-94fe-453b-9f53-e16c9b87c03b OIDC-288 Open

Add support for Client OAuth ID Metadata Document

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-20748f4e-c439-4ce5-826b-f9dba1d57500 Thomas Mortagne created this issue on 19/May/26 11:38
 
Summary: Add support for Client OAuth ID Metadata Document
Issue Type: cid:jira-generated-image-avatar-5dc6e540-94fe-453b-9f53-e16c9b87c03b New Feature
Affects Versions: 2.21.0
Assignee: Unassigned
Components: Authenticator, Provider
Created: 19/May/26 11:38
Priority: cid:jira-generated-image-static-major-0759eb4c-0f9a-4132-a4e6-b41e5969d83c Major
Reporter: Thomas Mortagne
Description:

The specification seems to still be a draft, but it's an interesting new way to register a client dynamically during the authorization phase (which, among other things, allow asking the user if it's OK to register this client).

The specification (does not seem to be final yet) seems to be https://datatracker.ietf.org/doc/draft-ietf-oauth-client-id-metadata-document/.

Note that it does not seem to be supported by oauth2-oidc-sdk yet.