Skip to content

MSAL Preview Release 0.3.1-alpha

Pre-release
Pre-release

Choose a tag to compare

@iambmelt iambmelt released this 02 May 16:19
  • Picks up [email protected]
  • Adds additional validation to PublicClientApplicationConfiguration
  • Adds support for non-tfp B2C authority URIs when declared via configuration
  • Improved logging around network requests
  • getAccounts() is now asynchronous
  • Improved tooltips via nullability annotations
  • Introduced 10 minute request timeout to unlock threading resources if a user is inactive
  • Improved caching of IdTokens
    • Support for ver: 1 IdTokens added, supports B2C & ADAL backwards compatibility
  • Improved argument validation
    • Fixed an issue where a null callback could be provided to acquireToken, triggering an NPE
  • Caching improvements
    • Guest-account migration support added
    • Network I/O for performing cache migrations has been parallelized
    • Adds support for setting cache encryption keys

Known issues:

  • Property authority of IAuthenticationResult is always null for AAD authorities