SAML2 icon indicating copy to clipboard operation
SAML2 copied to clipboard

Fork of SAML2 library on codeplex. This library removes dependencies on Asp.net

Results 18 SAML2 issues
Sort by recently updated
recently updated
newest added

Good day, is there a way to use the libs for an Identity Provider implementation? Thanks in advance

I don't have much experience with SAML so please correct me if I have anything wrong. From what I understand, signing requests that are sent to identity providers is optional...

Does Owin.Security.Saml support SAML logout? I see that only AuthnRequest gets created for SignIn and SignOut. And redirectUri is set for 'SignIn' irrespective of whether it is SignIn or SignOut.

Guys, would be nice to have an example on how can I trigger the logout. Starting from the example, and calling `HttpContext.GetOwinContext().Authentication.SignOut( new AuthenticationProperties { RedirectUri = callbackUrl }, "SAML2");`...

This will enable this to be built into .NET Core and newer .NET Framework versions.

The current default is currentUri which does not seem like the best choice if a value for RedirectAfterLogin is available. I was expecting the browser to be redirected to RedirectAfterLogin...

I am using SAML2.Core library for decrypting incoming SAML assertions. It was working fine in my local environment and when I pushed the code to server decryption failed. After looking...

Im getting the null ref error on file - startup.cs method - FileEmbeddedResource line - stream.CopyTo(memoryStream); any help?

Need to have saml as service prodiver to validate the saml 2 token using .net core. Supported? Thanks

Hi! I have a scenario where I have multiple IdPs, and I've put their metadata files in a single folder which I add using `saml2Config.IdentityProviders.AddByMetadataDirectory`. Is it possible to map...