2017 © Pedro PelĂĄez
 

simplesamlphp-module simplesamlphp-module-hexaa

HEXAA attribute resolver authproc filter

image

niif/simplesamlphp-module-hexaa

HEXAA attribute resolver authproc filter

  • Thursday, July 2, 2015
  • by gyufi
  • Repository
  • 6 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

HEXAA authproc filter for SSP Attribute Authority and HEXAA backend

This module provides the HEXAA authprocfilter., (*1)

Install module

You can install the module with composer:, (*2)

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., (*3)

   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., (*4)

The Versions

02/07 2015

dev-master

9999999-dev

HEXAA attribute resolver authproc filter

  Sources   Download

LGPL-2.1

The Requires

 

by Gyula SzabĂł
by KristĂłf Bajnok

18/02 2015

v1.0.4

1.0.4.0

HEXAA attribute resolver authproc filter

  Sources   Download

The Requires

 

08/12 2014

v1.0.3

1.0.3.0

HEXAA attribute resolver authproc filter

  Sources   Download

The Requires

 

07/12 2014

v1.0.2

1.0.2.0

HEXAA attribute resolver authproc filter

  Sources   Download

The Requires

 

07/12 2014

v1.0.1

1.0.1.0

HEXAA attribute resolver authproc filter

  Sources   Download

The Requires

 

07/12 2014

v1.0.0

1.0.0.0

HEXAA attribute resolver authproc filter

  Sources   Download

The Requires