Soru

Zorluk: KolayMulti-tenant Applications Configuration

You are configuring a multi-tenant web application in Microsoft Entra ID. The application must allow users with work or school accounts from any organization's tenant to log in, but must exclude personal Microsoft accounts. Which two configurations are required to meet these requirements? Select two.

  1. Set the signInAudience property in the application manifest to AzureADMultipleOrgsCevap
  2. Configure the authority URI to use the /organizations endpointCevap
  3. C
    Set the signInAudience property in the application manifest to AzureADMyOrg
  4. D
    Configure the authority URI to use a tenant-specific endpoint containing your home tenant ID

Cevap

Set the signInAudience property in the application manifest to AzureADMultipleOrgs and configure the authority URI to use the /organizations endpoint.
To configure a multi-tenant application that supports work and school accounts from any organization but excludes personal accounts, you must set the signInAudience to AzureADMultipleOrgs and use the /organizations endpoint. The /organizations endpoint is specifically designed for work or school accounts from any Microsoft Entra ID tenant, whereas the /common endpoint would also include personal Microsoft accounts.

Adım Adım Çözüm

1
Configure the application manifest to allow multi-tenant access.
The signInAudience property is set to AzureADMultipleOrgs.
This allows accounts in any organizational directory to sign in to the application.
2
Configure the authority endpoint URI in the application's authentication configuration.
The authority URI uses the /organizations endpoint.
This filters the sign-ins to only organizational accounts and excludes personal Microsoft accounts.

Anahtar Kavram

Configuring multi-tenant Microsoft Entra ID applications requires setting the appropriate signInAudience parameter in the application manifest and using the correct authority endpoint to filter user accounts.
Bu soruyu puanla