PHP Classes

File: web/SSO/modules/openidProvider/config-template/module_openidProvider.php

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

Contents

Class file image Download
<?php
/**
 * Configuration file for the OpenID provider.
 */

$config = array(

   
/* The authentication source that should be used. */
   
'auth' => 'default-sp',

   
/* The name of the attribute which contains the username of the user. */
   
'username_attribute' => 'uid',

   
/* The directory where OpenID data is stored. */
   
'filestore' => '/var/lib/simplesamlphp-openid-provider',

);