Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 6.2.0 CE M4
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: Authentication
-
Labels:None
-
Environment:Win7, JBoss 7.1.1, MySQL
-
Similar Issues:
Description
1. In JBoss, config a private page "home" url would be "/group/guest/home"
2. Set auth method via screen name
company.security.auth.type=screenName
3. Enable JAAS
portal.jaas.enable=true
4. Configure default landing page to be above private page.
default.landing.page.path=/group/guest/home
Login with user test/test. User does not redirect to the landing page of /group/guest/home and instead is on /web/guest/home.

Per Mika:
"I believe JAAS is treated pretty much similarly to any SSO solution and it won't trigger any of the post login hooks."
Closing as won't fix.