PHP code example of cymdeveloppement / roundcube-new-oidc
1. Go to this page and download the library: Download cymdeveloppement/roundcube-new-oidc 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/ */
cymdeveloppement / roundcube-new-oidc example snippets
$config['oidc_logout_url'] = 'https://auth.example.com/realms/REALM/protocol/openid-connect/logout?post_logout_redirect_uri=https%3A%2F%2Fmail.example.com&client_id=roundcube';
bash
cp plugins/roundcube_oidc/config.inc.php.dist plugins/roundcube_oidc/config.inc.php