-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
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)status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
MappedJwtClaimSetConverter allows the ability to add/remove a claim and rename a claim name in the claim set. This use case does not seem valid. After the Authorization Server creates/signs the Jwt, it should never be altered by a Resource Server or Client. It should only be decoded and used as-is.
Ideally we should remove this capability but this will break compatibility since it was introduced in 5.1. We should figure out a strategy here.
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)status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid