定制 simplesamlphp/simplesamlphp-module-discojuice 二次开发

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

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

simplesamlphp/simplesamlphp-module-discojuice

最新稳定版本:v1.0

Composer 安装命令:

composer require simplesamlphp/simplesamlphp-module-discojuice

包简介

A SimpleSAMLphp module to provide a very flexible User Interface implementing an IdP Discovery Service.

README 文档

README

Build Status Coverage Status Scrutinizer Code Quality

DiscoJuice module

DiscoJuice is a very flexible User Interface library for implementing an IdP Discovery Service.

As a service provider, connected to a large number of Identity Providers, you would need to ask the user in advance of the authentication process to select an Identity Provider.

DiscoJuice is super-simple to deploy at a Service Provider. Is is as easy as copying and pasting a small javascript reference into the HTML source of your application.

Installation

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:

composer.phar require simplesamlphp/simplesamlphp-module-discojuice:dev-master

where dev-master instructs Composer to install the master branch from the Git repository. See the releases available if you want to use a stable version of the module.

The module is enabled by default. If you want to disable the module once installed, you just need to create a file named disable in the modules/discojuice/ directory inside your SimpleSAMLphp installation.

To enable the discovery service in SimpleSAMLphp, set the discoURL parameter in your authsources.php:

    'default-sp' => [
        'saml:SP',
        'discoURL' => 'https://sp1.example.org/simplesaml/module.php/discojuice/central.php',

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 9
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-08-10