File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Replaced the following API operations for managing custom authentication extensi
41
41
42
42
| Old endpoint | Recommended endpoint |
43
43
| :--- | :---|
44
- | ` GET /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionStartListener/handler/microsoft.graph.onAttributeCollectionStartCustomExtensionHandler/customExtension ` <br /><br />` GET /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionSubmitListener/handler/microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler/customExtension ` <br /></br > ` GET /identity/authenticationEventListeners/{listenerId}/microsoft.graph.OnEmailOtpSendListener/handler/microsoft.graph.OnOtpSendCustomExtensionHandler/customExtension ` | [ GET /identity/customAuthenticationExtensions/{customAuthenticationExtensionId}] ( https://learn.microsoft.com/en-us /graph/api/customauthenticationextension-get?view=graph-rest-beta&preserve-view=true) |
45
- | ` PUT /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionStartListener/handler/microsoft.graph.onAttributeCollectionStartCustomExtensionHandler/customExtension/$ref ` <br /><br /> ` PUT /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionSubmitListener/handler/microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler/customExtension/$ref ` <br /><br /> ` PUT /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onEmailOtpSendListener/handler/microsoft.graph.onOtpSendCustomExtensionHandler/customExtension/$ref ` | [ PATCH /identity/customAuthenticationExtensions/{customAuthenticationExtensionId}] ( https://learn.microsoft.com/en-us /graph/api/customauthenticationextension-update?view=graph-rest-beta&preserve-view=true) |
44
+ | ` GET /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionStartListener/handler/microsoft.graph.onAttributeCollectionStartCustomExtensionHandler/customExtension ` <br /><br />` GET /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionSubmitListener/handler/microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler/customExtension ` <br /></br > ` GET /identity/authenticationEventListeners/{listenerId}/microsoft.graph.OnEmailOtpSendListener/handler/microsoft.graph.OnOtpSendCustomExtensionHandler/customExtension ` | [ GET /identity/customAuthenticationExtensions/{customAuthenticationExtensionId}] ( /graph/api/customauthenticationextension-get?view=graph-rest-beta&preserve-view=true ) |
45
+ | ` PUT /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionStartListener/handler/microsoft.graph.onAttributeCollectionStartCustomExtensionHandler/customExtension/$ref ` <br /><br /> ` PUT /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onAttributeCollectionSubmitListener/handler/microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler/customExtension/$ref ` <br /><br /> ` PUT /identity/authenticationEventListeners/{listenerId}/microsoft.graph.onEmailOtpSendListener/handler/microsoft.graph.onOtpSendCustomExtensionHandler/customExtension/$ref ` | [ PATCH /identity/customAuthenticationExtensions/{customAuthenticationExtensionId}] ( /graph/api/customauthenticationextension-update?view=graph-rest-beta&preserve-view=true ) |
46
46
47
47
### Tasks and plans
48
48
You can’t perform that action at this time.
0 commit comments