Skip to content

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

MSAL Go 0.4.0

18 Nov 21:03
97e99ae
Compare
Choose a tag to compare
MSAL Go 0.4.0 Pre-release
Pre-release
  • New feature: Support On-Behalf-Of flow (#29, #273)
  • Enhancement: AcquireTokenOnBehalfOf supports partitioned in-memory cache by default for faster in-memory cache retrieval (#29 , #274)

MSAL Go 0.3.1

17 Sep 21:49
f9e02e1
Compare
Choose a tag to compare
MSAL Go 0.3.1 Pre-release
Pre-release

Bugfix: AcquireTokenSilent() does case insensitive comparison to avoid cache misses (#264 )
Change: Replacing use of archived dependency dgrijalva/jwt-go to golang-jwt/jwt (#244, #265 )

MSAL Go 0.3.0

23 Jun 17:25
cb2b790
Compare
Choose a tag to compare
MSAL Go 0.3.0 Pre-release
Pre-release
  • Feature: RemoveAccount() API added to be able to remove a user account from cache. (#215, #93)
  • Bugfix: MSAL now does not alter scopes case received from AAD and computation of declined scopes is now case insensitive. (#217, #214)
  • Bugfix: Signed assertion flow fix as we now send clientID to AAD. (#226, #225)
  • Sample: Added samples for confidential client credential flow using certificate/secret. (#209, #228, #224)
  • Other build configuration changes.(#211)

MSAL Go 0.2.0

04 May 20:59
f904179
Compare
Choose a tag to compare
MSAL Go 0.2.0 Pre-release
Pre-release
  • Feature: Adding ability to pass signed assertions(#206 , #193)
  • Bugfix: Refreshes access token using refresh token if access token is expired (#205, #203)
  • Other documentation improvements (#204 )

MSAL Go 0.1.0

29 Mar 23:31
aafad39
Compare
Choose a tag to compare
MSAL Go 0.1.0 Pre-release
Pre-release

This is the first release (currently in Preview) of MSAL Go.