Skip to content

MappedJwtClaimSetConverter should not mutate claim set #6800

Closed
@jgrandja

Description

@jgrandja

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)status: invalidAn issue that we don't feel is valid

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions