Class InvalidRoleClaimsListException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
com.xebialabs.platform.sso.oidc.exceptions.InvalidRoleClaimsListException
All Implemented Interfaces:
Serializable

public class InvalidRoleClaimsListException extends org.springframework.security.core.AuthenticationException
Thrown when a role claim contained non string values. Probably the case if the OIDC provider is not properly configured.
See Also:
  • Constructor Details

    • InvalidRoleClaimsListException

      public InvalidRoleClaimsListException(String message)