Page 1 of 1

Website integration.

Posted: Sat Feb 04, 2006 10:08 am
by softrax
Is it possible to integrate Serendipity with an existing website?
The site is custom made and has it's own login fuctions.
I want users how have logged in to be able to go to Serendipity without having to login again. This means Single Sign On.
Every suggestion is welcome.
Wim

Re: Website integration.

Posted: Sat Feb 04, 2006 1:28 pm
by garvinhicking
You can do this via authentication proxying. An example of doing this via LDAP is done as the serendipity_event_externalauth plugin. With some basic PHP skill you should be able to migrate that to your own login functionality.

HTH,
Garvin

Re: Website integration.

Posted: Sun Feb 05, 2006 7:09 am
by softrax
garvinhicking wrote:You can do this via authentication proxying. An example of doing this via LDAP is done as the serendipity_event_externalauth plugin. With some basic PHP skill you should be able to migrate that to your own login functionality.

HTH,
Garvin
Thank you Garvin, I will check this out.
Wim