An organization registry application built in Microsoft Entra ID needs to support authentication for business users from external directories. The registration must allow log-in capabilities exclusively for corporate credentials across any Microsoft Entra ID tenant, preventing personal email accounts (such as Hotmail or Outlook.com) from authenticating. To implement this restriction, which setting should be selected for the application registration's sign-in audience in the manifest?
- AzureADMultipleOrgsCevap
- BAzureADMyOrg
- CAzureADandPersonalMicrosoftAccount
- DAzureADandOrganizations
Cevap
AzureADMultipleOrgs
The value AzureADMultipleOrgs is used in the Microsoft Entra ID application manifest to allow sign-ins from any organizational directory (work or school accounts) while preventing users with personal Microsoft accounts from signing in.
Adım Adım Çözüm
Anahtar Kavram
Multi-tenant Applications Configuration