2 Jun
2020
2 Jun
'20
7:07 a.m.
* Gabor Szabo [02/06/2020 09:34] :
I would like to allow my users to log in any of the sites and then be already logged in all of the others. So they won't need to authenticate again.
How could I achieve this?
FTR, this is called Single Sign-On (SSO, for short). https://en.wikipedia.org/wiki/Single_sign-on I'm not sure how pratical it is going to be to implement this over multiple domains with cookies. If I wanted to do this, I would take a look at the Lemonldap::NG::* modules on CPAN. Emmanuel