Questions tagged [opensaml]

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

Reference for downloading the library and its general documentation: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home

377 questions
0
votes
1 answer

GAE + SAML + JAVA + OpenSAML

I am creating a web application on GAE. In this application i have to implement the SSO feature using SAML 2.0. I am suffering lot on web but i didn't find any example. I get the knowledge how SAML work, which library i have to use in java. But…
Waqas Ali
  • 1,642
  • 4
  • 32
  • 55
0
votes
1 answer

OpenSAML Issue - NoClassDefFoundError for TrustMaterial (Java7, Maven)

We are seeing the following error when trying to complete a single-sign-on using OpenSAML. This was working, then seemed to stop when we upgraded to Java 7 (though that could very well be a red herring). We did install the JCE, so don't think it's…
Steve N
  • 2,667
  • 3
  • 30
  • 37
0
votes
2 answers

Implement service provider using OpenSAML

I have implemented idp using OpenAM. Now i have to implement sp. I tired using fedlet but couldn't integrate with my existing app. So, i am now trying to write sp from scratch to implement SSO. Can anyone provide steps to implement sp using…
nebula
  • 3,932
  • 13
  • 53
  • 82
0
votes
1 answer

Common Shibboleth SP for multiple domain application

Is it possible to have a common Shibboleth SP configured at a single place(like at any middleware) and all application which resides in different domain in different server can use it for sso authentication.And all the application can communicate…
0
votes
1 answer

Can't get a simple login page on Cas server (critical)

i got some trouble to get Cas Server (3.5.2) works. i am on WebLogic 10.3.5. I did several things : removed : log4j-over-slf4j-1.6.1.jar ( conflict with this jar and slf4j-log4j.jar ) add to my weblogic.xml :
MinionKing
  • 187
  • 1
  • 4
  • 20
0
votes
2 answers

How to sign an saml 2.0 assertion using the openssl (.PCKS8) file

Hi i need some infomation on saml 2.0 Authn Request . I want to sign my authn request with a openssl created *.pkcs8 file. I can do with a keystore file using java keytool . But I want to achieve the same using *.PKCS8 file generateing using the…
0
votes
1 answer

Role of in service provider metadata file in Saml 2.0

I have gone through number of SAML related questions and assume i have fair knowledge of how SAML 2.0 works. One thing i am unable to understand is the Role of in the Service provider metadata. Specs say that saml authentication…
0
votes
1 answer

X509Certificates duplicated when added to an X509Data's certificate list

I am trying to add a certificate to an X509Data object in OpenSAML. When I do this, however, the certificate appears to get added twice. The code below demonstrates this. Am I doing something silly? import org.junit.Test; import…
Zoodor
  • 424
  • 2
  • 4
  • 15
0
votes
1 answer

OpenSAML 3DES Wrong keysize: must be equal to 112 or 168

I am using OpenSAML to encrypt my SAML response.I changed my algorithm from AES to TRIPLEDES as below and now it started throwing me exception of //Data encryption parameters - secret key EncryptionParameters encParams = new…
Java
  • 171
  • 2
  • 3
  • 11
-1
votes
1 answer

Configuring Azure AD as IDP in Spring Security

So I am trying to use Azure AD as a SAML IDP but I keep getting the following error during runtime: 2021-02-05 16:09:16.303 ERROR 3760 --- [nio-8080-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet]…
-1
votes
1 answer

how to create and process a saml assertion in java?

i'm beginner in opensaml-j and i want to create an assertion to delegate capabilities i have the assertion written in SAML, here's the image: SAML-based representation of capability so can someone help me to create the assertion shown in the image…
Kimo Shiro
  • 16
  • 1
-1
votes
1 answer

SAML payload url encoding after Base64

In a IDP initiated environment the payload is not able to decode it. Getting exception in decoder.decode(samlContext); So after analysing I found that the payload is encrypted with URL encoding after Base64 encoding. Any way there if I can consume…
Vawani
  • 399
  • 10
  • 25
-1
votes
1 answer

Implement single log in with opensaml in java

I would implement single signing with opensaml library, but don't know which parameter i will pass for log in. So can any body help for that? Thanks in advance.
Tanuj Vaja
  • 35
  • 9
-1
votes
1 answer

Informing SP about session invalidated in IDP

I was trying to use SAML through SSO,my question is when a session becomes invalid in IDP, how does IDP notifies this to SP, if I have multiple copy of SP sitting in geographically distributed region sitting behind a load balancer,how the message…
Phalguni
  • 61
  • 1
  • 9
-2
votes
1 answer

open saml 3 is open source and under which licence

I tried searching but could not find it. I went through documentation and github. https://wiki.shibboleth.net/confluence/display/OS30/Home
1 2 3
25
26