dev-master
9999999-devA SimpleSAMLphp filter for SIR OpenID attributes.
LGPL-2.1
The Requires
oauth2
1.0.1
1.0.1.0A SimpleSAMLphp filter for SIR OpenID attributes.
LGPL-2.1
The Requires
oauth2
A SimpleSAMLphp filter for SIR OpenID attributes.
This package adds a filter for SIR OpenID attributes through a SimpleSAMLphp module installable through Composer. Installation can be as easy as executing:, (*1)
composer.phar require sgomez/simplesamlphp-module-openidsir ~1.0@dev
Add this to your IdP definition:, (*2)
'authproc' => array( 10 => 'openidsir:OpenID', ),
If your SIR OpenID is:, (*3)
http://yo.rediris.es/soy/usuario@institucion.org/
You will receive this attributes:, (*4)
"mail" => [ 0 => "usuario@institucion.org" ], "uid" => [ 0 => "usuario" ], "sHO" => [ 0 => "institucion.org" ]
A SimpleSAMLphp filter for SIR OpenID attributes.
LGPL-2.1
oauth2
A SimpleSAMLphp filter for SIR OpenID attributes.
LGPL-2.1
oauth2