Namespace Auth0.ManagementApi.Models.SelfServiceProfiles
Classes
- DomainAliasesConfig
Configuration for the setup of the connection’s domain_aliases in the self-service SSO flow.
- EnabledOrganization
List of organizations that the connection will be enabled for.
- ProvisioningConfig
Configuration for the setup of Provisioning in the self-service flow.
- SelfServiceProfileBase
Represents the Self Service Profile.
- SelfServiceProfileCreateRequest
Represents information required for creating a Self Service Profile
- SelfServiceProfileUpdateRequest
Contains information required for updating Self-Service-Profile
- SelfServiceSsoConnectionConfig
If provided, this will create a new connection for the SSO flow with the given configuration.
- SelfServiceSsoConnectionConfigIdpInitiated
Allows IdP-initiated login
- SelfServiceSsoConnectionConfigOptions
The connection's options (depend on the connection strategy)
- SelfServiceSsoTicket
SSO-access ticket
- UserAttribute
Attribute to be mapped that will be shown to the user during the SS-SSO workflow.
Enums
- ClientProtocol
The protocol used to connect to the default application
- DomainVerification
Whether the end user should complete the domain verification step. Possible values are None (the step is not shown to the user), Optional (the user may add a domain alias in the domain verification step) or Required (the user must add a domain alias in order to enable the connection). Defaults to None.