-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Suggestion
Currently, when a user attempts to log in using Microsoft authentication, the process navigates to the following endpoint.
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
The /common endpoint is used to authenticate the user with their home tenant in Microsoft. However, some users would prefer to specify a tenant endpoint directly, as shown below.
https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize
Please provide support to replace the /common endpoint with a specific tenant endpoint when logging in with Microsoft.
[ID-8954] Support for Customizing request endpoint for Microsoft OAuth2 Authentication
Support reference count | New: 1 |
Description |
Original:
h3. Suggestion
Currently, when a user attempts to log in using Microsoft authentication, the process navigates to the following endpoint. {code} https://login.microsoftonline.com/common/oauth2/v2.0/authorize {code} The /common endpoint is used to authenticate the user with their home tenant in Microsoft. However, some users would prefer to specify a tenant endpoint directly, as shown below. {code} https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize {code} Please provide support to replace the /common endpoint with a specific tenant endpoint when logging in with Microsoft. |
New:
h3. Suggestion
Currently, when a user attempts to log in using Microsoft authentication, the process navigates to the following endpoint. {code} https://login.microsoftonline.com/common/oauth2/v2.0/authorize {code} !screenshot-1.png|thumbnail! !screenshot-2.png|thumbnail! The /common endpoint is used to authenticate the user with their home tenant in Microsoft. However, some users would prefer to specify a tenant endpoint directly, as shown below. {code} https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize {code} Please provide support to replace the /common endpoint with a specific tenant endpoint when logging in with Microsoft. |
Attachment | New: screenshot-2.png [ 501829 ] |
Attachment | New: screenshot-1.png [ 501828 ] |