From cc2cf1e446b37b7650293d363ed2ec357ee985d8 Mon Sep 17 00:00:00 2001 From: Feng Gao Date: Wed, 28 Jan 2026 15:25:46 -0800 Subject: [PATCH 1/2] Add arch and OS version support description --- msal-python-conceptual/advanced/macos-broker.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/msal-python-conceptual/advanced/macos-broker.md b/msal-python-conceptual/advanced/macos-broker.md index 4809aa3..b699268 100644 --- a/msal-python-conceptual/advanced/macos-broker.md +++ b/msal-python-conceptual/advanced/macos-broker.md @@ -83,3 +83,15 @@ result = app.acquire_token_interactive(["User.ReadBasic.All"], ## Token caching The authentication broker handles refresh and access token caching. You do not need to set up custom caching. + +## Supported macOS versions and architectures + +The macOS broker supports the following configurations: + +| Component | Supported versions | +|-----------|-------------------| +| **Architecture** | ARM64 (Apple Silicon) and x64 (Intel) | +| **macOS version** | macOS 10.15 (Catalina) and later | + +> [!TIP] +> We recommend updating to the latest macOS version to ensure compatibility with the newest security features and broker capabilities. From 6d1d584750776edca6b216d0657ff1d90c5564c5 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:38:27 +0300 Subject: [PATCH 2/2] Remove SDK Documentation CI Job link Removed the link to the SDK Documentation CI Job from the README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5351b92..bbf0824 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This is the **documentation repository** for Microsoft Authentication Library (M | ✅ **SDK Repository** | [`AzureAD/microsoft-authentication-library-for-python`](https://github.com/AzureAD/microsoft-authentication-library-for-python) | | ✅ **SDK Package** | [`msal`](https://pypi.org/project/msal/) | | ✅ **SDK Documentation** | [MSAL for Python on Microsoft Learn](https://learn.microsoft.com/entra/msal/python/) | -| 🔒 **SDK Documentation CI Job** | [Azure Pipelines](https://apidrop.visualstudio.com/Content%20CI/_build?definitionId=6169) | ## Contributions