niif/simplesamlphp-module-attributescope
Composer 安装命令:
composer require niif/simplesamlphp-module-attributescope
包简介
Filter to remove attribute values which are not properly scoped.
README 文档
README
This module ensures that scoped attributes (such as eduPersonPrincipalName) have the right scopes defined in the entity metadata.
It removes values
- that should be scoped (see
attributesWithScopebelow) but are not; - whose scope does not match shibmd:Scope element in the metadata.
Additionally, it is also capable to handle 'scope attributes' such as schacHomeOrganization that should be equivalent to shibmd:Scope element in the metadata.
Notes and limitations
- Regular expressions in
shibmd:Scopeare not supported. - It is recommended to run this filter after oid2name. Please note that attribute names in the module configuration are case sensitive and must match the names in attributemaps.
- 'scope Attributes' must be singled valued, otherwise they are removed.
- Specifying an attribute in multiple configuration options is likely a user configuration issue. A value will only pass if it conforms to the validation rule for each configured option.
Installing the module
You can install the module with composer:
composer require niif/simplesamlphp-module-attributescope
Example configuration
config/config.php
authproc.sp = array(
...
// 49 => array('class' => 'core:AttributeMap', 'oid2name'),
// Verify scoped attributes with the metadata:
50 => array(
'class' => 'attributescope:FilterAttributes',
// Default attributes with scope attributes.
// 'attributesWithScope' => array('eduPersonPrincipalName', 'eduPersonScopedAffiliation'),
// Default scopeAttribute
// 'scopeAttributes' => array('schacHomeOrganization'),
),
Configurations Options
attributesWithScopean array of attributes that should be scoped and should match the scope from the metadataattributesWithScopeSuffixan array of attributes that have the scope as a suffix. For example,user@department.example.comanddepartment.example.comare both suffixed withexample.com. Useful when an SP is reliant onmailattribute to identify users and the IdP users various subdomains for mail.scopeAttributesan array of attributes that should exactly match the scope from the metadataignoreCheckForEntitiesan array of IdP entity IDs to skip scope checking for. Useful when an IdP is a SAML proxy and is trusted to assert any scope.ignoreCaseignore the case of the scoped attribute. The new 'Subject Identifier Attributes' profile stipulates that comparison should be case insensitive. Default is false, for backwards compatability.
Development
Runing tests
./vendor/phpunit/phpunit/phpunit
niif/simplesamlphp-module-attributescope 适用场景与选型建议
niif/simplesamlphp-module-attributescope 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.39k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2015 年 11 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「module」 「filter」 「simplesamlphp」 「scope」 「sp」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 niif/simplesamlphp-module-attributescope 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 niif/simplesamlphp-module-attributescope 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 niif/simplesamlphp-module-attributescope 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A SimpleSAMLphp module for using Redis for session storage etc.
Nova searchable filter for belongsTo relationships.
A SimpleSAMLPHP module for authorize working with module Perun
Symfony DataGridBundle
SSP Module of various filters developed by Cirrus Identity
Zend\Authentication SAML adapter. Uses existing simpleSAMLphp install.
统计信息
- 总下载量: 1.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 13
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-11-12