SAML2
SAML2 copied to clipboard
``` InvalidOperationException: The specified type was not recognized: name='SecurityTokenServiceType', namespace='http://docs.oasis-open.org/wsfed/federation/200706', at at SAML2.Utils.Serialization.Deserialize[T](XmlReader reader) in src\SAML2\Utils\Serialization.cs:line 37 at SAML2.Utils.Serialization.DeserializeFromXmlString[T](String xml) in src\SAML2\Utils\Serialization.cs:line 51 at SAML2.Saml20MetadataDocument..ctor(XmlDocument entityDescriptor) in src\SAML2\Saml20MetadataDocument.cs:line 91 at...
I'm testing with a few Idps, which are configured using metadata xml files, like the one below. During configuration loading, Init() is called, which calls IdentityProviderCollection.Refresh(), which calls ParseFile() for...
Hello, I came across a recent issue, and am looking into it a bit more but figured I'd report it here first. While I got the library to work with...
By default it is taking `` But I need SHA256 `` How to configure?
My IDP responds with a 'Responder' status when the user at some point cancels the authentication. SAML2 throws an exception when on any status other then Success. I need to...
I have a problem getting IDP-initiated logoff configured with SAML2. The Dutch DigiD IDP is specified to send my SP a SOAP call for an IDP-initiated logoff. This is a...
I am randomly getting this unhandled exception, `SAML2.Saml20Exception: Unknown identity provider`, when my users try to log out after having previously logged in. Here's the Stack Trace: ``` SAML2.Saml20Exception: Unknown...
I've attached a zip file that contains a port of the changes that were in OIOSAML.NET 1.7.9 to set the XMLResolver to NULL to prevent XML injection. There is also...
As .NET Standard 2.0 is fleshed out, reimplement the library as a .NET Standard 2.0 library.