10-04-04 11:03 PM
Thank you for your advise. I have already read the documents, but I still
have some problems.
The way that is suggested to customize the login mechanism now is to
subclass a Java class that the login page call, right? But how can I create
a credential in a pure Java class? From my knowledge, creating a credential
involves the using of some portlet methods / objects, e.g. getPortletConfig,
PortletRequest, etc. How can we create a credential in a Java class, without
having a Portlet? How can you "insert the login credentials the user enters
on the login page into a credential vault slot"?
"Florian Racky" <florian.racky@techem.de> ¦b¶l¥ó
news:cjgpkb$6qv0$1@news.boulder.ibm.com ¤¤¼¶¼g...
> Hi,
>
solution?[vbcol=seagreen]
>
> Our portal server installation authenticates with an ldap directory. As
many other applications are using the same directory for authentication we
decided to insert the login credentials the user enters on the login page
into a credential vault slot and make them available for other application's
sso. The benefit of this is that the user has not to care about the stored
credentials at all (no initial creation, no trouble after a password
change).
>
> You can do changes in the so called post authentication phase of the
portal login. You wil find more information in:
http://www-1.ibm.com/support/docvie...id=swg21104482.
>
> Flo
>
>
>
[ Post a follow-up to this message ]
|