You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,6 +66,7 @@ You must specify the **@odata.type** property and the value of the [authenticati
65
66
|handler|[onUserCreateStartHandler](../resources/ontokenissuancestarthandler.md)|The handler to invoke when conditions are met. Can be updated for the **onUserCreateStartListener** listener type.|
66
67
|handler|[onAttributeCollectionStartHandler](../resources/onattributecollectionstarthandler.md)|The handler to invoke when conditions are met. Can be updated for the **onAttributeCollectionStartListener** listener type.|
67
68
|handler|[onAttributeCollectionSubmitHandler](../resources/onattributecollectionsubmithandler.md)|The handler to invoke when conditions are met. Can be updated for the **onAttributeCollectionSubmitListener** listener type.|
69
+
|handler|[onPhoneMethodLoadStartHandler](../resources/onphonemethodloadstarthandler.md)| The handler to invoke when conditions are met. Can be updated for the **onPhoneMethodStartListener** type. |
68
70
|priority|Int32|The priority of this handler. Between 0 (lower priority) and 1000 (higher priority). Required.|
69
71
70
72
## Response
@@ -142,6 +144,7 @@ The following example shows the response.
142
144
```http
143
145
HTTP/1.1 204 No Content
144
146
```
147
+
145
148
### Example 2: Add an application to an authentication event listener's trigger conditions
@@ -69,8 +70,10 @@ You can specify the following properties when creating an **authenticationEventL
69
70
|handler|[onInteractiveAuthFlowStartHandler](../resources/ontokenissuancestarthandler.md)|The handler to invoke when conditions are met. Can be set for the **onInteractiveAuthFlowStartListener** listener type.|
70
71
|handler|[onTokenIssuanceStartHandler](../resources/ontokenissuancestarthandler.md)|The handler to invoke when conditions are met. Can be set for the **onTokenIssuanceStartListener** listener type.|
71
72
|handler|[onUserCreateStartHandler](../resources/ontokenissuancestarthandler.md)|The handler to invoke when conditions are met. Can be set for the **onUserCreateStartListener** listener type.|
73
+
|handler|[onPhoneMethodLoadStartHandler](../resources/onphonemethodloadstarthandler.md)| The handler to invoke when conditions are met. Can be set for the **onPhoneMethodLoadStartListener** listener type. |
72
74
|priority|Int32| The priority of this handler. Between 0 (lower priority) and 1000 (higher priority). Required.|
73
75
76
+
74
77
## Response
75
78
76
79
If successful, this method returns a `201 Created` response code and an [authenticationEventListener](../resources/authenticationeventlistener.md) object in the response body. The **@odata.type** property specifies the type of the created object.
description: "A managed handler that defines what calling codes are enabled or disabled for telephony services in an external identities user flow for Microsoft Entra external tenants."
4
+
author: "aloom3"
5
+
ms.date: 02/05/2025
6
+
ms.localizationpriority: medium
7
+
ms.subservice: "entra-sign-in"
8
+
doc_type: resourcePageType
9
+
---
10
+
11
+
# onPhoneMethodLoadStartExternalUsersAuthHandler resource type
A managed handler that defines what calling codes are enabled or disabled for telephony services in an [external identities user flow for Microsoft Entra external tenants](../resources/authenticationeventsflow.md).
18
+
19
+
This configuration enumerates what region codes can be opted-in or out for SMS or voice MFA.
20
+
21
+
22
+
Inherits from [onPhoneMethodLoadStartHandler](../resources/onphonemethodloadstarthandler.md).
23
+
24
+
25
+
## Properties
26
+
|Property|Type|Description|
27
+
|:---|:---|:---|
28
+
|smsOptions|[phoneOptions](../resources/phoneoptions.md)|Telephony options to enable or disable regions for SMS.|
29
+
|voiceOptions|[phoneOptions](../resources/phoneoptions.md)|Telephony options to enable or disable regions for voice.|
30
+
31
+
## Relationships
32
+
None.
33
+
34
+
## JSON representation
35
+
The following JSON representation shows the resource type.
description: "Used for configuring the telephony settings for enabling or disabling MFA in an external identities user flow for Microsoft Entra external tenants."
Used for configuring the telephony settings for enabling or disabling MFA as defined in an external identities user flow for Microsoft Entra external tenants.
18
+
19
+
This is an abstract complex type from which the [onPhoneMethodLoadStartExternalUsersAuthHandler](../resources/onphonemethodloadstartexternalusersauthhandler.md) subtype is derived.
20
+
21
+
## Properties
22
+
None.
23
+
24
+
## Relationships
25
+
None.
26
+
27
+
## JSON representation
28
+
The following JSON representation shows the resource type.
description: "A listener for when calling codes are enabled or disabled for telephony services in an external identities user flow for Microsoft Entra external tenants."
A listener for when calling codes are enabled or disabled for telephony services in an external identities user flow for Microsoft Entra external tenants. If this listener isn't specified, the default list of calling regions are enabled for MFA.
18
+
19
+
Inherits from [authenticationEventListener](../resources/authenticationeventlistener.md).
20
+
21
+
22
+
## Methods
23
+
None.
24
+
25
+
For the list of API operations for managing this resource type, see the [authenticationEventListener](../resources/authenticationeventlistener.md) resource type.
26
+
27
+
## Properties
28
+
|Property|Type|Description|
29
+
|:---|:---|:---|
30
+
|authenticationEventsFlowId|String|Inherited from [authenticationEventListener](../resources/authenticationeventlistener.md).|
31
+
|conditions|[authenticationConditions](../resources/authenticationconditions.md)|Required. Inherited from [authenticationEventListener](../resources/authenticationeventlistener.md).|
32
+
|handler|[onPhoneMethodLoadStartHandler](../resources/onphonemethodloadstarthandler.md)|Required. Configuration for what to invoke if the event resolves to this listener. |
33
+
|id|String|Required. Inherited from [authenticationEventListener](../resources/authenticationeventlistener.md).|
34
+
|priority|Int32|Required. Inherited from [authenticationEventListener](../resources/authenticationeventlistener.md).|
35
+
36
+
## Relationships
37
+
None.
38
+
39
+
## JSON representation
40
+
The following JSON representation shows the resource type.
0 commit comments