Skip to content

Commit 38405d2

Browse files
authored
Merge pull request #70 from cilwerner/cilwerner/docutune-autopr-20240327-165804-6590790-ignore-build
Test: First Docutune run
2 parents 8de579f + a0e2690 commit 38405d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

msal-python-conceptual/advanced/client-capabilities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Client capabilities
3-
description: "The Microsoft Entra service provides features and policies which are applicable in certain scenarios, such as conditional access policies."
3+
description: "The Microsoft Entra service provides features and policies which are applicable in certain scenarios, such as Conditional Access policies."
44
author: Dickson-Mwendia
55
manager: CelesteDG
66

@@ -14,11 +14,11 @@ ms.reviewer: shermanouko, rayluo
1414

1515
# Client capabilities
1616

17-
The Microsoft Entra service provides features and policies which are applicable in certain scenarios, such as [conditional access](./conditional-access.md) policies. The Microsoft Entra service needs to determine if a client application is participating in the feature or capable of handling the policy, for the end to end scenario to work.
17+
The Microsoft Entra service provides features and policies which are applicable in certain scenarios, such as [Conditional Access](./conditional-access.md) policies. The Microsoft Entra service needs to determine if a client application is participating in the feature or capable of handling the policy, for the end to end scenario to work.
1818

1919
- The **client capabilities** parameter in the application object allows client applications to indicate their compliance with a scenario and readiness to handle the policies or features, so that Microsoft Entra ID can apply them for the client.
2020

21-
For example, in the context of conditional access scenario, adding client capability `CP1` will mean that the client is capable of handling a `claims challenge` from the resource provider(ex: MS Graph). Thus, Microsoft Entra STS (Security token service) will emit claims in the access token that may lead to claims challenge from a resource provider (ex: MS Graph).
21+
For example, in the context of Conditional Access scenario, adding client capability `CP1` will mean that the client is capable of handling a `claims challenge` from the resource provider(ex: MS Graph). Thus, Microsoft Entra STS (Security token service) will emit claims in the access token that may lead to claims challenge from a resource provider (ex: MS Graph).
2222

2323
- These capabilities are set when creating the application object using the `client_capabilities` parameter which is a list of client capability strings.
2424

msal-python-conceptual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: dmwendia, rayluo
1414

1515
# Microsoft Authentication Library (MSAL) for Python
1616

17-
The Microsoft Authentication Library (MSAL) for Python library enables you to sign in users or apps with Microsoft identities. These identities include work and school accounts, personal Microsoft accounts, social accounts, customer accounts, and so on. Using MSAL Python, you can acquire tokens from Microsoft Entra to call protected web APIs such as [Microsoft Graph](https://graph.microsoft.io/), other Microsoft APIs, or your own APIs. MSAL Python supports various application types, including public client applications (desktop and mobile) and confidential client applications (web apps, web APIs, and daemon applications).
17+
The Microsoft Authentication Library (MSAL) for Python library enables you to sign in users or apps with Microsoft identities ([Microsoft Entra ID](https://azure.microsoft.com/services/active-directory/), [Microsoft Accounts](https://account.microsoft.com), and [Azure AD B2C](https://azure.microsoft.com/services/active-directory-b2c/) accounts). Using MSAL Python, you can acquire tokens from Microsoft Entra ID to call protected web APIs such as [Microsoft Graph](https://graph.microsoft.io/), other Microsoft APIs, or your own APIs.
1818

1919
## Prerequisites
2020

0 commit comments

Comments
 (0)