[dancer-users] Single login to multiple domains

Emmanuel Seyman emmanuel at seyman.fr
Tue Jun 2 03:07:01 EDT 2020


* 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


More information about the dancer-users mailing list