Skip to content

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

MSAL Go 0.6.1

18 Aug 20:09
8d382bd
Compare
Choose a tag to compare
MSAL Go 0.6.1 Pre-release
Pre-release
  • Bugfix: Prevent panic due to invalid confidential.Credential (#341, #342)

MSAL Go 0.6.0

09 Aug 22:12
a04b770
Compare
Choose a tag to compare
MSAL Go 0.6.0 Pre-release
Pre-release
  • Enable updating client assertions via callback (#292, #319)
  • Support certificate chains in SNI authentication (#267, #326)

Fix silent auth scopes and refresh behavior

18 Jul 18:05
f149faa
Compare
Choose a tag to compare
Merge pull request #330 from AzureAD/release-0.5.3

Fix silent auth scopes and refresh behavior (#327)

MSAL Go 0.5.2

23 Jun 23:22
de1c8ae
Compare
Choose a tag to compare
MSAL Go 0.5.2 Pre-release
Pre-release
  • Bugfix: Now we use correct regional tenant discovery endpoints. (#320, #321)

MSAL Go 0.5.1

27 May 22:45
1e61d2c
Compare
Choose a tag to compare
MSAL Go 0.5.1 Pre-release
Pre-release
  • Bugfix: MSAL Go now regenerate client certificate assertions after they expire (#312, #313)

MSAL Go 0.5.0

28 Apr 20:54
f7df979
Compare
Choose a tag to compare
MSAL Go 0.5.0 Pre-release
Pre-release
  • New feature: MSAL Go supports specifying region. If your app is deployed in Azure, you can use this new feature to pin a region.
    (#240, #306)
  • Bugfix: Interactive auth flow for MSA users fixed. (#307)

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 )