Skip to content

Commit cc2cf1e

Browse files
committed
Add arch and OS version support description
1 parent 929313d commit cc2cf1e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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)