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:
java.io.Serializable
public class InvalidRoleClaimsListException extends org.springframework.security.core.AuthenticationExceptionThrown when a role claim contained non string values. Probably the case if the OIDC provider is not properly configured.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRoleClaimsListException(java.lang.String message)
-