We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6128bc8 commit a47e20fCopy full SHA for a47e20f
1 file changed
README.md
@@ -3,11 +3,15 @@
3
[](https://packagist.org/packages/niif/simplesamlphp-module-attributelimit)
4
[](https://packagist.org/packages/niif/simplesamlphp-module-attributelimit)
5
6
+# Install
7
+`composer require niif/simplesamlphp-module-attributelimit`
8
9
+# Usage
10
TODO
11
12
```
13
$config = array(
14
+ 'class' => 'niif:AttributeLimit',
15
'allowedAttributes' => array(),
16
'bilateralSPs' => array(
17
'entityid1' => array(
0 commit comments