Re: [Hypercontent-users] Dashboard and CASIFY Hypercontent
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2006-09-05 13:13:38
|
Hi, First off, make sure you follow the directions in cas-support/ CAS_READ_ME in the HyperContent distribution to enable and configure CAS in HyperContent. You should make sure you can log in with CAS directly before proceeding to portal integration. There's two things you must do to enable CAS single-sign on when publishing a secured HyperContent URL to a channel in uPortal. 1) You must specify the CasConnectionContext as your LocalConnectionContext (one of the fields on the Web Proxy publishing screen). This tells the portal to get a proxy ticket and pass it on to HyperContent. The fully qualified classname is edu.yale.its.tp.portal.security.CasConnectionContext 2) You must add the Login command to the HyperContent URL, so HyperContent knows it should look for credentials attached to the request (in this case the proxy ticket) e.g. http://localhost:8080/hypercontent/index.xml?mode=dashboard- portlet&command=Login That should do it! Cheers, Alex On Sep 4, 2006, at 10:16 PM, tom tom wrote: > > The dashboard URL which Itried was > > http://localhost:8080/hypercontent/index.xml?mode=dashboard-portlet > > because I deployed the hypercontent.war file to the > servlet container, but after that > I installed the hypercontent 2.0 inbuilt tomcat > installation as well then gave the > following URL (I stoped the other tomcat ) > > > http://localhost:8080/index.xml?mode=dashboard-portlet > > then what happened was it prompted to enter user > name and password (i entered admin , admin) > then it redirected to the home page where it lists > all the projects, cant see much happenning. > > > Well, we dont need help project at the moment, as > new comers if we can get a new project going in with > CAS that would be great, so that we can refer to the > resource in Hypercontent from uPortal and see how it > goes.(seemles cas login and rendering part) > > Unfortunately we couldnt get to that state because > even sometimes the hypercontent documentation > switches between Hy.. 2.0 and 1.4. > > If ALEX can give a hand on how to proceed CAS > integration that will be great. > > As recommended I will download the latest from the > CVS and see, Will there be instructions to build and > deploy. > > > If we can get the above part going we can accelarate > from there on. > > Thanks, > --- Carl P Barrow <C.P...@hu...> wrote: > >> Hi, >> >> The help project doesn't come with the base install >> of HyperContent. >> This can be downloaded form the WIKi >> > http://www.ja-sig.org/wiki/display/HYP/Web+Site+Archives >> and setup in >> your installation. There is also a site in there >> which was a base for >> all the sites here in Hull, although the code in >> there is a pretty old >> and the site was originally created in H/C 1.4. I >> need to update that. >> Once it's updated it might be useful to pull that >> down and take a look. >> >> The dashboard URL will be >> > http://localhost:8080/index.xml?mode=dashboard-portlet >> >> >> Alex should be able to help out with the CAS >> authentication issues, we >> are using LDAP here in Hull. >> >> Instead of downloading HyperContent from the site, I >> would suggest >> taking it from the CVS, this will ensure you have >> the latest version of >> everything. >> http://sourceforge.net/cvs/?group_id=101745 >> >> > -d:pserver:ano...@hy...:/cvsroot/ > hypercont >> ent co -P hypercontent2 >> Will bring that down for you. >> >> Thanks >> Carl >> >> ************************************* >> Carl Barrow >> Systems Integrator >> e-Services >> The University of Hull >> Cottingham Road >> Hull >> HU6 7RX >> Ext. 6838 >> ************************************* >> >> -----Original Message----- >> From: >> hyp...@li... >> > [mailto:hyp...@li...] >> On Behalf Of >> tom tom >> Sent: 04 September 2006 05:53 >> To: hyp...@li... >> Subject: [Hypercontent-users] Dashboard and CASIFY >> Hypercontent >> >> >> Hi, >> >> we installed HyperContent 2.0 (Not the beta >> version), >> We all new to Hypercontent. >> it comes up correctly but showed only three >> projects,it >> does not show the Help project as demonstrated in >> the >> Hypercontent web site. >> >> >> Also I tried >> >> > http://localhost:8080/hypercontent/index.xml?mode=dashboard-portlet >> >> nothing seem to Appear it goes to the home page. >> >> >> currently our uPortal 2.5.1 instance working fine >> with >> CAS 3.03 with JAAS, >> How can we make Hypercontent also cas enable, What >> are >> the classes to implement, Is there any guide >> or documentation around to casify Hypercontent with >> CAS. >> >> I read some answer (related to CAS) stating 'publish >> with the CasConnectionContext and adding a login >> command to the HC2 URL. What is meant by this. >> >> Should I consider the beta releases to try out those >> or, the 2.0 itself is enough? >> >> Thanks >> >> __________________________________________________ >> Do You Yahoo!? >> Tired of spam? Yahoo! Mail has the best spam >> protection around >> http://mail.yahoo.com >> >> > ---------------------------------------------------------------------- > -- >> - >> Using Tomcat but need to do more? Need to support >> web services, >> security? >> Get stuff done quickly with pre-integrated >> technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 >> based on Apache >> Geronimo >> > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Hypercontent-users mailing list >> Hyp...@li... >> > https://lists.sourceforge.net/lists/listinfo/hypercontent-users> > ********************************************************************** > ******************* >> To view the terms under which this email is >> distributed, please go to >> http://www.hull.ac.uk/legal/email_disclaimer.html >> > ********************************************************************** > ******************* > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |