Skip to content

Tags: AzureAD/microsoft-authentication-library-for-go

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Managed Identity Support (#552)

* Added Managed Identity support for multiple sources (IMDS, App Service, CloudShell, AzureML, Service Fabric, Azure Arc)
* Updated tests
* Updated documentation
* Added new Managed Identity client that currently supports cache and retry policies

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Bug: Prevent Empty Region in WithAzureRegion from Overriding MSAL…

…_FORCE_REGION (#545)

* Fixed a bug where if empty region is passed in WithAzureRegion it would override the MSAL_FORCE_REGION

* Updated the first tests

* Removed dead code.

* Update confidential_test.go

* Cleaned up test

v1.4.0-prerelease

Toggle v1.4.0-prerelease's commit message
Merge branch 'main' into andyohart/managed-identity

v1.3.2

Toggle v1.3.2's commit message
Create release.md

v.1.3.2

Toggle v.1.3.2's commit message
Create release.md

v1.3.1

Toggle v1.3.1's commit message
If authority segments <3, throw

v1.3.0

Toggle v1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(oauth): add support for dSTS authority type

v1.2.3

Toggle v1.2.3's commit message
Update go.yml to remove Integration tests

Removed Integration tests from github actions

v1.2.2

Toggle v1.2.2's commit message
Fix gofmt issues

v1.2.1

Toggle v1.2.1's commit message
Update RELEASES.md