Skip to content

Commit 4ea5fe2

Browse files
Merge pull request #231248 from Jackson-Woods/patch-6
Add missing account type
2 parents a3e274f + 0e7af6f commit 4ea5fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory/develop/supported-accounts-validation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ After the application has been registered, you can check or change the account t
2323
| Accounts in this organizational directory only (Single tenant) | `AzureADMyOrg` |
2424
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) | `AzureADMultipleOrgs` |
2525
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox) | `AzureADandPersonalMicrosoftAccount` |
26+
| Personal Microsoft accounts only | `PersonalMicrosoftAccount` |
2627

2728
If you change this property you may need to change other properties first.
2829

0 commit comments

Comments
 (0)