You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Microsoft.Identity.Web.Owin, removed un-needed reference to Microsoft.Aspnet.WebApi.HelpPage. See issue #2417
Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that the SecurityToken is now a JsonWebToken. See issue #2420
Improved the usability of IDownstreamApi by checking all HttpResponse for success before returning to the caller, instead of swallowing issues. This is a change of behavior. See issue #2426
Improvement/Fix of OWIN scenarios, especially the session with B2C: #2388
Fix an issue with CIAM web APIs and added two CIAM test apps. See PR #2411
Fix a bug that is now surfaced by the .NET 8 runtime. See issue #2448
Added a lock while loading credentials. See issue #2439