AzAuth

2.3.0

A lightweight PowerShell module to handle Azure authentication, using the Azure.Identity MSAL library.

Minimum PowerShell version

7.2

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzAuth

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzAuth

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Emanuel Palm. All rights reserved.

Package Details

Author(s)

  • Emanuel Palm

Tags

azure auth token oauth identity authentication authorization authn authz serviceprincipal spn managedidentity workload workloadidentity federation credential OIDC

Cmdlets

Get-AzToken Clear-AzTokenCache

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

## [2.3.0] - 2024-08-21

### Fixed

- Upgraded gitversion config in repo to support version 6

### Added

- Adds related links links to blog posts for Get-AzToken and the parameters -WorkloadIdentity & -ExternalToken
- Added `-TimeoutSeconds` parameter for Managed Identity authentication and non-interactive authentication
- Added Managed Identity authentication as first option of non-interactive login

FileList

  • AzAuth.nuspec
  • AzAuth.psd1
  • dependencies\Microsoft.Identity.Client.Extensions.Msal.dll
  • dependencies\System.Memory.Data.dll
  • dependencies\AzAuth.Core.dll
  • Microsoft.VisualStudio.Threading.dll
  • dependencies\System.Threading.Tasks.Extensions.dll
  • dependencies\System.Security.Cryptography.ProtectedData.dll
  • dependencies\System.Memory.dll
  • Microsoft.VisualStudio.Validation.dll
  • dependencies\Microsoft.Bcl.AsyncInterfaces.dll
  • dependencies\Microsoft.IdentityModel.Abstractions.dll
  • dependencies\System.ClientModel.dll
  • LICENSE
  • dependencies\Microsoft.IdentityModel.Logging.dll
  • dependencies\System.Security.AccessControl.dll
  • dependencies\System.Security.Cryptography.Cng.dll
  • AzAuth.PS.pdb
  • dependencies\System.Buffers.dll
  • dependencies\Microsoft.Win32.Registry.dll
  • dependencies\System.IO.FileSystem.AccessControl.dll
  • AzAuth.PS.dll
  • dependencies\AzAuth.Core.pdb
  • dependencies\Microsoft.Identity.Client.dll
  • dependencies\Microsoft.CSharp.dll
  • CHANGELOG.md
  • dependencies\System.Text.Json.dll
  • dependencies\System.Diagnostics.DiagnosticSource.dll
  • dependencies\Microsoft.IdentityModel.Tokens.dll
  • dependencies\System.Management.Automation.dll
  • dependencies\System.Text.Encodings.Web.dll
  • dependencies\System.Runtime.CompilerServices.Unsafe.dll
  • en-US\AzAuth.PS.dll-Help.xml
  • dependencies\Azure.Identity.dll
  • dependencies\System.Security.Principal.Windows.dll
  • dependencies\System.IdentityModel.Tokens.Jwt.dll
  • dependencies\Azure.Core.dll
  • dependencies\Microsoft.IdentityModel.JsonWebTokens.dll
  • dependencies\System.Numerics.Vectors.dll

Version History

Version Downloads Last updated
2.3.0 (current version) 7,440 8/21/2024
2.2.10 6,710 5/22/2024
2.2.9 2,431 1/22/2024
2.2.8 71 1/11/2024
2.2.7 137 12/17/2023
2.2.6 10 12/16/2023
2.2.5 51 12/7/2023
2.2.4 30 12/4/2023
2.2.3 214 10/3/2023
2.2.2 175 5/17/2023
2.2.1 25 5/10/2023
2.2.0 11 5/9/2023
2.1.0 17 5/5/2023
2.0.1 25 4/21/2023
2.0.0 41 4/11/2023
1.1.1 135 5/5/2022
1.1.0 31 3/2/2022
1.0.1 19 3/2/2022
1.0.0 20 3/2/2022
Show more