PHP code example of cicnavi / oidc-client-php

1. Go to this page and download the library: Download cicnavi/oidc-client-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

cicnavi / oidc-client-php example snippets

shell script
composer 

// ... 
'hrEduPersonUniqueID' => 
  array (
    0 => '[email protected]',
  ),
  'uid' => 
  array (
    0 => 'jdoe',
  ),
  'cn' => 
  array (
    0 => 'John Doe',
  ),
  'sn' => 
  array (
    0 => 'Doe',
  ),
  'givenName' => 
  array (
    0 => 'John',
  ),
  'mail' => 
  array (
    0 => '[email protected]',
    1 => '[email protected]',
  ),