Skip to content

MSAL Go 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@abhidnya13 abhidnya13 released this 23 Jun 17:25
· 210 commits to main since this release
cb2b790
  • 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)