Skip to content

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

v1.3.2

18 Nov 11:26
Compare
Choose a tag to compare

Re-release v1.3.2, which was accidentally tagged as v.1.3.2

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

06 Nov 16:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.3.1

v1.2.3

31 Oct 13:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

MSAL Go 1.2.2

19 Feb 10:27
Compare
Choose a tag to compare

Adds support for using the AuthScheme extensibility point for ROPC Support authnscheme in AcquireByUsernamePassword

MSAL Go 1.2.1

04 Jan 12:41
Compare
Choose a tag to compare

Bug fixes

ADFS token caching fix - #459
Token cache schema upgrade - #454

MSAL Go 1.2.0

29 Aug 14:00
Compare
Choose a tag to compare

Add an extensibility point for Azure Arc to request and cache Access Token of type POP #443

MSAL Go 1.1.1

15 Aug 22:49
Compare
Choose a tag to compare

Bug Fixes

Fix AcquireTokenSilent for ADFS users #446

MSAL Go 1.1.0

02 Aug 10:59
d0cbfc3
Compare
Choose a tag to compare

New Features

Allow public client app developers to take control of opening the browser #422

Bug fixes

Normalize token cache keys #425
Require an account in public client silent auth #426
Bump dependency github.com/golang-jwt/jwt/ to v5 #414

MSAL Go 1.0.0

20 Apr 16:27
4d3329f
Compare
Choose a tag to compare
  • Better diagnostics message (#304, #403)
  • Prevent persistent cache data races (#402)
  • Switch to new regional endpoints (#361, #408)

MSAL Go 0.9.0

07 Mar 17:26
3f4287d
Compare
Choose a tag to compare
MSAL Go 0.9.0 Pre-release
Pre-release

MSAL Go 0.9.x is expected to be the last feature release before an upcoming 1.0 version. Please install and test this version.

This release contains breaking changes. Please refer to "API changes for GA release" for upgrade guidance.

  • Delete vestigial option function types (#383)
  • Rename public client CreateAuthCodeURL -> AuthCodeURL (#371, #384)
  • Delete deprecated confidential.NewCredFromAssertion (#385)
  • Rename confidential.WithAccessor to WithCache (#386)
  • Review all logs to ensure there is no PII (#28, #382)
  • Upgrade dependencies (#387)
  • Remove unused confidential client UserID (#389)
  • Replace NewCredFromCert with NewCredFromCertChain (#391)
  • Remove unnecessary options structs (#390)
  • Upgrade CI tools (#392)
  • Adding ExportReplace to support the Context object (#378)
  • Add optional metadata for cache.ExportReplace (#395, #381)
  • Confidential client requires authority (#394, #348)