Skip to content

1.13.0

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 11 Jun 15:33
· 875 commits to master since this release
dcd9981

1.13.0

New Features:

Microsoft Identity Web now supports the CancellationToken, in the Distributed and Session cache adapters and in the TokenAcquisitionOptions for the calls to MSAL.NET. See issue #1239 for details.

Bug Fixes:

The order of the LogLevel in TokenAcquisition did not correctly honor the nested log settings. See issue #1250 for details.

Fix a bug with certificate rotation and not pass a null certificate value to Microsoft.IdentityModel. See issue #1243 for details.

When using EasyAuth, fix case insensitivity when specifying the default provider. See issue #1163 for details.

EasyAuth took a breaking change by not adding the logout path environment variable, the logout error with EasyAuth v2 is fixed. See issue #1234 for details.

Microsoft Identity Web now uses the /.well-known/openid-configuration endpoint to determine the issuer values. Now the different clouds work as well. See issue #1167 for details.

A lock in the response stream caused an exception when copying the content to a stream. See issue #1153 for details.