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.

What is the relation between CAS vs SAML?

I understand that CAS and SAML are different protocols used for Single-sign on purposes but, what confuses me is articles …

single-sign-on saml saml-2.0 cas
how do I redirect back to the originally-requested url after authentication with passport-saml?

Sorry if this is a bonehead question, but I'm having some trouble understanding how I might redirect the client browser …

node.js express passport.js saml-2.0
HowTo send a SAML Request?

i want to send a SAML request to my IDP (Azure AD) but ia m not sure how to send …

java http azure saml-2.0 opensaml
SAML Signing Certificate - Which SSL Certificate Type?

We're currently developing an SSL solution using SAML 2.0, and until now, have been using self signed certificates for signing the …

ssl ssl-certificate saml saml-2.0
PingFederate Single Log-Off - How does it work?

Given: PingFederate is a single-sign-on (SSO) solution, which allows users to be authenticated by 1-n applications using a single username …

single-sign-on saml-2.0 pingfederate
Which public key (SP or remote IDP) to use while signing SAML request

I am trying to configure my application (SP) to work with remote IDP. The IDP provided me with a certificate …

public-key-encryption saml-2.0 signing
What is the point of OpenSAML? Any alternative?

I'm currently working on setting up a SAML IDP. At first, I thought spring-security-saml would help me, but I figured …

java saml saml-2.0 opensaml
spring saml: How is LOGOUT handled? Is it mandatory to have logout endpoint in IDP metadata xml?

I am using Spring SAML implementation. SSO circle metadata xml was having logout endpoint which helps in local logout and …

spring spring-security logout saml-2.0 spring-saml
Recipient vs Audience in SAML 2.0

Can somebody explain what is the difference between Recipient and Audience in SAML 2.0? I found only quite vague explanation from …

saml saml-2.0
Validate IDP initiated SAML2.0 Response

SAML experts please help!!!! Am very new to SAML and JSP. I wanna validate a IDP(identity provider) initiated SAML …

java jsp tomcat6 saml-2.0 opensaml