An independent software vendor (ISV) is registering a new multi-tenant line-of-business application in Microsoft Entra ID. The application is designed to allow employees from any enterprise customer to log in with their work credentials, but it must reject sign-in attempts from personal Microsoft accounts.
Which configuration should the developer apply to the application manifest and the application's authentication endpoint?
- Set `signInAudience` to `AzureADMultipleOrgs` and use the `/organizations` authority endpoint.Cevap
- BSet `signInAudience` to `AzureADandPersonalMicrosoftAccount` and use the `/common` authority endpoint.
- CSet `signInAudience` to `AzureADMultipleOrgs` and use the `/common` authority endpoint.
- DSet `signInAudience` to `AzureADMyOrg` and use the `/organizations` authority endpoint.
Cevap
Set the signInAudience to AzureADMultipleOrgs and use the /organizations authority endpoint.
Setting the signInAudience to AzureADMultipleOrgs restricts sign-ins to work or school accounts. Using the /organizations authority endpoint enforces this constraint at the Entra ID sign-in screen, ensuring personal accounts cannot log in.
Adım Adım Çözüm
Anahtar Kavram
Microsoft Entra ID Multi-tenant Sign-in Audience and Endpoint Filtering
Tahmini Süre:1m 30s