onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
This is a managed handler for the loading of authentication methods during the authentication step in an external identities user flow on a Microsoft Entra workforce or customer tenant. It defines the authentication methods that a user can select.
Inherits from onAuthenticationMethodLoadStartHandler.
Properties
None
Relationships
Relationship | Type | Description |
---|---|---|
identityProviders | identityProviderBase collection | Required. The list of identity providers that user can sign in or sign up with. At least one identity provider must be specified. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp"
}