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 @@ -45,8 +45,8 @@ Replaced the following API operations for managing custom authentication extensi
45
45
46
46
| Old endpoint | Recommended endpoint |
47
47
| :--- | :---|
48
- | ` 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) |
49
- | ` 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) |
48
+ | ` 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 ) |
49
+ | ` 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 ) |
50
50
51
51
### Tasks and plans
52
52
You can’t perform that action at this time.
0 commit comments