We are excited to announce the release of MSAL.NET 4.2.1 which brings a number of new features. These enhancements include:
- Better control of user experience on invalid grant MsalUiRequiredException: A new property named Classification on MsalUiRequiredException helps you provide an optimal user experience when you receive an invalid grant error.
- Better usability of the API to set the UI parent in cross platform apps
- Startup performance improvements – Custom Instance discovery
- General performance improvements – Cache Access
For more information and details, see the MSAL.NET 4.2.1 release notes.
-The MSAL.NET Team