README.md
505 Bytes
SampleSso
SAMPLE SSO
Atur pengaturan SSO Client ID pada file SsoClientLibrary.php
$this->clientId = ''; // 3rd Party client Id (client id dari aplikasi SSO)
$this->clientSecret = ''; // 3rd Party client secret (client secret dari aplikasi SSO)
$this->redirectUri = 'http://localhost/sample-sso-php/masuk-sso.php'; // 3rd Party url redirect or url to handle callback (url redirect aplikasi anda jika berhasil login SSO)
$this->targetUri = 'https://sso.riau.go.id/'; // SSO Riau portal