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 Details

    • InsufficientClaimsException

      public InsufficientClaimsException(String message)