Skip to content

1.9.1

Compare
Choose a tag to compare
@jmprieur jmprieur released this 14 Apr 11:09
· 880 commits to master since this release
c29fe35

Bug Fixes:

Microsoft.IdentityModel. version="6.9" introduced a breaking change in the mapping of the User.Identity.Name claim*. Microsoft.Identity.Web 1.9, started leveraging Microsoft.IdentityModel 6.10 to improve resiliency. With this breaking change Microsoft Identity Web 1.9.1 has a temporary workaround in place until a new Microsoft.IdentityModel version is released with a fix. See issues #1136 and #1140 for details.

Fix obsolete attribute and error message on ReplyForbiddenWithWwwAuthenticateHeaderAsync. See issue #1137 for details.

Documentation:

Fix Stackoverflow tags in ReadMe. See issue #1128.