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:
project templates have been updated to the VisualStudio 2017 format
Additional compilation target frameworks have been added to avoid large number of transient dependencies
Some Nuget packages have been updated to include security fixes
Test project dependencies have been updated to latest versions and automatic binding redirect generation has been enabled
JS / CSS content files come from the Nuget packages and have not been changed.
Some tests have been changed to work with latest test packages
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:
I also tested sample applications compile and start and do something, but I did not extensively test them
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:
I also tested sample applications compile and start and do something, but I did not extensively test them
What do you think @AndersAbel