Single sign on

#1
Hello,
I am looking for a workaround to implement single sign on in a Web portal in development. We have B1gmail 7 but need to offer to users the possibility to login once and use all other scripts at a time: Joomla, Wordpress MU, forums and so on.
Other scripts have the option to authenticate against LDAP or OpenID.
Does anybody know about a similar solution for B1gmail 7 or how can it be done?
Thanks in advance,

Isaias
 

Gryphus

B1G-Software-Kunde
#2
here is one way to solve your problem, it is not a perfect one, but easy :)

If you have one area your users login, there you can send a second login via Curl (PHP) to the authentification of b1gmail. But don't forget to save the returned session id (its appended to the url you receive with Curl) and use it everywhere you want to access b1gmail.
 

patrick

Staff member
B1G-Software-Kunde
#3
Hi Isaias,

can you tell me how your LDAP directory is organized, how users and passwords are stored?

We are thinking about a LDAP auth plugin currently, but need to know how the LDAP directories are organized in real-world environments.
 
Top