定制 niif/simplesamlphp-module-hexaa 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

niif/simplesamlphp-module-hexaa

最新稳定版本:v1.0.4

Composer 安装命令:

composer require niif/simplesamlphp-module-hexaa

包简介

HEXAA attribute resolver authproc filter

README 文档

README

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.

统计信息

  • 总下载量: 39
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 7
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-12-07