Skip to content

Commit 4f22cfe

Browse files
authored
Merge pull request #226372 from henrymbuguakiarie/msid-content-health-2023-v2-supported-account-types
[msid][content health] 2023 v2 supported account types (ADO-62530)
2 parents 08c3ad4 + 0600a6d commit 4f22cfe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@ 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*.
29-
- If you're an ISV, you can write an application that signs in users:
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_.
29+
- 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
3838

39-
Some account types can't be used with certain authentication flows. For instance, in desktop, UWP, or daemon applications:
39+
Some account types can't be used with certain authentication flows. For instance, in desktop, Universal Windows Platform (UWP), or daemon applications:
4040

4141
- Daemon applications can be used only with Azure AD organizations. It doesn't make sense to try to use daemon applications to manipulate Microsoft personal accounts. The admin consent will never be granted.
4242
- You can use the integrated Windows authentication flow only with work or school accounts (in your organization or any organization). Integrated Windows authentication works with domain accounts, and it requires the machines to be domain-joined or Azure AD-joined. This flow doesn't make sense for personal Microsoft accounts.

0 commit comments

Comments
 (0)