Skip to content

Commit 2913bb7

Browse files
authored
Merge pull request #95610 from shashishailaj/patch-56
(Azure CXP) fixes Typo
2 parents 8777692 + 4ca3837 commit 2913bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In the Microsoft Azure public Cloud, most types of apps can sign in users with a
3737
- With their work or school or personal Microsoft account.
3838
- With only personal Microsoft account.
3939
> [!NOTE]
40-
> Currently the Microsoft identity platform supports personal Microsoft accounts only by registering an app for **work or school or Microsoft personal accounts**, and then, restrict sign-in in the code for the application by specifying an Azure AD authority, when building the application, such as `https://login.onmicrosoftonline.com/consumers`.
40+
> Currently the Microsoft identity platform supports personal Microsoft accounts only by registering an app for **work or school or Microsoft personal accounts**, and then, restrict sign-in in the code for the application by specifying an Azure AD authority, when building the application, such as `https://login.microsoftonline.com/consumers`.
4141
4242
- If you're writing a business to consumers application, you can also sign in users with their social identities, using Azure AD B2C.
4343

@@ -57,4 +57,4 @@ Some account types can't be used with certain authentication flows. For instance
5757
## Next steps
5858

5959
- Learn more about [Tenancy in Azure Active Directory](./single-and-multi-tenant-apps.md)
60-
- Learn more about [National Clouds](./authentication-national-cloud.md)
60+
- Learn more about [National Clouds](./authentication-national-cloud.md)

0 commit comments

Comments
 (0)