Skip to content

Commit 7d7620c

Browse files
Merge pull request #140 from MicrosoftDocs/main
Merge main into live
2 parents 29bd7d3 + e8efffa commit 7d7620c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This is the **documentation repository** for Microsoft Authentication Library (M
99
| βœ… **SDK Repository** | [`AzureAD/microsoft-authentication-library-for-python`](https://github.com/AzureAD/microsoft-authentication-library-for-python) |
1010
| βœ… **SDK Package** | [`msal`](https://pypi.org/project/msal/) |
1111
| βœ… **SDK Documentation** | [MSAL for Python on Microsoft Learn](https://learn.microsoft.com/entra/msal/python/) |
12-
| πŸ”’ **SDK Documentation CI Job** | [Azure Pipelines](https://apidrop.visualstudio.com/Content%20CI/_build?definitionId=6169) |
1312

1413
## Contributions
1514

β€Žmsal-python-conceptual/advanced/macos-broker.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,15 @@ result = app.acquire_token_interactive(["User.ReadBasic.All"],
8383
## Token caching
8484

8585
The authentication broker handles refresh and access token caching. You do not need to set up custom caching.
86+
87+
## Supported macOS versions and architectures
88+
89+
The macOS broker supports the following configurations:
90+
91+
| Component | Supported versions |
92+
|-----------|-------------------|
93+
| **Architecture** | ARM64 (Apple Silicon) and x64 (Intel) |
94+
| **macOS version** | macOS 10.15 (Catalina) and later |
95+
96+
> [!TIP]
97+
> We recommend updating to the latest macOS version to ensure compatibility with the newest security features and broker capabilities.

0 commit comments

Comments
Β (0)