Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3140

simply picketlink setup of an sp+idp delivers a 403

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Critical Critical
    • No Release
    • 8.0.0.Final
    • Security
    • None
    • Hide

      create two security domains
      <security-domain name="sp" cache-type="default">
      <authentication>
      <login-module code="org.picketlink.identity.federation.bindings.jboss.auth.SAML2LoginModule" flag="required"/>
      </authentication>
      </security-domain>

      <security-domain name="idp" cache-type="default">
      -> use a login module of your choose, I used LdapExtended

      Deploy the attached idp.war and sp.war
      Run the server listening to "localhost"

      access: http://localhost:8080/plhello

      result: 403 - Forbidden

      expected result as seen in EAP 6.1.1:

      Show
      create two security domains <security-domain name="sp" cache-type="default"> <authentication> <login-module code="org.picketlink.identity.federation.bindings.jboss.auth.SAML2LoginModule" flag="required"/> </authentication> </security-domain> <security-domain name="idp" cache-type="default"> -> use a login module of your choose, I used LdapExtended Deploy the attached idp.war and sp.war Run the server listening to "localhost" access: http://localhost:8080/plhello result: 403 - Forbidden expected result as seen in EAP 6.1.1: redirect to http://localhost:8080/idp login redirect back to http://localhost:8080/plhello end up on http://localhost:8080/plhello/index.jsp

      A simple picket links setup of an sp and an idp. Accessing the sp, simply delivers "403 - Forbidden"

      The same security domains and the identical sp/idp war deployed on EAP 6.1.1 work fine

        1. plhello.war
          9 kB
          Tom Fonteyne
        2. plidp.war
          14 kB
          Tom Fonteyne

              psilva@redhat.com Pedro Igor Craveiro
              tfonteyn Tom Fonteyne (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: