File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,19 @@ The CLI is designed for authenticating and returning an access token for public
1313
1414# Platform Support
1515
16+ > [ !WARNING]
17+ > AzureAuth support for Ubuntu was suspended as of version 0.8.6. Please file an issue if this lack of support causes issues for you.
18+
19+ > [ !IMPORTANT]
20+ > At this time AzureAuth does ** NOT** support headless Linux environments unless you are using device code flow.
21+ > See [ msal #3033 ] ( https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3033 )
22+ > and [ #410 ] ( https://github.com/AzureAD/microsoft-authentication-cli/issues/410 ) for more information.
23+
1624| Operating System | Integrated Windows Auth | Auth Broker Integration | Web Auth Flow | Device Code Flow | Token Caching | Multi-Account Support |
1725| ------------------------------------------ | ----------------------- | ----------------------- | ------------------------ | ---------------- | ------------- | ------------------------------- |
1826| Windows | ✅ | ✅ | ✅ | ✅ | ✅ | ⚠️ ` --domain ` account filtering |
1927| OSX (MacOS) | N/A | ⚠️ via Web Browser | ✅ | ✅ | ✅ | ⚠️ ` --domain ` account filtering |
20- | Ubuntu (linux) < br />‼️Releases coming soon | N/A | ⚠️ via Edge | ⚠️ in GUI environments | ✅ | ⚠️ in GUI environments. See [ msal #3033 ] ( https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3033 ) | ⚠️ ` --domain ` account filtering |
28+ | Ubuntu (Linux) | N/A | ⚠️ via Edge | ⚠️ in GUI environments | ✅ | ⚠️ in GUI environments. See [ msal #3033 ] ( https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3033 ) | ⚠️ ` --domain ` account filtering |
2129
2230<br />
2331
You can’t perform that action at this time.
0 commit comments