OidcTokenRejectedException
class OidcTokenRejectedException(val message: String, val cause: Throwable?) : RuntimeException(source)
Thrown when a token fails OpenID Connect validation and must not be trusted.
Parameters
message
describes why the token was rejected.