Skip to content

MSAL.NET 4.8.0

Compare
Choose a tag to compare
@trwalke trwalke released this 20 Jan 18:03
6d3a914

4.8.0.

Bug fix:
Cannot acquire token in UWP app on HoloLens via a unity plugin as json serialization fails MSAL now uses Newtonsoft.Json for serialization. Issue

AAD Security question registration page unresponsive in Android embedded webview MSAL now properly handles the andoid activity when usin the embedded webview. Issue

"offline_access" scope causes token cache misses MSAL now Proberly filters the cache during silent authentication. Issues

Improved invalid client error message MSAl now has a better error message when an invalid client error is sent back from AAD. Issues

New Features:
MSAL.NET now supports Proof of Possession The PublicClientApplication on every target has support for this. Issue

Token cache serialization for Mac MSAl is now able to serialize and deserialize the token cahce auring authentication on MAC OS. Issues

MSAL now uses "mobile" configuration for iOS Xamarin embedded webview MSAl now properly uses the MKWebview on iPad when using the embedded webview. Issues