I am looking to add SAML 2.0 SSO functionality into a legacy .NET Framework Win Forms (C#, 4.7.2) application. My application currently authenticates users via a username/password look-up from a SQL database.
I have downloaded and looked at the ITfoxtec Identity Saml2 package but can't locate any documentation regarding using the package with a Framework web application (the notes relate to calling the package from within an MVC or MVC Core application).
Can someone point me towards any documentation or notes that may help me?
Thanks Paul