Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
957 stars 603 forks source link

ported all changes from sustainsys saml2 fork #1468

Open Havunen opened 1 week ago

Havunen commented 1 week ago

Hi,

We have been managing custom fork of SustainSys.Saml2 project and thought that we could contribute the changes back here for better support and collaboration.

This is quite large changeset and includes following changes:

Actual code change: We changed few methods to public and/or virtual methods to allow overriding the behavior in client application. This was done to allow custom authentication implementation (AES128-CGM -algorithm in SAML2 in .NET framework side) required by third party service

Unit tests pass for different target frameworks: image

I also tested sample applications compile and start and do something, but I did not extensively test them

What do you think @AndersAbel