Skip to content

Commit 420fc63

Browse files
committed
Merge branch 'v2-supported-account-types' of https://github.com/ShawnJackson/azure-docs-pr into v2-supported-account-types
2 parents 16a018c + b7ad4ac commit 420fc63

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/active-directory/develop/v2-supported-account-types.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ In the Microsoft Azure public cloud, most types of apps can sign in users with a
3232
- With their work or school or personal Microsoft accounts.
3333
- With only personal Microsoft accounts.
3434

35-
> [!NOTE]
36-
> Currently, the Microsoft identity platform supports personal Microsoft accounts only. You first register an app for **work or school or Microsoft personal accounts**. Then you restrict sign-in in the code for the application by specifying an Azure Active Directory (Azure AD) authority when building the application, such as `https://login.microsoftonline.com/consumers`.
35+
- If you're writing a business-to-consumer application, you can also sign in users with their social identities, by using Azure Active Directory B2C (Azure AD B2C).
3736

38-
- If you're writing a business-to-consumer application, you can also sign in users with their social identities, by using Azure AD B2C.
39-
40-
## Variances with authentication flows
37+
## Account type support in authentication flows
4138

4239
Some account types can't be used with certain authentication flows. For instance, in desktop, UWP, or daemon applications:
4340

0 commit comments

Comments
 (0)