Skip to content

Commit 3a41a4f

Browse files
authored
Merge pull request #86 from MicrosoftDocs/main
Sync prod
2 parents ab30bd8 + 6b2f131 commit 3a41a4f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

python/docs-ref-autogen/msal/msal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: msal
33
name: msal
44
fullName: msal
5-
type: import
5+
type: rootImport
66
modules:
77
- msal.application
88
- msal.auth_scheme

0 commit comments

Comments
 (0)