Top "Saml" questions

Security Assertion Markup Language (SAML) is a standard for logging users into applications based on their sessions in another context.

Recipient endpoint doesn't match with SAML response

Usually my Spring SAML-based Service Provider (SP) implementation works fine, but sometimes it returns this error: [2014-07-17 16:00:58.767] boot - 1078 …

spring spring-security saml saml-2.0 spring-saml
Simplesamlphp unhandled exception error while using as SP

After successfully receiving the SAML 2.0 token while using simplesamlphp as a Service Provider I get the following error. Oct 21 17:30:15 simplesamlphp …

single-sign-on saml simplesamlphp
How to implement or integrate single sign on with SAML and Shibboleth

We have two separate products, both including web app and server. We want to implement Single Sign On for both …

java single-sign-on saml shibboleth
SSO - SAML, Redirect a user to a specified landing page after successful log in

I am implementing SSO where I am the Identity Provider, right now I am able to successfully log into the …

single-sign-on saml opensaml
How to convert SAML XML token string to either SecurityToken or ClaimsPrincipal instance?

My context: .Net RESTful web service Client (mixed platforms, technologies, lib capabilities) has obtained a SAML token Trying to accept …

c# .net rest saml wif
What do I need to know about XML Signatures to get SAML working?

At work we have a web app that we'll need to interface with another company's web app using Single Sign …

php xml digital-signature saml xml-signature
how to Configure openam as Identity provider(IdP) to test SAML based SSO

I am trying to configure openam as Identity provider to test my SAML based service provider application. I have searched …

single-sign-on saml openam
Python library for implementing SAML2 based service provider and identity provider?

I am looking for a Python library which can be used to implement SAML2 based service provider and identity provider. …

python saml
NotOnOrAfter in SubjectConfirmationData and Conditions and SessionNotOnOrAfter

In the SAML2 specification there are several places in an assertion where it is possible to specify a lifetime. The &…

saml saml-2.0
SimpleSamlPhp as SP redirects incorrectly

I have a SimpleSamlPHP implementation working as a Service Provider, so the workflow is as follows: IdP sends assertion to …

php single-sign-on saml saml-2.0 simplesamlphp