1 Reply Latest reply on Mar 20, 2009 1:58 PM by anil.saldhana

    No Principal at the Service Provider, Identity Federation

    aamonten

      Hi,
      I'm testing Identity Federation with a simple application, and I have not been able to get a Principal at the Service Provider once logged in, then I'm not able to access any link even if I'm authenticated, as:

      if(principal == null)
       {
       String destination = createSAMLRequestMessage( relayState, response);
       HTTPRedirectUtil.sendRedirectForRequestor(destination, response);
      
       return false;
       }
      


      Am I misunderstanding the code, missing some configuration or is this a known bug?

      thanks