Skip to content

Commit 72a9469

Browse files
Make AzureAuth headless Linux support clear (#418)
1 parent a5432e8 commit 72a9469

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)