Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
951 stars 601 forks source link

Support for VB / non-MVC application #1352

Closed hypery2k closed 2 years ago

hypery2k commented 2 years ago

We still having customer projects using VB / ASP.NET but wanting to add SAML Support there...

Can we use this library to just create the SAML Request, sign it and let the redirect be handled by our app?

AndersAbel commented 2 years ago

You probably want the Sustainsys.Saml2.HttpModule package version 1.0.2. The 1.x versions target .NET Framework with less dependencies, but doesn't run on .NET Core/.NET 5/6.

Or if you already have an Owin pipeline for authentication you might want the Sustainsys.Saml2.Owin package, still version 1.0.2.

It is possible to use the core Sustainsys.Saml2 package directly, but a lot more work.