Skip to content

Commit

Permalink
Make AzureAuth headless Linux support clear (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
reillysiemens authored Nov 8, 2024
1 parent a5432e8 commit 72a9469
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ The CLI is designed for authenticating and returning an access token for public

# Platform Support

> [!WARNING]
> 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.
> [!IMPORTANT]
> At this time AzureAuth does **NOT** support headless Linux environments unless you are using device code flow.
> See [msal#3033](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3033)
> and [#410](https://github.com/AzureAD/microsoft-authentication-cli/issues/410) for more information.
| Operating System | Integrated Windows Auth | Auth Broker Integration | Web Auth Flow | Device Code Flow | Token Caching | Multi-Account Support |
| ------------------------------------------ | ----------------------- | ----------------------- | ------------------------ | ---------------- | ------------- | ------------------------------- |
| Windows |||||| ⚠️ `--domain` account filtering |
| OSX (MacOS) | N/A | ⚠️ via Web Browser |||| ⚠️ `--domain` account filtering |
| 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 |
| 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 |

<br/>

Expand Down

0 comments on commit 72a9469

Please sign in to comment.