simplesamlphp/simplesamlphp-module-smartattributes

SmartAttributes 模块提供了额外的认证处理过滤器来操作属性。

安装次数: 5,433,449

依赖关系: 1

建议者: 0

安全: 0

星标: 3

关注者: 7

分支: 2

类型:simplesamlphp-module

v1.0.3 2023-10-30 11:07 UTC

This package is auto-updated.

Last update: 2024-09-21 19:42:32 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

安装

使用 Composer 安装

vendor/bin/composer require simplesamlphp/simplesamlphp-module-smartattributes

配置

接下来你需要做的是启用该模块

config.php 中,搜索 module.enable 键并将 smartattributes 设置为 true

'module.enable' => [ 'smartattributes' => true, … ],