SSO PoC Installation require composer to work (install composer) git clone cd ./sso-php composer i cp .example.env .env Modify .env with your client_id, client_secret and Endpoints URL php -S localhost:8080 -t . Test it out !