Search:

Type: Posts; User: pkennedy; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,163

    This impacted me as well in the past week, I...

    This impacted me as well in the past week, I modified SAMLAutenticationProvider.java locally to fix the problem.

    The root cause of the issue was a defect introduced during a recent refactoring...
  2. Replies
    3
    Views
    2,163

    How are you getting the...

    How are you getting the spring-security-saml2-core artifact, are you building it from source ?

    If so, how are you getting the source ? Are you cloning and building from master ?
  3. Thread: Trust problem

    by pkennedy
    Replies
    8
    Views
    2,415

    I fixed my problem by importing, to the SAML2...

    I fixed my problem by importing, to the SAML2 sample webapp's samlKeystore.jks, the CA cert for the signer of the X509 cert presented by my tomcat instance hosting the Shibboleth IdP webapp to the...
  4. Thread: Trust problem

    by pkennedy
    Replies
    8
    Views
    2,415

    Here's the contents of my catalina.out, with...

    Here's the contents of my catalina.out, with log4j logging set to DEBUG for com.springframework.security.saml:

    I also verified that the shibboleth IDP's private key matches the cert with alias...
  5. Replies
    6
    Views
    1,840

    My environment was fubar'd, when I fixed the...

    My environment was fubar'd, when I fixed the environment the problem went away.
  6. Thread: Trust problem

    by pkennedy
    Replies
    8
    Views
    2,415

    Same problem here

    I'm encountering the same issue. Using /usr/java/default/bin/keytool I added the contents of idp.crt file to samlKeystore.jks and to /usr/java/default/jre/lib/security/cacerts, using the alias...
  7. Replies
    6
    Views
    1,840

    One more thing: I had to make this change to...

    One more thing: I had to make this change to saml2-core/pom.xml to successfully build:

    $ git diff ../../../../../saml2-core/pom.xml
    diff --git a/spring-security-saml/saml2-core/pom.xml...
  8. Replies
    6
    Views
    1,840

    Failure to generate SP metadata

    I'm integrating the SAML Spring security extension into a Spring 3.0 application (tomcat) that's previously been integrated with Spring Security 3.1.

    The source for the Spring Security SAML...
Results 1 to 8 of 8