Bug 917846
| Summary: | OpenSSO/OpenAM Agent doesn't work well when gatein is on Windows and OpenAM is on *NIX based system | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | Ray Tsang <rtsang> |
| Component: | Portal | Assignee: | Default User <jbpapp-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.2.2, 6.0.0 | CC: | bdawidow, epp-bugs, mposolda, nobody, theute, tkyjovsk |
| Target Milestone: | --- | ||
| Target Release: | 6.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Release Note | |
| Doc Text: |
Cause: There was the issue with EPP 5.2.2 and OpenAM integration when both were executed on different servers (For example OpenAM on Windows, EPP on linux). There was the issue on EPP side in OpenSSOAgent component during parsing response with subject informations, because different line.separator character used by OpenAM and by EPP during parsing.
Consequence: Response with subject informations wasn't correctly parsed by OpenSSOAgent
Fix: Fix is adding algorithm into OpenSSOAgentImpl class to recognize line separator from given OpenAM response.
So it's possible to handle deployment with OpenAM on windows and GateIn on linux (or viceversa).
Result: Issue shouldn't be reproducible anymore on JPP 6.1
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-07 14:24:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ray Tsang
2013-03-04 22:14:23 UTC
Marek Posolda <mposolda> updated the status of jira GTNSSO-23 to Resolved Marek Posolda <mposolda> made a comment on jira GTNSSO-23 Issue will be fixed in GateIn SSO 1.3.3.Final. Fix is adding algorithm into OpenSSOAgentImpl class to recognize line separator from given OpenAM response. So it's possible possible to handle deployment with OpenSSO on windows and GateIn on linux (or viceversa). Issue is fixed in GateIn SSO 1.3.3.CR03, which is available in GateIn master I tested this issue with JPP-6.1.0.ER2 on Ubuntu13+Windows7 environment. Scenario 1: OpenAM on Win, Portal on Linux. Scenario 2: OpenAM on Linux, Portal on Win. Both scenarios worked fine. |