WebsiteBaker Community Forum

General Community => Global WebsiteBaker 2.8.x discussion => Topic started by: marccouture on September 01, 2009, 10:41:17 PM

Title: Integrate CAS into WebsiteBaker: is it possible?
Post by: marccouture on September 01, 2009, 10:41:17 PM
I'm looking for more information on how I could "CASify" WebsiteBaker (https://sp.princeton.edu/oit/sdp/CAS/Wiki%20Pages/PHP.aspx), as we have a need to implement some form of basic authentication in WB.  I saw a version of WB a while back that had some form of LDAP integration, that would be a good start...  Has anyone worked on this before?  Thanks.
Title: Re: Integrate CAS into WebsiteBaker: is it possible?
Post by: kweitzel on September 04, 2009, 06:12:24 PM
Hi Marc,

haven't heard of anybody yet implementing any kind of Single Sign On solution yet, but I have to admit that I am quite interested in it for WebsiteBaker Org and it's services ...

Would be nice, if you could let me know how you proceed in implementing it.

cheers

Klaus
Title: Re: Integrate CAS into WebsiteBaker: is it possible?
Post by: marccouture on September 23, 2009, 09:51:58 PM
My approach would be to set it up in a module, the same way it has already been done for other platforms (SPIP and PHPGroupware come to mind).  This would of course mean bypassing how logins currently work in WB and changing templates to include the proper PHP code to enable authentication.  We have some people where I work who have experience integrating CAS in various PHP applications (most notably in TYPO3 and Moodle).

I'll let you know how things progress in this thread.
Title: Re: Integrate CAS into WebsiteBaker: is it possible?
Post by: Waldschwein on September 23, 2009, 10:11:00 PM
Hello!

That looks very good. I think there was a LDAP (core replacement) module for WB 2.6.7, but I don't know if it is working with the latest 2.8, because the Multi Group module was integrated in 2.7 in core files and there was some "problem" I thought...

Regards Michael

Edit: Here is it (but I thought it was another one... but I can't say really): https://forum.WebsiteBaker.org/index.php/topic,6884
Title: Re: Integrate CAS into WebsiteBaker: is it possible?
Post by: kweitzel on September 23, 2009, 10:45:43 PM
CAS is a single sign-on solution where you use 1 login and are logged in automatically into different applications like CMS, Forum, Trac, etc ... with LDAP you just have a single login but still need to login several times to the different applications.

I think the post you are/where looking for might be this one: https://forum.WebsiteBaker.org/index.php/topic,2026.0.html

I think it was User RSMITH who once posted the first implementations ... also check this post here: https://forum.WebsiteBaker.org/index.php/topic,2386.0.html

His site is here: http://slink2.no-ip.info/ ... but I don't find the info I am looking for.

cheers

Klaus