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
Website integration.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Website integration.
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
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/
# 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/
Re: Website integration.
Thank you Garvin, I will check this out.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
Wim