simplesamlphp/simplesamlphp-module-adfs
最新稳定版本:v3.0.5
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-adfs
包简介
A module that implements the WS-federation IDP
关键字:
README 文档
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-adfs
Configuration
Next thing you need to do is to enable the module: in
config.php, search for the module.enable key and set adfs to true:
'module.enable' => [ 'adfs' => true, … ],
View samples in metadata-templates for defining your idp and any relying
parties/sps.
Tips for admins new to WS-Fed
-
A
realmis similar to an entityId from SAML.adfs-sp-remote.phpmetadata array is based onrealm. An IP STS is similar to an IdP. -
Some WS-Fed Relying Party applications want the assertion lifetime to be longer than the application's session lifetime. If not, the application will send the user to the IdP to login again, hoping for a longer lived assertion. SSP's default assertion lifetime is 5 minutes while SharePoint, by default, wants 10 minutes. Use the
assertion.lifetimeinadfs-sp-remote.phpto set the time greater than that set in SharePoint (which can be configured by adjustingLogonTokenCacheExpirationWindow)
统计信息
- 总下载量: 6.4M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 3
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2019-03-14