Skip to content

Commit 0600a6d

Browse files
[content-health] v2-supported-account-types (ADO-62530)
1 parent 692c386 commit 0600a6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 07/14/2020
12+
ms.date: 02/06/2023
1313
ms.author: henrymbugua
1414
ms.reviewer: saeeda, jmprieur
1515
ms.custom: aaddev, identityplatformtop40
1616
---
1717

1818
# Supported account types
1919

20-
This article explains what account types (sometimes called *audiences*) are supported in the Microsoft identity platform applications.
20+
This article explains what account types (sometimes called _audiences_) are supported in the Microsoft identity platform applications.
2121

2222
<!-- This section can be in an include for many of the scenarios (SPA, web app signing-in users, protecting a web API, Desktop (depending on the flows), Mobile -->
2323

2424
## Account types in the public cloud
2525

2626
In the Microsoft Azure public cloud, most types of apps can sign in users with any audience:
2727

28-
- If you're writing a line-of-business (LOB) application, you can sign in users in your own organization. Such an application is sometimes called *single-tenant*.
28+
- If you're writing a line-of-business (LOB) application, you can sign in users in your own organization. Such an application is sometimes called _single-tenant_.
2929
- If you're an independent software vendor (ISV), you can write an application that signs in users:
3030

31-
- In any organization. Such an application is called a *multitenant* web application. You'll sometimes read that it signs in users with their work or school accounts.
31+
- In any organization. Such an application is called a _multitenant_ web application. You'll sometimes read that it signs in users with their work or school accounts.
3232
- With their work or school or personal Microsoft accounts.
3333
- With only personal Microsoft accounts.
34-
34+
3535
- 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).
3636

3737
## Account type support in authentication flows

0 commit comments

Comments
 (0)