Class InsufficientClaimsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
com.xebialabs.platform.sso.oidc.exceptions.InsufficientClaimsException
- All Implemented Interfaces:
Serializable
public class InsufficientClaimsException
extends org.springframework.security.core.AuthenticationException
Thrown when the necessary information is not present in OpenIdConnect claims.
Probably the case if the OIDC provider is not properly configured.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InsufficientClaimsException
-