SignInBehaviorRedirectCondition

enum SignInBehaviorRedirectCondition : Enum<SignInBehaviorRedirectCondition> , ConvertibleToJava<SignInBehaviorRedirectCondition>

When to redirect sign-ins to the IdP.

Entries

Link copied to clipboard

Default and means "always"

Link copied to clipboard

Sign-in flows where the user is prompted for their identity will not redirect to the IdP (so the user will most likely be prompted by Google for a password), but special flows like IdP-initiated SAML and sign-in following automatic redirection to the IdP by domain-specific service URLs will accept the IdP's assertion of the user's identity.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SignInBehaviorRedirectCondition
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SignInBehaviorRedirectCondition
Link copied to clipboard
Link copied to clipboard