MSAL Preview Release 0.3.1-alpha
Pre-release
Pre-release
- Picks up
[email protected] - Adds additional validation to
PublicClientApplicationConfiguration - Adds support for non-
tfpB2C 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: 1IdTokens added, supports B2C & ADAL backwards compatibility
- Support for
- Improved argument validation
- Fixed an issue where a null callback could be provided to
acquireToken, triggering an NPE
- Fixed an issue where a null callback could be provided to
- 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
authorityofIAuthenticationResultis alwaysnullfor AAD authorities