Top "Saml-2.0" questions

Security Assertion Markup Language 2.0 (SAML 2.0) is a standard providing means to exchange authentication and authorization data between security domains.

REST API authentication with SAML

I'm struggling to design a SAML2.0 authentication for a REST API using a gateway. REST is used between my backend …

java rest session saml saml-2.0
SSO using SAML2.0 in asp.net

My requirement is to implement SSO using SAML2.0 in asp.net. I do have 2 vendors at my end. Wanna pass …

asp.net saml-2.0
How to created signed AuthNRequest?

I am interfacing with an IDP and have a basic AuthNRequest created as follows: <samlp:AuthnRequest xmlns:samlp="urn:…

x509certificate saml saml-2.0 signing
Spring Boot and SAML 2.0

Is there a way to integrate SAML 2.0 in a Spring Boot-based application? I'd like to implement my own SP and …

spring saml-2.0 spring-boot
SAML Signature verification failed

Our IdP is a Salesforce.com org. The SP is a third party .Net application. During development, the 3rd party …

salesforce x509certificate saml-2.0 component-space
What is the correct format for SAML 2.0 Assertions?

We have a customer trying to use ADFS to SSO on to our web application. We are using the ComponentSpace …

single-sign-on saml saml-2.0 adfs component-space
"HTTP Status 401 - Authentication Failed: Incoming SAML message is invalid" with Salesforce as IdP for implementating SSO

I've implemented SSO using Spring SAML and everything is working fine. It worked with the following IDP's till now: 1) idp.…

spring-security salesforce single-sign-on saml-2.0 spring-saml
Logging into SAML/Shibboleth authenticated server using python

I'm trying to login my university's server via python, but I'm entirely unsure of how to go about generating the …

python login saml saml-2.0 shibboleth
Consume SAMLResponse Token

SAML sp-based authentication has following short workflow. User wants to access application at sp. sp sends SAMLRequest token to idp. …

java authentication saml opensaml saml-2.0
Decrypting encrypted assertion using SAML 2.0 in java using OpenSAML

I have a problem while trying to decrypt encrypted assertion using SAML 2.0. The library I am using is OpenSAML Java …

java cryptography rsa saml-2.0 opensaml