You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and JwkSetUriReactiveJwtDecoderBuilder should only take SignatureAlgorithm. This can be widened later in the future as needed.