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 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.