[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-2286) OpenSSO Valve Doesn't Set ssoEnabled (Login prompt in modal box instead of full page)
Greg Wittel (JIRA)
jira-events at lists.jboss.org
Wed Jan 28 16:48:44 EST 2009
OpenSSO Valve Doesn't Set ssoEnabled (Login prompt in modal box instead of full page)
-------------------------------------------------------------------------------------
Key: JBPORTAL-2286
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2286
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Identity
Affects Versions: Identity-1.0.3, 2.7.2 Final
Environment: Linux 2.6
JBoss AS 4.3.2
JBoss Portal 2.7.2
JDK 1.6_u11
Reporter: Greg Wittel
When using the OpenSSO Valve (org.jboss.portal.identity.sso.opensso.OpenSSOAuthenticationValve), the ssoEnabled attribute is set to null. So when you login, a user gets a modal box containing the OpenSSO login page. Definitely not useable as after they login the portal is then contained within the modal box.
The ssoEnabled GUI check is in:
core/output/resources/portal-core-war/WEB-INF/jsp/header/header.jsp
Based on the other SSO valves, it looks like the OpenSSO one is missing this in its invoke() routine:
request.setAttribute("ssoEnabled", "true");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list