Skip to content

Commit

Permalink
3.6.0 changelog (#3203)
Browse files Browse the repository at this point in the history
* 3.6.0 changelog

* Update changelog.md

Co-authored-by: Jean-Marc Prieur <[email protected]>

* Update changelog.md

* Update changelog.md

---------

Co-authored-by: Jean-Marc Prieur <[email protected]>
Co-authored-by: jennyf19 <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent c116563 commit 91db389
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
3.6.0
========
- Updated to Microsoft.IdentityModel.* 8.3.1
- Updated to [MSAL.NET](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) 4.67.2

## Bug fixes
- Checks that B2C tokens don't contain the claims used by Identity Web to represent the home tenant and object ID (obtained from the UserInfo endpoint). See https://github.com/AzureAD/microsoft-identity-web/pull/3131
- Remove explicit locking in `OpenIdConnectCachingSecurityTokenProvider`. See Issue [#3078](https://github.com/AzureAD/microsoft-identity-web/issues/3078)


## Fundamentals
- Fix Null Reference Exception in OwinTokenAcquirerFactory + other OWIN cleanup. See https://github.com/AzureAD/microsoft-identity-web/pull/3183
- Re-add code coverage comments & scope to src files. See https://github.com/AzureAD/microsoft-identity-web/issues/3177

3.5.0
========
- Updated to Microsoft.IdentityModel.* 8.3.0
Expand Down

0 comments on commit 91db389

Please sign in to comment.