Saml2.Authentication.Core icon indicating copy to clipboard operation
Saml2.Authentication.Core copied to clipboard

A SAML 2.0 middleware for ASP.NET Core

Results 12 Saml2.Authentication.Core issues
Sort by recently updated
recently updated
newest added

I am currently experiencing an error in my service provider, when signing in. Specifically when the middleware is processing a `RelayState`-parameter: > System.FormatException: The input is not a valid Base-64...

Hi! First of all, thank you to made this amazing project to handle saml authentication! Second, i have this exception: ![image](https://user-images.githubusercontent.com/57194497/178353462-7d0e0fbc-3033-4d35-a9a8-22286d8f704e.png) The xml saml response sent by azure looks ok,...

Added BuildResponseUrl method to HttpRedirectBinding.BuildLogoutResponseUrl to create correct response url for IDP initiated logout

Hi, I am a newbie for SAML. Wondering, do u have any documentation that can guide me along using the project as the basis. Thanks

Is it possible to load the IdP Metadata from a url or a file? Something like "Metadata": "https://adfs.domain.com/federationmetadata/2007-06/federationmetadata.xml"

I am using (a fork) of this library, but I don't know how to makes it work behind a load-balancer. Is it possible to make it work or do I...

Kudos for creating this project. Apologies if this request seems unreasonable! Is it possible you would be able to provide a rough description (perhaps a wiki page?) of the interactions...

enhancement

The signature handling code does not pass the list of signed xml fragments to the signature reader in any way. It can be fooled by a document constructed as follows:

investigate