1.17.0 (2025-10-07)
Bugs Fixed
- TenantId is now configured via MSAL's
WithTenantId
instead ofWithTenantIdFromAuthority
to prevent malformed Uris to the authority.
Other Changes
- Deprecated
BrowserCustomizationOptions.UseEmbeddedWebView
property. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.