redirectCondition property

String? redirectCondition
getter/setter pair

When to redirect sign-ins to the IdP. Possible string values are:

  • "REDIRECT_CONDITION_UNSPECIFIED" : Default and means "always"
  • "NEVER" : 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.

Implementation

core.String? redirectCondition;