Skip to main content

AuthenticationFlowParms

Parameters defining the new authentication flow.

Properties

NameTypeDescriptionNotes
idp_domain_basedboolA flag indicating if the authentication flow will be using only domain-based IDPs.[optional]
idp_login_second_stepList[str]The authenticator type to use during in the second step of a two-step authentication scenario when the OIDC identity provider Login flow is enabled and requires a second factor.[optional]
login_flowsList[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.
namestrThe name of the authentication flow.[optional]
oidc_identity_provider_idsList[str]The UUIDs of the OIDC identity providers supported when the IDP login flow is enabled--at least one is required.[optional]
user_login_first_stepstrThe 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_stepList[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]

Example