Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
959 stars 602 forks source link

v2.9.0 release #1327

Closed AndersAbel closed 2 years ago

AndersAbel commented 2 years ago

What's needed for the release is:

  1. Testing that confirms that the new version works on .NET 6, .Net Core and .NET Framework. Should be possible to validate by simply running the sample applications that target different versions.
  2. Updates that are needed for a release - see https://github.com/Sustainsys/Saml2/commit/c04b0eaa18cebcff11abb3d2e87a4eb8cd5f1f24 for an example. A PR with corresponding updates for 2.9.0 would be helpful.
samisq commented 2 years ago

@AndersAbel I verified the fix on .NET 6 and .Net Core 3.1 using OKTA Idp. Still need to verify against .NET framework (I dont have it installed on my machine). I also opened a PR with updated version and release notes

freshe commented 2 years ago

Downloaded the 'develop'-repo and tested the sample project which targets .NET Framework 4.7 (had to download .NET Dev pack 4.6.1 + 4.7 to get it running in VS2022)

I can sign in to my work via Saml2 (POST) as usual.

https://youtu.be/TZHet95t7V4

AndersAbel commented 2 years ago

Thanks a lot @freshe and @samisq.