WebSphere Portal SSO Config
Another short.
When configuring a portal for SSO with a custom login servlet and using the Portal session management JSP's it took some digging to track down what was required to disable the login Portlet.
In order to enable screens for login it is necessary to:
set authentication.screen.login = true
Resources > Resource environment providers > WP AuthenticationService > Custom properties
authentication.screen.login
Default: false
Custom: true
java.lang.String
Read more about Portal configuration services, and settings in Infocenter:
http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/index.jsp?topic=/com.ibm.wp.ent.doc/wps/srvcfgref.html
Also, remove the Login portlet from the Welcome page.
When using screens instead of the Selfcare or Login portlet,
add the puma.controllerHTML = com.ibm.wps.puma.PumaControllerHTML
property in the IBM WebSphere Conole:
Resources > Resource environment providers > WP PumaService > Custom properties
puma.controllerHTML = com.ibm.wps.puma.PumaControllerHTML
2008-11-25
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment