From dfbab53ad2cb3681a6ea71898fac8fc7854dff7d Mon Sep 17 00:00:00 2001 From: Chris Werner <59959532+cilwerner@users.noreply.github.com> Date: Fri, 23 May 2025 12:06:30 +0100 Subject: [PATCH] adding customer intent statements, and fixing authors --- msal-python-conceptual/advanced/aad-b2c.md | 1 + msal-python-conceptual/advanced/client-capabilities.md | 1 + msal-python-conceptual/advanced/client-credentials.md | 1 + msal-python-conceptual/advanced/conditional-access.md | 1 + .../advanced/instance-metadata-caching.md | 1 + msal-python-conceptual/advanced/logging.md | 1 + msal-python-conceptual/advanced/macos-broker.md | 7 ++++--- msal-python-conceptual/advanced/managed-identity.md | 7 ++++--- .../advanced/migrate-python-adal-msal.md | 1 + msal-python-conceptual/advanced/migrate.md | 1 + .../advanced/msal-error-handling-python.md | 1 + msal-python-conceptual/advanced/msal-logging-python.md | 1 + .../advanced/msal-python-adfs-support.md | 1 + .../advanced/msal-python-token-cache-serialization.md | 1 + .../advanced/username-password-authentication.md | 1 + msal-python-conceptual/advanced/wam.md | 1 + msal-python-conceptual/getting-started/acquiring-tokens.md | 1 + .../getting-started/client-applications.md | 1 + msal-python-conceptual/index.md | 1 + 19 files changed, 25 insertions(+), 6 deletions(-) diff --git a/msal-python-conceptual/advanced/aad-b2c.md b/msal-python-conceptual/advanced/aad-b2c.md index 877088b..fc48f6f 100644 --- a/msal-python-conceptual/advanced/aad-b2c.md +++ b/msal-python-conceptual/advanced/aad-b2c.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Use MSAL Python to work with Azure AD B2C diff --git a/msal-python-conceptual/advanced/client-capabilities.md b/msal-python-conceptual/advanced/client-capabilities.md index 50b5a41..ceaff7d 100644 --- a/msal-python-conceptual/advanced/client-capabilities.md +++ b/msal-python-conceptual/advanced/client-capabilities.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Client capabilities diff --git a/msal-python-conceptual/advanced/client-credentials.md b/msal-python-conceptual/advanced/client-credentials.md index 2ee4c0d..c6a468e 100644 --- a/msal-python-conceptual/advanced/client-credentials.md +++ b/msal-python-conceptual/advanced/client-credentials.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Client credentials diff --git a/msal-python-conceptual/advanced/conditional-access.md b/msal-python-conceptual/advanced/conditional-access.md index 6effea3..3d6b280 100644 --- a/msal-python-conceptual/advanced/conditional-access.md +++ b/msal-python-conceptual/advanced/conditional-access.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Conditional access and claims challenges diff --git a/msal-python-conceptual/advanced/instance-metadata-caching.md b/msal-python-conceptual/advanced/instance-metadata-caching.md index eb9a7fe..06aef53 100644 --- a/msal-python-conceptual/advanced/instance-metadata-caching.md +++ b/msal-python-conceptual/advanced/instance-metadata-caching.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Instance metadata caching diff --git a/msal-python-conceptual/advanced/logging.md b/msal-python-conceptual/advanced/logging.md index ae743f0..6e0ba43 100644 --- a/msal-python-conceptual/advanced/logging.md +++ b/msal-python-conceptual/advanced/logging.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Logging diff --git a/msal-python-conceptual/advanced/macos-broker.md b/msal-python-conceptual/advanced/macos-broker.md index 50445bd..ffb2545 100644 --- a/msal-python-conceptual/advanced/macos-broker.md +++ b/msal-python-conceptual/advanced/macos-broker.md @@ -1,15 +1,16 @@ --- title: Using MSAL Python with an Authentication Broker on macOS description: "Using an authentication broker on macOS enables you to simplify how your users authenticate with Microsoft Entra ID from your application, as well as take advantage of advanced functionality such as token binding, protecting any issued tokens from exfiltration and misuse." -author: localden +author: SHERMANOUKO manager: CelesteDG ms.service: msal ms.subservice: msal-python ms.topic: conceptual ms.date: 09/06/2024 -ms.author: ddelimarsky -ms.reviewer: shermanouko, rayluo +ms.author: shermanouko +ms.reviewer: dmwendia, rayluo +#Customer intent: --- # Using MSAL Python with an Authentication Broker on macOS diff --git a/msal-python-conceptual/advanced/managed-identity.md b/msal-python-conceptual/advanced/managed-identity.md index 21453c5..c68430e 100644 --- a/msal-python-conceptual/advanced/managed-identity.md +++ b/msal-python-conceptual/advanced/managed-identity.md @@ -1,14 +1,15 @@ --- title: Using Managed Identity description: Learn how to use Managed Identity with Microsoft Authentication Library (MSAL) for Python. -author: localden +author: SHERMANOUKO ms.service: msal ms.subservice: msal-python ms.topic: conceptual ms.date: 06/25/2024 -ms.author: ddelimarsky -ms.reviewer: rayluo +ms.author: shermanouko +ms.reviewer: rayluo, dmwendia +#Customer intent: --- # Using Managed Identity diff --git a/msal-python-conceptual/advanced/migrate-python-adal-msal.md b/msal-python-conceptual/advanced/migrate-python-adal-msal.md index 759cebb..f09e6b9 100644 --- a/msal-python-conceptual/advanced/migrate-python-adal-msal.md +++ b/msal-python-conceptual/advanced/migrate-python-adal-msal.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # ADAL to MSAL migration guide for Python diff --git a/msal-python-conceptual/advanced/migrate.md b/msal-python-conceptual/advanced/migrate.md index 130d002..e6022c1 100644 --- a/msal-python-conceptual/advanced/migrate.md +++ b/msal-python-conceptual/advanced/migrate.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Migrate existing Refresh Tokens into MSAL Python diff --git a/msal-python-conceptual/advanced/msal-error-handling-python.md b/msal-python-conceptual/advanced/msal-error-handling-python.md index 409dc8b..1f741c1 100644 --- a/msal-python-conceptual/advanced/msal-error-handling-python.md +++ b/msal-python-conceptual/advanced/msal-error-handling-python.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Handle errors and exceptions in MSAL for Python diff --git a/msal-python-conceptual/advanced/msal-logging-python.md b/msal-python-conceptual/advanced/msal-logging-python.md index 89cb5fb..0aad10e 100644 --- a/msal-python-conceptual/advanced/msal-logging-python.md +++ b/msal-python-conceptual/advanced/msal-logging-python.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Logging in MSAL for Python diff --git a/msal-python-conceptual/advanced/msal-python-adfs-support.md b/msal-python-conceptual/advanced/msal-python-adfs-support.md index 6b340ac..53047ec 100644 --- a/msal-python-conceptual/advanced/msal-python-adfs-support.md +++ b/msal-python-conceptual/advanced/msal-python-adfs-support.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Active Directory Federation Services support in MSAL for Python diff --git a/msal-python-conceptual/advanced/msal-python-token-cache-serialization.md b/msal-python-conceptual/advanced/msal-python-token-cache-serialization.md index 3e3ac80..862caff 100644 --- a/msal-python-conceptual/advanced/msal-python-token-cache-serialization.md +++ b/msal-python-conceptual/advanced/msal-python-token-cache-serialization.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Custom token cache serialization in MSAL for Python diff --git a/msal-python-conceptual/advanced/username-password-authentication.md b/msal-python-conceptual/advanced/username-password-authentication.md index df3fc10..72617c6 100644 --- a/msal-python-conceptual/advanced/username-password-authentication.md +++ b/msal-python-conceptual/advanced/username-password-authentication.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 02/07/2024 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Username and password authentication diff --git a/msal-python-conceptual/advanced/wam.md b/msal-python-conceptual/advanced/wam.md index 005571f..6868679 100644 --- a/msal-python-conceptual/advanced/wam.md +++ b/msal-python-conceptual/advanced/wam.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 04/24/2025 ms.author: dmwendia ms.reviewer: shermanouko, rayluo +#Customer intent: --- # Using MSAL Python with Web Account Manager diff --git a/msal-python-conceptual/getting-started/acquiring-tokens.md b/msal-python-conceptual/getting-started/acquiring-tokens.md index 154506c..e110351 100644 --- a/msal-python-conceptual/getting-started/acquiring-tokens.md +++ b/msal-python-conceptual/getting-started/acquiring-tokens.md @@ -11,6 +11,7 @@ ms.author: shermanouko ms.reviewer: dmwendia, rayluo # zone_pivot_groups: msal-python-acquire-token # zone_pivot_group_filename: msal/python/zone-pivot-groups.json +#Customer intent: --- # Acquire tokens diff --git a/msal-python-conceptual/getting-started/client-applications.md b/msal-python-conceptual/getting-started/client-applications.md index 4ff3974..de64752 100644 --- a/msal-python-conceptual/getting-started/client-applications.md +++ b/msal-python-conceptual/getting-started/client-applications.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 04/24/2025 ms.author: shermanouko ms.reviewer: dmwendia, rayluo +#Customer intent: --- # Client applications diff --git a/msal-python-conceptual/index.md b/msal-python-conceptual/index.md index e142256..bf2a469 100644 --- a/msal-python-conceptual/index.md +++ b/msal-python-conceptual/index.md @@ -10,6 +10,7 @@ ms.topic: conceptual ms.date: 04/24/2025 ms.author: shermanouko ms.reviewer: dmwendia, rayluo +#Customer intent: --- # Microsoft Authentication Library (MSAL) for Python