„Attribute Conversion for simpleSAMLphp” változatai közötti eltérés

Innen: KIFÜ Wiki
(Új oldal, tartalma: „= Attribute Conversion library for simpleSAMLphp = == EduGAIN == This library is intented to be configuration-compatible with the [http://edugain.org eduGAIN] [[Attribute...”)
 
a (SimpleSAMLphp module)
23. sor: 23. sor:
  
 
* ''class'': defines the eduGAIN filter for simpleSAMLphp.
 
* ''class'': defines the eduGAIN filter for simpleSAMLphp.
* ''mode'': configures the way this module operates (''idp'' or ''sp''). See the [[Attribute_Conversion_for_simpleSAMLphp#Operating_modes]] section below for more.
+
* ''mode'': configures the way this module operates (''idp'' or ''sp''). See the [[#Operating_modes]] section below for more.
 
* ''converterconfig'': configures the path of the attribute converter configuration xml file.
 
* ''converterconfig'': configures the path of the attribute converter configuration xml file.
 
* ''filterconfig'': configures the path of the attribute filter configuration xml file.
 
* ''filterconfig'': configures the path of the attribute filter configuration xml file.
* ''cache'': enables (default) or disables the internal configuration cache. See the [[Attribute_Conversion_for_simpleSAMLphp#Configuration_cache]] section below for more.
+
* ''cache'': enables (default) or disables the internal configuration cache. See the [[#Configuration_cache]] section below for more.
  
 
== Operating modes ==
 
== Operating modes ==
  
 
== Configuration cache ==
 
== Configuration cache ==

A lap 2009. május 12., 15:58-kori változata

Attribute Conversion library for simpleSAMLphp

EduGAIN

This library is intented to be configuration-compatible with the eduGAIN Attribute_Conversion_for_eduGAIN Java library. The module can read the eduGAIN converter and filter engine XML configuration and should operate the same way.

Configuration files

The eduGAIN attribute converter and filter module defines its own XML schema for attribute conversion and attribute filtering purposes. See the Attribute_Conversion_for_eduGAIN page for configuration reference.

SimpleSAMLphp module

EduGAIN is available for simpleSAMLphp as an authentication processing filter: edugain:Attributes. The Attributes processing filter takes the following configuration properties:

 'authproc' => array(
   50 => array(
    'class' => 'edugain:Attributes',
    'mode' => 'idp',
    'converterconfig' => '/path/to/AttributeConverter.xml',
    'filterconfig' => '/path/to/AttributeFilter.xml',
    'cache' => true
   )
 )
  • class: defines the eduGAIN filter for simpleSAMLphp.
  • mode: configures the way this module operates (idp or sp). See the #Operating_modes section below for more.
  • converterconfig: configures the path of the attribute converter configuration xml file.
  • filterconfig: configures the path of the attribute filter configuration xml file.
  • cache: enables (default) or disables the internal configuration cache. See the #Configuration_cache section below for more.

Operating modes

Configuration cache