1 Reply Latest reply on Jun 4, 2009 10:35 PM by dmarcum

    Federated SSO Same Domain Error

    dennismarcum

      I am using one of the latest releases from the trunk...about a month ago.

      The config files are basically setup as they are in the examples.

      When trying to go from node1.jboss.com to node2.jboss.com using the test application, SSOFederationRouter is setting the target URL to node1 instead of node2...using the line:

      String serverName=((String)this.partners.get(myDomain.substring(1))).split("federate")[0];

      I switch it to use the fullRequest variable and it wanted to work but presented the login screen of node2 instead.

      Thanks,
      Dennis
      dmarcum@akimeka.com