-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Open
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement
Description
Expected Behavior
RFC 9493 defines the "sub_id" claim for transmitting typed subject identifiers, rather than relying on the flat string of "sub".
Support for this at the Resource and Authroization servers would be very helpful, similar to the SAML ID support.
Current Behavior
Manually parsing and serialising the structures and string constants from/to the Map<String, Object> of claims.
Context
Identifying users that may have multiple identifiers, federating across domains that may have identifier conflicts, etc.
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement