Closed
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.