Top "Opensaml" questions

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

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
Difference between AssertionConsumerServiceURL , Destination , Consent in <saml:AuthnRequest>

I have been trying to generate SAML object using opensaml-java. Ref:slide #30 in https://www.oasis-open.org/committees/download.php/12958/…

java saml-2.0 opensaml
How to configuration of IDP metadata and SP metadata in Spring Security SAML sample?

I want to deal with Spring Security SAML. For this, I start to explore Spring Security SAML. At the beginning, …

java spring spring-security spring-saml opensaml
SAML Client implementation for Android?

Is there a sample application which I can refer for SAML interactions on Android? Anyone successfully ported/used OpenSAML on …

android saml opensaml
Service provider implementation using OPEN SAML - JAVA

After many analysis, Figured out that SAMLV2.0 is providing excellent service in exchanging data between the security web domains. My …

java security saml-2.0 opensaml
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
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
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
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
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