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)