Releases: AzureAD/microsoft-authentication-library-for-go
Releases · AzureAD/microsoft-authentication-library-for-go
MSAL Go 0.5.1
- Bugfix: MSAL Go now regenerate client certificate assertions after they expire (#312, #313)
MSAL Go 0.5.0
- 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
- 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
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
- 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
- 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
This is the first release (currently in Preview) of MSAL Go.