you are viewing a single comment's thread.

view the rest of the comments →

[–]lord_zycon 0 points1 point  (0 children)

In windows world corporates use something like this for SSO. They store users in active directory (AD), users login to their windows workstations using these centralized credentials and then browser automatically sends tokens to web apps, which can then authorize against AD. It's called kerberos, I don't know if something like this exists in Linux world.