RequiredSsoException

Thrown to indicate that SSO authentication is required to proceed.

Constructors

Link copied to clipboard
constructor(idps: List<IdentityProvider>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

a list of identity providers available for authentication

Link copied to clipboard
open val message: String?