AspNetSaml
AspNetSaml copied to clipboard
Very simple SAML 2.0 consumer module for ASP.NET/C#
Hi, i am a new beginner to SAML. i might ask a stupid question, but i cant find a certain answer after googling... could i add query parameter in the...
Fortify
Hi, I would like to know how the following issue can be solved in the code. Weak Encryption: Inadequate RSA Padding. Which was identified by Fortify during a security check....
Hi, may i have your help about how to build a saml logout
1. Keep all the features of Response Class 2. Extract part of code of Response into BaseReponse Class, from which Response inherits 3. Define SignoutResponse, which inherits from BaseResponse 4....
Hi, may i have your help about how to build a saml logout request to sign out the account, after sign out success, redirect to specific page of the application?
When the SAMLResponse contains an EncryptedAssertion, the attributes are not read.
Added support for adding the "ForceAuthn" attribute https://wiki.shibboleth.net/confluence/display/SP3/ForceAuthn
As you can guess by the title, wondering if there are plans or thoughts on an approach for signing requests to the idp? sorry for duping https://github.com/jitbit/AspNetSaml/issues/4 but that one...
- Added support for encrypted assertions. - Added Shouldly for unit test assertions.
I'm having difficulties with the logout in saml does anyone have an example of how to do it?