편집

다음을 통해 공유


onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp resource type

Namespace: microsoft.graph

This is a managed handler for the initiation of a customized authentication flow for an application on a Microsoft Entra external tenant. It defines whether a user can register (sign-up) or just sign-in, and is defined as part of a multi-event policy, externalUsersSelfServiceSignUpEventsFlow.

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"
}