Skip to main content

AuthenticationFlowParms

Parameters defining the new authentication flow.

Properties

NameTypeDescriptionNotes
IdpDomainBasedbool?A flag indicating if the authentication flow will be using only domain-based IDPs.[optional]
IdpLoginSecondStepList<AuthenticationFlowParms.IdpLoginSecondStepEnum>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]
LoginFlowsList<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.
NamestringThe name of the authentication flow.[optional]
OidcIdentityProviderIdsList<string>The UUIDs of the OIDC identity providers supported when the IDP login flow is enabled- -at least one is required.[optional]
UserLoginFirstStepstringThe authenticator type to use in the first step of a two-step authentication scenario when the User Login flow is enabled.[optional]
UserLoginSecondStepList<AuthenticationFlowParms.UserLoginSecondStepEnum>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]