By coolatt on
Hi All,
I want to use Drupal with CAS for single signon.
I have a few web applications which i want to integrate into the portal:
*RoundCube webmail
*phpBB forum
*web calendar
Each of the above applications has their own login page.
The aim is once i logged into the portal i get access to all the web applications without logging to each of them
individually.
Someone please advise how can i achieve this.
Thanks
CoolAtt
Comments
What information in
What information in particular do you need to get this done?
CAS provides the authentication system and each CASified application handles integration differently. If you don't want users logging into each application individually, you may have to disable/hide login blocks and pages within each application. A general approach to "hiding" login pages could be the use of redirects/rewrites, handling the individual requests for login pages at the server level and sending them along to the CAS login page.
re:integrate web applications + sso
i want to know how do i configure drupal to work as a portal & make the drupal login itself to authenticate with the CAS server, so that once i have logged into the portal i access each of my applications without any further logins.
thanks