Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 12 additions & 0 deletions msal-python-conceptual/advanced/macos-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.