-
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.