opensaml Questions
3
Im trying to implement spring-securtiy-saml integration as a SP with an adfs system, and im bumping my head for some days now with this exception happening when SAMLResponnse is sent back from the ...
Maroney asked 3/10, 2017 at 8:24
3
I have a Maven multi module project where I'm using Spring Boot 2.6.4 and spring security in a SAML 2.0 scenario.
As far as I know spring uses opensaml and more exactly OpenSAML 4.1.1
I added this ...
Cerys asked 28/2, 2022 at 9:28
4
Solved
We can set the signature algorithm as following:
signature.setSignatureAlgorithm("http://www.w3.org/2001/04/xmldsig-more#rsa-sha256");
I'm trying to find a way to set the DigestMethod algorithm ...
Chemnitz asked 23/7, 2014 at 5:17
2
I want to create a SSO to be used by multiple applications, what would be the best way to do it. I was going through SAML2.0 but I am confused as I didn’t find any articles to create own/cust...
Magus asked 13/6, 2019 at 16:11
4
Solved
In SAML metadata file there are several NameID format defined, for example:
<NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:...
Caulis asked 27/7, 2012 at 18:7
1
1) I don't concretely underdstand fundamental differences between SAML and OAuth. OAuth is for authorization but OpenId for authentication too and SAML both authorization and authentication ? And w...
Commendam asked 16/4, 2018 at 13:58
1
Solved
How to validate SAML assertion signatures?
for (Assertion assertion : samlResponse.getAssertions()) {
try {
if (assertion.getSignature() != null) {
Optional<X509Certificate> x509Certific...
Gorget asked 13/3, 2018 at 18:26
2
I have a Java web application. I want to implement SAML Single-Sign-On login for my application. I have got this GitHub onelogin program to send request and get response. But it was not working pro...
Scarfskin asked 21/10, 2014 at 9:7
2
Solved
I'm trying to upgrade to OpenSAML 3 in an OSGi bundle running on Apache Karaf (4.0.5) using opensaml servicemix bundle (org.apache.servicemix.bundles:org.apache.servicemix.bundles.opensaml:jar:3.2....
Diacritical asked 21/6, 2016 at 15:14
2
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 xml = XMLHelper.prettyPrintXML(pl...
2
Solved
I am running this code at opensaml2.6
Element metadataRoot = document.getDocumentElement();
// Unmarshall
UnmarshallerFactory unmarshallerFactory = Configuration.getUnmarshallerFactory();
Unmarsh...
Fleet asked 31/7, 2014 at 18:17
1
Solved
When using OpenSAML 3, you must first load components from the opensaml-saml-impl artifact with the following line of code:
InitializationService.initialize();
This uses java.util.ServiceLoader ...
Pinsky asked 1/3, 2017 at 19:37
2
Solved
I have a problem while trying to decrypt encrypted assertion using SAML 2.0. The library I am using is OpenSAML Java libraries 2.5.2.
The encrypted assertion looks like this:
<EncryptedAsserti...
Herzig asked 23/2, 2012 at 22:39
1
Solved
Is there an end to end example of using Open SAML library v3? I can't find any documentation and as per https://wiki.shibboleth.net/confluence/display/OpenSAML/Home the v2 is EOL.
I'm using follo...
1
Solved
2
Solved
I am attempting to implement SAML 2.0 by signing the response, instead of the Assertion. I have 3 existing vendors that accept my signature at the Assertion level, however a new vendor is requestin...
2
I have been trying to generate SAML object using opensaml-java.
Ref:slide #30 in https://www.oasis-open.org/committees/download.php/12958/SAMLV2.0-basics.pdf
<samlp:AuthnRequest xmlns:samlp="u...
1
Solved
Does anyone know if there is any documentation for OpenSaml3 anywhere? Paid or otherwise? I know there used to be a $15 book available, but I believe that only covers OpenSaml2.
I know this will ...
Hyposthenia asked 20/3, 2016 at 13:26
1
I'm currently working on setting up a SAML IDP.
At first, I thought spring-security-saml would help me, but I figured out that it only helps on setting up the SP side of the SAML protocol.
So I th...
7
I am trying an Android project using OpenSAML using Eclipse. I have added all the required jar files in the build path. Now, when I run the program as an Android Application the following error sho...
2
I want to deal with Spring Security SAML. For this, I start to explore Spring Security SAML. At the beginning, I create an account at SSOCircle. Than I configurated of IDP metadata and generation o...
Forswear asked 9/2, 2015 at 15:49
2
Solved
We have a website running on Caucho Resin. It's written primarily in Java using JSP. We have our own custom authentication on the site. (We're not using any third party authentication framewo...
Pompous asked 30/1, 2015 at 16:36
1
Solved
I am implementing SSO where I am the Identity Provider, right now I am able to successfully log into the Service Provider. But it takes me to the home page. I want to specify the landing page URL w...
Manlike asked 23/1, 2015 at 19:56
1
I'm trying to configure both Shibboleth service provider and identity provider on localhost for testing purposes.
The problem is that I'm getting "unable to locate metadata for identity provider" ...
Grimmett asked 17/6, 2014 at 10:13
4
Solved
I got a couple of SAML implementation questions to clear up my confusion ...
I need to implement SSO in a java web app.
In order to do so, do I need Shibboleth SP installed on my host like so, o...
Repand asked 10/1, 2012 at 17:15
1 Next >
© 2022 - 2025 — McMap. All rights reserved.