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.

Error validating SAML message

i'm trying Okta quick start for Java tomcat SAML, I am very new to this topic. When I start my …

saml-2.0 spring-saml okta
OpenSAML (2.0) Signature validation not working

Problem: I am using OpenSAML to build a means of authenticating the SAML 2.0 response posted to our servers. I have …

java saml-2.0 xml-signature opensaml
How do I correctly digitally sign a SAML2.0 AuthnRequest?

I have a working SAML2.0 Single Sign On system built in coffeescript on express / nodejs. I use SSOCircle to test …

digital-signature saml-2.0
How to generate saml 2.0 sso service metadata

We have created many SAML implementations in the past. Normally, the client would send us SAML XML data containing key …

c# asp.net saml saml-2.0
How to integrate SAML authentication into WCF web service application

I have a WCF web service application built and tested on IIS7. Regarding authentication I wanted to implement a sql …

wcf saml saml-2.0
Java code to create encrypted SAML Assertion

How to create an encrypted saml2.0 assertion in java? Downloaded sample project from http://www.capcourse.com/Library/OpenSAML/index.…

java single-sign-on saml saml-2.0 opensaml
Is urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress a valid NameID format?

In the OASIS specs I can read the following valid nameid-formats: urn:oasis:names:tc:SAML:2.0:nameid-format:persistent urn:oasis:…

saml saml-2.0
SAML2.0 Authentication with Node.js and SPA

I've been scratching my head for about 2 days on how to solve what seemed to be a simple task, but …

node.js reactjs saml-2.0 passport-saml
Transparent SSO with SAML (IE, SAML 2.0, ADFS, Kerberos authentication)

Configuration is: ADFS 2.0 as IdP (both WS-Federation and SAML 2.0 are supported), ASP.NET app as Service Provider. When SPS requests …

login single-sign-on adfs2.0 saml-2.0 ws-federation
SAMLException: Response has invalid status code status message is null

Im trying to implement spring-securtiy-saml integration as a SP with an adfs system, and im bumping my head for some …

spring-security single-sign-on saml-2.0 spring-saml opensaml