Go to the source code of this file.
Variables | |
| $nuSoapPath = '../../inc/lib/thirdparty/nusoap/nusoap.php' | |
| $ssoServerUrl = 'http://my.domain.com/mycampus/claroline/backends/sso/server.php' | |
| $cookieName = 'clarolineSsoCookie' | |
| $serverAuthenticationKey = '' | |
| $courseId = '' | |
| $groupId = '' | |
| $cookieName = 'clarolineSsoCookie' |
Definition at line 32 of file sample.client.php.
| $courseId = '' |
Definition at line 44 of file sample.client.php.
| $groupId = '' |
Definition at line 51 of file sample.client.php.
| $nuSoapPath = '../../inc/lib/thirdparty/nusoap/nusoap.php' |
This is an example in PHP and SOAP of a Single Sign On (SSO) client allowing a system to request user parameter from a cookie retrieved on the user browser.
WARNING ! The SOAP request will return a SSO updated cookie. It's the job of the SOAP client to update the cookie into the user browser.
Definition at line 20 of file sample.client.php.
| $serverAuthenticationKey = '' |
Definition at line 38 of file sample.client.php.
| $ssoServerUrl = 'http://my.domain.com/mycampus/claroline/backends/sso/server.php' |
Definition at line 26 of file sample.client.php.
1.6.3