https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver
An example for SAML attributes queries
https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver
Last synced: 5 months ago
JSON representation
An example for SAML attributes queries
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-05-28T12:30:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-26T22:20:23.000Z (5 months ago)
- Last Synced: 2025-08-27T05:53:33.603Z (5 months ago)
- Language: PHP
- Size: 98.6 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSAMLphp Example Attribute Server

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-exampleattributeserver)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-exampleattributeserver/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-exampleattributeserver)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-exampleattributeserver)
## Install
Install with composer
```bash
vendor/bin/composer require simplesamlphp/simplesamlphp-module-exampleattributeserver
```
## Configuration
Next thing you need to do is to enable the module:
in `config.php`, search for the `module.enable` key and set `exampleattributeserver` to true:
```php
'module.enable' => [ 'exampleattributeserver' => true, … ],
```