sgomez/simplesamlphp-module-openidsir
Composer 安装命令:
composer require sgomez/simplesamlphp-module-openidsir
包简介
A SimpleSAMLphp filter for SIR OpenID attributes.
关键字:
README 文档
README
This package adds a filter for SIR OpenID attributes through a SimpleSAMLphp module installable through Composer. Installation can be as easy as executing:
composer.phar require sgomez/simplesamlphp-module-openidsir ~1.0@dev
How to use
Add this to your IdP definition:
'authproc' => array(
10 => 'openidsir:OpenID',
),
If your SIR OpenID is:
http://yo.rediris.es/soy/usuario@institucion.org/
You will receive this attributes:
"mail" => [
0 => "usuario@institucion.org"
],
"uid" => [
0 => "usuario"
],
"sHO" => [
0 => "institucion.org"
]
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2016-02-28