AzureAD / microsoft-authentication-cli

A command line utility for Azure authentication.
Other
42 stars 9 forks source link

Improvements to the README doc #375

Closed mvanchaa closed 5 months ago

mvanchaa commented 5 months ago

Following updates are made:

  1. AzureAuth currently doesn't support token caching in Linux environments. MSAL under the hood doesn't support token caching yet. Updating the README accordingly.
  2. On Ubuntu, the web auth flow requires a non-headless environment. Updated it.
  3. Remove the reference to an archived MSAL extension repo.
  4. Add IWA auth flow to the platform X auth flow support table.