AuthenticationFlowParms
Parameters defining the new authentication flow.
Properties
Name | Type | Description | Notes |
---|---|---|---|
identity_provider_ids | List[str] | The UUIDs of the identity providers, both OIDC and SAML, supported when the IDP login flow is enabled--at least one is required. This parameter should be used instead of oidcIdentityProviderIds. | [optional] |
idp_domain_based | bool | A flag indicating if the authentication flow will be using only domain-based IDPs. | [optional] |
idp_login_second_step | List[str] | The authenticator type to use during in the second step of a two-step authentication scenario when the identity provider Login flow is enabled and requires a second factor. PASSTHROUGH is not supported. | [optional] |
login_flows | List[LoginFlow] | List of enabled login flows--at least one must be enabled. If a login flow is not provided, then it's treated as disabled. Enabled login flows must be supported by the account entitlement. | |
name | str | The name of the authentication flow. | [optional] |
oidc_identity_provider_ids | List[str] | The UUIDs of the OIDC identity providers supported when the IDP login flow is enabled--at least one is required. This parameter is deprecated, use identityProviderIds instead. | [optional] |
user_login_first_step | str | The authenticator type to use in the first step of a two-step authentication scenario when the User Login flow is enabled. | [optional] |
user_login_second_step | List[str] | The list of authenticator types to use in the second step of a two-step authentication scenario when the User Login flow is enabled. Use an empty array when none is required. | [optional] |