From 86370342ac9ac4bb4badbe254bafc85db48c2e82 Mon Sep 17 00:00:00 2001 From: rsiemens Date: Fri, 8 Nov 2024 14:07:56 -0800 Subject: [PATCH] Make AzureAuth headless Linux support clear --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee01408..4ccd1b2 100644 --- a/README.md +++ b/README.md @@ -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)
‼️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 |