You are developing a multi-tenant SaaS application that will be registered in Microsoft Entra ID. The application must allow users from any corporate Microsoft Entra ID tenant to sign in using their work or school accounts. However, users with personal Microsoft accounts (such as Outlook.com or Xbox Live) must be prevented from signing in. Which of the following configuration actions must you perform to meet these requirements? (Select TWO.)
- Configure the signInAudience property in the application manifest to AzureADMultipleOrgs.Cevap
- Configure the authority endpoint in the application code to use the /organizations tenant placeholder.Cevap
- CConfigure the signInAudience property in the application manifest to AzureADandPersonalMicrosoftAccount.
- DConfigure the authority endpoint in the application code to use the /common tenant placeholder.
Cevap
Configure the signInAudience property in the application manifest to AzureADMultipleOrgs, and configure the authority endpoint in the application code to use the /organizations tenant placeholder.
To limit authentication to work or school accounts from any Microsoft Entra ID directory while excluding personal Microsoft accounts, you must set the application registration's manifest signInAudience property to AzureADMultipleOrgs and route sign-ins through the /organizations endpoint. This combination guarantees that only corporate identities can authenticate.
Adım Adım Çözüm
Anahtar Kavram
Configuring multi-tenant Microsoft Entra ID applications with restricted sign-in audiences and endpoints
Tahmini Süre:1m 30s