This content has been marked as final.
Show 2 replies
-
1. Re: having to login multiple times with SSO
apemberton Nov 13, 2009 5:45 PM (in response to tmblanks)That's typically the goal of SSO frameworks. The portal relies on standard JAAS/JavaEE security principles (ie: a JSESSIONID cookie, by default). So, you'll want to make sure your SSO framework supports this type of configuration or is properly integrated with your portal.
-
2. Re: having to login multiple times with SSO
tmblanks Nov 16, 2009 10:18 AM (in response to tmblanks)Thanks for your response. Are there any articles that you know of, that can make this a seamless login? I have follwed step by step directions for CAS, JOSSO, and OpenSSO. I am getting the same results for all of them. I would prefer to work with CAS, but if I can get any of them working with a seamless login with portal, that would be great. Any help would be a great help. I am using OpenDS for the authenication.