A development team is configuring a new collaboration portal registered in Microsoft Entra ID. The portal must allow users from any corporate or academic Microsoft Entra ID tenant to authenticate, while strictly blocking personal Microsoft Accounts (such as Xbox, Skype, or Outlook.com accounts).
Which combination of application manifest settings and token authority endpoints should the team implement?
- Set the signInAudience parameter to AzureADMultipleOrgs and use the https://login.microsoftonline.com/organizations endpoint.Cevap
- BSet the signInAudience parameter to AzureADandPersonalMicrosoftAccount and use the https://login.microsoftonline.com/common endpoint.
- CSet the signInAudience parameter to AzureADMyOrg and use the https://login.microsoftonline.com/organizations endpoint.
- DSet the signInAudience parameter to AzureADMultipleOrgs and use the https://login.microsoftonline.com/common endpoint.
Cevap
Set the signInAudience parameter to AzureADMultipleOrgs and use the https://login.microsoftonline.com/organizations endpoint.
Setting signInAudience to AzureADMultipleOrgs allows sign-in by users with work or school accounts from any Microsoft Entra ID tenant. Using the /organizations endpoint ensures that only users from organizational directories are allowed to authenticate, which effectively blocks personal Microsoft accounts (MSA) like Outlook.com, Skype, or Xbox Live from logging in.
Adım Adım Çözüm
Anahtar Kavram
Multi-tenant Applications Configuration
Tahmini Süre:1m 30s