PHP Classes

File: web/SSO/modules/consentAdmin/config-templates/module_consentAdmin.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/consentAdmin/config-templates/module_consentAdmin.php   Download  
File: web/SSO/modules/consentAdmin/config-templates/module_consentAdmin.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 776 bytes
 

Contents

Class file image Download
<?php
/**
 * Config file for consentAdmin
 *
 * @author Jacob Christiansen, <jach@wayf.dk>
 * @package simpleSAMLphp
 */
$config = array(
   
/*
     * Configuration for the database connection.
     */
   
'consentadmin' => array(
       
'consent:Database',
       
'dsn' => 'mysql:host=DBHOST;dbname=DBNAME',
       
'username' => 'USERNAME',
       
'password' => 'PASSWORD',
    ),
   
   
// Hash attributes including values or not
   
'attributes.hash' => TRUE,

   
// Where to direct the user after logout.
    // REMEMBER to prefix with http:// otherwise the relaystate is only appended
    // to saml2 logout URL
   
'returnURL' => 'http://www.wayf.dk',

   
// Shows description of the services if set to true (defaults to true)
   
'showDescription' => true,

   
// Set authority
   
'authority' => 'saml2',
);