[
https://issues.jboss.org/browse/GTNSSO-9?page=com.atlassian.jira.plugin.s...
]
Khoi Nguyen commented on GTNSSO-9:
----------------------------------
If I understand well, authentication workflow will be as following:
# I have 2 servers A (IP a.a.a.a.) and B (IP b.b.b.b), setup OpenAM on A and Portal on B
# Go to portal by
http://b.b.b.b/portal/sso, it should be redirect me to OpenAm
authentication page at
http://a.a.a.a/openam
# After login on OpenAM server successfully, OpenAM put a cookie named iPlanetDirectoryPro
into browser with domain is openam server name (a.a.a.a in this case)
# OpenAM redirect authenticated user to Portal login process endpoint
(
http://b.b.b.b/portal/initiatessologin in this case), this endpoint validates the ticket
sent by OpenAM server (see OpenSSOAgent#validateTicket) and get token from cookie ==>
*PROBLEM IS FOUND AT HERE*
All cookies in request have domain b.b.b.b (Portal domain), while iPlanetDirectoryPro has
a.a.a.a domain, that mean the filter is unable to obtain the token set by OpenAM, and
authentication process is stopped here
[OpenAM] Cannot login in real practice (deploy GateIn and OpenAM
server on 2 different machine)
-----------------------------------------------------------------------------------------------
Key: GTNSSO-9
URL:
https://issues.jboss.org/browse/GTNSSO-9
Project: GateIn SSO
Issue Type: Bug
Reporter: Khoi Nguyen
OpenAM integration is successful if OpenAM and Portal Server are same IP Address
(localhost with different port such mentioned in document), however, when I deployed them
on 2 server, integration couldn't work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira