Skip to content

NIIF/simplesamlphp-module-hexaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEXAA authproc filter for SSP Attribute Authority and HEXAA backend

This module provides the HEXAA authprocfilter.

Install module

You can install the module with composer:

composer require niif/simplesamlphp-module-hexaa:1.*

Authproc Filters

In the config/config.php you can define an array named "authproc.aa", just like authproc.sp or authproc.idp. The NameID of the request will be in the attribute as defined above.

   authproc.aa = array(
       ...
       '60' => array(
            'class' => 'hexaa:Hexaa',
            'nameId_attribute_name' =>  'subject_nameid', // look at the aa authsource config
            'hexaa_api_url' =>          'https://www.hexaa.example.com/app.php/api',
            'hexaa_master_secret' =>    'you_can_get_it_from_the_hexaa_administrator'
       ),

Attribute Authority

You shoud configure the Attribute Authority of the instance too, follow the instructions on the AA documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages