PHP Classes

File: web/SSO/modules/cdc/config-templates/module_cdc.php

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

Contents

Class file image Download
<?php

$config
= array(
   
'example.org' => array(

       
/*
         * The shared key for this CDC server.
         */
       
'key' => 'ExampleSharedKey',

       
/*
         * The URL to the server script.
         */
       
'server' => 'https://my-cdc.example.org/simplesaml/module.php/cdc/server.php',

       
/*
         * The lifetime of our cookie, in seconds.
         *
         * If this is 0, the cookie will expire when the browser is closed.
         */
       
'cookie.lifetime' => 0,

    ),
);