An organization is deploying a multi-tenant web application named App1 to Azure App Service. App1 needs to authenticate users from any Microsoft Entra ID tenant but must restrict access to corporate (work or school) accounts only, preventing personal Microsoft accounts from signing in. You are configuring the application registration manifest and the authentication authority endpoint in the application code.
Which of the following configurations should you apply to satisfy these requirements?
- Set the signInAudience parameter to AzureADMultipleOrgs and use the authority endpoint https://login.microsoftonline.com/organizationsCevap
- BSet the signInAudience parameter to AzureADandPersonalMicrosoftAccount and use the authority endpoint https://login.microsoftonline.com/common
- CSet the signInAudience parameter to AzureADMultipleOrgs and use the authority endpoint https://login.microsoftonline.com/common
- DSet the signInAudience parameter to AzureADMyOrg and use the authority endpoint https://login.microsoftonline.com/organizations
Cevap
Set the signInAudience parameter to AzureADMultipleOrgs and use the authority endpoint https://login.microsoftonline.com/organizations
The correct configuration is to set the signInAudience to AzureADMultipleOrgs and use the /organizations authority endpoint. This ensures the application accepts authentication requests only from organizational (work or school) directories across any tenant while preventing personal Microsoft accounts from signing in.
Adım Adım Çözüm
Anahtar Kavram
Configuring multi-tenant Microsoft Entra ID applications with appropriate sign-in audiences and authorization endpoints.
Tahmini Süre:2m 0s