When HxGN EAM redirects a browser to the SSO server, it includes the return URL on the query string.
The general format of the url will be http://eamserver:eamport/web/base/ssoservlet?parameters...
The SSO server must redirect the browser to the ssoservlet target. Redirects to other targets will not work.
It is recommended that the SSO server add a token to the return URL indicating that the request comes from a custom SSO server. Specifically, the modified URL would be http://eamserver:eamport/web/base/ssoservlet/ssocustom?parameters...
The ‘web/base" portion of the URL will vary if the base URI has been changed. The redirect must include the parameters passed on the query string to the SSO server.