PHP Classes

File: web/SSO/modules/casserver/config-templates/module_casserver.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/casserver/config-templates/module_casserver.php   Download  
File: web/SSO/modules/casserver/config-templates/module_casserver.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: 387 bytes
 

Contents

Class file image Download
<?php
/*
 * Configuration for the module casserver.
 */

$config = array (

   
'legal_service_urls' => array(
       
'http://test.feide.no/casclient',
       
'http://test.feide.no/cas2',
    ),

   
// Legal values: saml2, shib13
   
'auth' => 'saml2',
   
   
'ticketcache' => 'ticketcache',

   
'attrname' => 'mail', // 'eduPersonPrincipalName',
    #'attributes' => TRUE, // enable transfer of attributes
   
);

?>