Top "Opensaml" questions

OpenSAML is a java and c++ library that provides low level handling of SAML messages

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
how to migrate from opensaml 2.6 to 3.1.1

I have to migrate a class from opensaml 2.6 to opensaml 3.1.1 Compiling I obtain some errors 1) Element plaintextElement = getElementAssertion(inputBean); String …

java migration opensaml
Creating OpenSAML Assertion from given XML in Java

I have been beating my head against this for a while, and am starting to make progress. However, I ran …

java xml saml opensaml
Signing response using openSAML

I am attempting to implement SAML 2.0 by signing the response, instead of the Assertion. I have 3 existing vendors that accept …

java xml opensaml
Maven OpenSAML dependency issue

I have been assigned a task to implement SAML between my company and a client. I was looking at using …

maven dependencies opensaml
SAML For Java Application Running on Tomcat

I have a Java Application running on tomcat server. I am storing the user information in mysql table and for …

java tomcat single-sign-on saml-2.0 opensaml
Unable to locate metadata for identity provider

I'm trying to configure both Shibboleth service provider and identity provider on localhost for testing purposes. The problem is that …

single-sign-on saml saml-2.0 shibboleth opensaml
SAML 2.0 - How to verify the sender certificate?

I implement a SAML SP in Java. I send an AuthnRequest to SAML 2.0 IDP and gets an encrypted response. My …

java saml saml-2.0 opensaml
Is there a standard format of SAML 2.0 encrypted assertion

I am implementing an SP initiated web browser SAML SSO profile in JBOSS. My application is the SP. After login, …

saml saml-2.0 opensaml