We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3488d commit 43e9077Copy full SHA for 43e9077
1 file changed
composer.json
@@ -2,6 +2,18 @@
2
"name": "niif/simplesamlphp-module-shib2idpnameid",
3
"description": "Filter to generate generate PersistentNameID (and the value for eduPersonTargetedID) with the same algorithm as Shibboleth IdP does.",
4
"type": "simplesamlphp-module",
5
+ "homepage": "https://eduid.hu",
6
+ "license": "LGPL-2.1-only",
7
+ "authors": [
8
+ {
9
+ "name": "Tamás Frank",
10
+ "homepage": "https://franktamas.hu"
11
+ },
12
13
+ "name": "Attila László",
14
+ "homepage": "https://eduid.hu"
15
+ }
16
+ ],
17
"require": {
18
"simplesamlphp/composer-module-installer": "^1.1"
19
},
0 commit comments