sso
sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
How to download and setup sso
Open terminal and run command
git clone https://github.com/buzzfeed/sso.git
git clone is used to create a copy or clone of sso repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with sso https://github.com/buzzfeed/sso/archive/master.zip
Or simply clone sso with SSH
[email protected]:buzzfeed/sso.git