simplesamlphp/simplesamlphp-module-autotest
最新稳定版本:v1.2.1
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-autotest
包简介
This module provides an interface to do automatic testing of authentication sources.
关键字:
README 文档
README
This module provides an interface to do automatic testing of authentication sources.
Installation
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:
vendor/bin/composer require simplesamlphp/simplesamlphp-module-autotest: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 disabled by default. If you want to enable the module once installed,
you just have to add it to the module.enable array in your config.php.
Usage
This module provides three web pages:
SIMPLESAMLPHP_ROOT/module.php/autotest/loginSIMPLESAMLPHP_ROOT/module.php/autotest/logoutSIMPLESAMLPHP_ROOT/module.php/autotest/attributes
All the web pages have a mandatory parameter 'SourceID', which is the name of the authentication source.
On success, the web pages print a single line with "OK". The attributes page will also list all the attributes of the user. On error they set the HTTP status code to 500 Internal Server Error, print a line with "ERROR" and then any information about the error.
Note: You still have to parse the login pages to extract the parameters in the login form.
统计信息
- 总下载量: 45.59k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2015-08-07