microsoft-authentication-cli icon indicating copy to clipboard operation
microsoft-authentication-cli copied to clipboard

A command line utility for Azure authentication.

Results 34 microsoft-authentication-cli issues
Sort by recently updated
recently updated
newest added

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies
github_actions

Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2. Release notes Sourced from NuGet/setup-nuget's releases. v2.0.0 What's Changed build(deps): bump semver from 7.3.8 to 7.5.2 by @​dependabot in NuGet/setup-nuget#49 build(deps-dev): bump word-wrap from...

dependencies
github_actions

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Office.Lasso&package-manager=nuget&previous-version=2023.8.24.1&new-version=2023.11.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...

dependencies
.NET

Dotnet 8.0 was released recently. It is the latest LTS version of dotnet. We should change the framework to .net 8.0 and see whether it can bring performance and other...

devops

When AzureAuth `devicecode` mode is invoked, telemetry (only when explicitly enabled) doesn't populate the mode name correctly. Refer to the screenshot below: ![image](https://github.com/AzureAD/microsoft-authentication-cli/assets/99682944/2d65c04f-3921-43ba-b5b8-22ab70744677) We need to fix it as it...

bug

I've noticed azureauth (version 0.5.4 and 0.6.0) is taking a 20-45 seconds to return anything. Subsequent runs are fast but this is happening for token calls as well as azureauth...

bug

The PowerShell install script (`install/install.ps1`) is currently unsigned, requiring anyone running it to bypass PowerShell's execution policy, potentially allowing a vector for a supply-chain attack (especially since it isn't obvious...

question
security