OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

#8786: Updating Microsoft.IdentityModel.* packages from 5.2.4 to 5.7.0 #8787

Closed BenedekFarkas closed 2 months ago

BenedekFarkas commented 2 months ago

Fixes #8786

Also: On dev, enabling the AAD provider (and probably the others too) for OpenId causes exception: Could not load file or assembly 'Microsoft.Owin.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Fixed by updating a bunch more packages to sync up their version.