An organization is developing a multi-tenant software solution named VendorPortal. The solution must allow users from any organizational Microsoft Entra ID tenant to sign in. The solution must explicitly block authentication requests from personal Microsoft accounts, such as those registered with Outlook.com or Xbox Live. Which configuration parameters should you apply to the application manifest and the identity provider authority URL?
- AManifest signInAudience set to AzureADMyOrg and authority URL set to https://login.microsoftonline.com/organizations
- BManifest signInAudience set to AzureADandPersonalMicrosoftAccount and authority URL set to https://login.microsoftonline.com/common
- Manifest signInAudience set to AzureADMultipleOrgs and authority URL set to https://login.microsoftonline.com/organizationsCevap
- DManifest signInAudience set to AzureADMultipleOrgs and authority URL set to https://login.microsoftonline.com/common
Cevap
Manifest signInAudience set to AzureADMultipleOrgs and authority URL set to https://login.microsoftonline.com/organizations
To configure a multi-tenant application that supports only organizational directories and blocks personal Microsoft accounts, the developer must set the signInAudience in the application manifest to AzureADMultipleOrgs. Additionally, the authority URL must point to the organizations endpoint. Using the organizations endpoint ensures that personal accounts are blocked at the identity provider sign-in page before they can input credentials.
Adım Adım Çözüm
Anahtar Kavram
Configuring multi-tenant authorization endpoints and application manifest audiences in Microsoft Entra ID.
Tahmini Süre:1m 30s