Results 1 to 8 of 8

Thread: SAML Sample code and ssoCircle

Hybrid View

  1. #1
    Join Date
    May 2011
    Posts
    1

    Default SAML Sample code and ssoCircle

    Guys,
    I have been trying to get the spring saml2 example (i.e. the spring-security-saml2-sample.war) working with SSOcircle (Note: I have also tried OpenAM/OpenSSO) and have run into lots of issues. The most obvious one is that when running the sample without modification and selecting "Select IDP:" http://idp.ssocircle.com. It fails with a HTTP Status 500 - The SAML Request is invalid. on the ssocircle server. The code in the sample does seem to download the IDP metadata from ssoCircle so I am confused as to where it goes wrong? Is there a bug in the latest SAML2 codebase or is there a patch that I need?
    It's as if the latest SAML code does not form the appropriate saml2 request for ssocircle (even though the sample code is developed to work directly with ssoCircle).
    I cannot find information on how to get it to work? Has anyone any pointers? I am running the spring-security-saml2-sample.war locally (do I need to deploy it on the internet)???

    I have also attempted to get the sso working with the latest openam implementation and also cannot get it to work correctly?

    Thanks in advance

    Jerome

  2. #2
    Join Date
    Jan 2009
    Posts
    9

    Default

    Did you ever get this working? I'm experiencing the same issues.

  3. #3
    Join Date
    Aug 2009
    Posts
    22

    Default

    I'm experiencing the same issue. Did you find a solution?

  4. #4
    Join Date
    Nov 2006
    Location
    London, UK and Tallinn, Estonia
    Posts
    55

    Default

    The Spring SAML code is stable, we use it with our Cloudseal platform (an IDP) and it works with Spring Security 3.0.x. We also patched it to work with Spring Security 3.1.x (you can download the patched version here) and this also works without issue. I think your problem lies with your configuration or with the IDP.
    Toby Hobson
    toby.hobson@cloudseal.com
    Single Sign on for Java - www.cloudseal.com
    Follow me on Twitter: tobyhobson

  5. #5
    Join Date
    Aug 2009
    Posts
    22

    Default

    Thank you!
    My issue was entirely an IDP configuration issue. Also, thank you very much for the patch that works with spring security 3.1.x. Now that I got the saml2 sample working, I have to get it working with our app, which is using 3.1.x.

    Paul

  6. #6
    Join Date
    Jun 2012
    Posts
    1

    Default Whats the IDP Configuration ?

    I am facing the same issue, can you please tell me whats the configuraiton on IDP side ?


    Quote Originally Posted by ps742626 View Post
    Thank you!
    My issue was entirely an IDP configuration issue. Also, thank you very much for the patch that works with spring security 3.1.x. Now that I got the saml2 sample working, I have to get it working with our app, which is using 3.1.x.

    Paul

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •