Website integration.

Discussion corner for Developers of Serendipity.
Post Reply
softrax
Posts: 2
Joined: Sat Feb 04, 2006 9:57 am
Location: Maassluis / Netherlands
Contact:

Website integration.

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Website integration.

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
softrax
Posts: 2
Joined: Sat Feb 04, 2006 9:57 am
Location: Maassluis / Netherlands
Contact:

Re: Website integration.

Post 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
Post Reply