onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp 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 starting authentication step in an external identities user flow on a Microsoft Entra workforce or customer tenant. It defines whether a user can sign up, that is create an account; otherwise, a user will is only able to sign-in.
Inherits from onInteractiveAuthFlowStartHandler.
Properties
Property | Type | Description |
---|---|---|
isSignUpAllowed | Boolean | Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp",
"isSignUpAllowed": "Boolean"
}