A developer is configuring a multi-tenant web application in Microsoft Entra ID. The application manifest has the signInAudience parameter configured as AzureADMultipleOrgs. The developer wants to configure the authentication middleware in the application to redirect users to the correct Microsoft identity platform endpoint so that users from any organizational tenant can sign in, but personal Microsoft accounts (such as Xbox or Outlook accounts) are excluded. Which authority URL should the developer configure for the authentication endpoint?
- https://login.microsoftonline.com/organizationsCevap
- Bhttps://login.microsoftonline.com/common
- Chttps://login.microsoftonline.com/consumers
- Dhttps://login.microsoftonline.com/contoso.onmicrosoft.com
Cevap
https://login.microsoftonline.com/organizations
The authority URL containing 'organizations' is the correct endpoint because it allows users with work or school accounts from any Microsoft Entra ID tenant to authenticate, matching the AzureADMultipleOrgs configuration and successfully excluding personal Microsoft accounts.
Adım Adım Çözüm
Anahtar Kavram
Microsoft identity platform multi-tenant endpoints and signInAudience configuration