AuthenticationFlow
An AuthenticationFlow defines the authentication options available for a given risk level.
Properties
Name | Type | Description | Notes |
---|---|---|---|
Applications | List<ApplicationResourceRule> | List of applications using this authentication flow. | [optional] |
Id | string | The unique UUID assigned to the authentication flow when it is created. | |
IdentityProviders | List<IdentityProvider> | The identity providers, both OIDC and SAML, supported when the IDP login flow is enabled- -limited info is returned. This parameter should be used instead of oidcIdentityProviders. | [optional] |
IdpDomainBased | bool? | A flag indicating if the authentication flow will be using only domain-based IDPs. | [optional] |
IdpLoginSecondStep | List<AuthenticationFlow.IdpLoginSecondStepEnum> | 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] |
LoginFlows | List<LoginFlow> | List of login flows. | |
Name | string | The name of the authentication flow. | |
OidcIdentityProviders | List<OidcIdentityProvider> | The OIDC identity providers supported when the IDP login flow is enabled- -limited info is returned. This parameter is deprecated, use identityProviders instead. | [optional] |
ReadOnly | bool | A flag indicating if the authentication flow can be modified or deleted. | |
UserLoginFirstStep | string | The authenticator type to use in the first step of a two-step authentication scenario when the User Login flow is enabled. | [optional] |
UserLoginSecondStep | List<AuthenticationFlow.UserLoginSecondStepEnum> | The authenticator type to use during in the second step of a two-step authentication scenario when the User Login flow is enabled. | [optional] |