Re: [Hypercontent-users] HC2.0b4 integration with uPortal
Brought to you by:
alexvigdor
From: <sd...@la...> - 2005-09-21 15:52:57
|
Hello, Alex! I use LDAP for logon. So I see that It's not possible to use proxy channe= l alone to authentificate to Hyper Content 2.0. As I see proxy channel parameters= can supply only UID not the password. When read the post "HyperContent 2.0b4 = now available" it seemed that using proxy channel gives an apportunity to pe= rform authentication with means of proxy channel configuration. So I am going t= o add LDAP logon directly to Hyper Content2.0. Thank you very much for advice! Juris Treibahs University of Latvia Cit=E7ju Alex Vigdor <av...@co...>: -> Hi Juris, -> Since HC2 is now a separate application from uPortal, it requires you= =20 -> to login as well. HC2 uses the JAAS authentication architecture to=20 -> support logins; the default implementation uses a username and MD5-has= h=20 -> password stored in an XML file. The link I sent before provides a JAA= S=20 -> LoginModule that uses CAS for login. You could write a custom=20 -> LoginModule that would login to HyperContent by evaluating the "uid"=20 -> parameter of the request, but I must caution that this is highly=20 -> insecure; it would allow anyone to login to HC2 pretending to be=20 -> someone else by simply passing their UID directly to HC2. ->=20 -> The LocalConnectionContext is a uPortal API that lets you plug in=20 -> secure single-sign-on methods like CAS. ->=20 -> Are you using CAS? If not, what are you using for logins? ->=20 -> -Alex ->=20 -> On Sep 21, 2005, at 9:32 AM, sd...@la... wrote: ->=20 -> > Hello, Alex! -> > Thanks for your answer! -> > I am not clear what does it mean to use LocalConnectionContext to pa= ss -> > authentication credentials to HyperContent. Will it be enough to fil= l=20 -> > in the -> > right values in the field "Default IPerson Attributes to Pass" of th= e=20 -> > channel -> > adding form of uPortal? I tried to fill in with value "uid" which as= =20 -> > far as I -> > am concerned contains username but the channel did no succeed to=20 -> > perform an -> > authorization. -> > -> > Best regards, -> > Juris Treibahs -> > University of Latvia -> > -> > -> > -> > -> > -> > -> > ------------------------------------------------------- -> > SF.Net email is sponsored by: -> > Tame your development challenges with Apache's Geronimo App Server.=20 -> > Download -> > it for free - -and be entered to win a 42" plasma tv or your very ow= n -> > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.ph= p -> > _______________________________________________ -> > Hypercontent-users mailing list -> > Hyp...@li... -> > https://lists.sourceforge.net/lists/listinfo/hypercontent-users -> > ->=20 ->=20 ->=20 |