1 Reply Latest reply on Feb 10, 2012 9:01 PM by anil.saldhana

    Problem with  multiple domains

    bittu42

      Can anyone please explain about the role of picketlink-idfed.xml

       

      and the problem is my IDP is in one machine and my SP is in another machine

      so two different servers .

      IDP is in VIRGO and SP is in JBOSS so the response is not coming

       

      java.lang.IllegalStateException: PL00092: Null Value:Destination is null

      org.picketlink.identity.federation.web.util.PostBindingUtil.sendPost(PostBindingUtil.java:104)

      org.picketlink.identity.federation.web.util.IDPWebRequestUtil.send(IDPWebRequestUtil.java:270)

      org.picketlink.identity.federation.web.servlets.IDPServlet.doPost(IDPServlet.java:581)

      javax.servlet.http.HttpServlet.service(HttpServlet.java:710)

      javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

      org.picketlink.identity.federation.web.servlets.IDPLoginServlet.redirectToIDP(IDPLoginServlet.java:166)

      org.picketlink.identity.federation.web.servlets.IDPLoginServlet.doPost(IDPLoginServlet.java:65)

      javax.servlet.http.HttpServlet.service(HttpServlet.java:710)

      javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

      com.hp.bss.rccpp.login.servlets.LoginServlet.redirectToIDP(LoginServlet.java:32)

      com.hp.bss.rccpp.login.servlets.LoginServlet.doPost(LoginServlet.java:23)

      javax.servlet.http.HttpServlet.service(HttpServlet.java:710)

      javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

       

      what about Trust Domain ??

      how should i configure picketlink-idfed.xml??

      if VIRGO is in aa.aa.aa.aa:8080

      and jboss in bb.bb.bb.bb:8080

       

      how should i configure the trusts in the xml filt

       

      Thanks..