Jwk Set Uri Nimbus Jwt Decoder builders should take SignatureAlgorithm #7270
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Until Resource Server supports decrypting JWK sets, it doesn't make sense to take algorithms that imply non-public information being sent over via the JWK Set Uri.
As such,
JwkSetUriJwtDecoderBuilder
andJwkSetUriReactiveJwtDecoderBuilder
should only takeSignatureAlgorithm
. This can be widened later in the future as needed.The text was updated successfully, but these errors were encountered: