Skip to content

MSAL Go v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 23 Jan 22:18
· 90 commits to main since this release
578cd5d

Enhancements:

  • Add per-request tenant ID option WithTenantID (#296, #343)
  • Add WithLoginHint option for interactive authentication (#271, #354)
  • Adding a WithClientCapabilities option for client constructors and a WithClaims option for token acquisition methods (#263, #355)
  • Adding Domain Hint option to be used to accelerate the user to their federated IdP sign-in page (#363)
  • Add support for disabling instance discovery for AzureStack scenarios (#362)

Bug fixes:

  • AuthParams.WithTenant should copy all AuthorityInfo values (#364)
  • Multitenant silent authentication fixes (#366)