forked from privacyidea/simplesamlphp-module-privacyidea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacyidea.json
More file actions
32 lines (32 loc) · 851 Bytes
/
privacyidea.json
File metadata and controls
32 lines (32 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id" : "privacyidea",
"name" : "privacyidea",
"descr" : "Authenticate users with multiple factors like OTP against the authentication backend privacyIDEA.",
"definition" : "privacyidea.json",
"branch" : "1.6",
"dependencies" : ["saml"],
"access" : {
"zip" : {
"type" : "zip",
"version" : "1.6",
"url" : "privacyidea.zip"
}
},
"license": "AGPL-3",
"authors": [
{"name": "Cornelius Kölbel",
"role": "Developer",
"email": "cornelius.koelbel@netknights.it"},
{"name": "Micha Preußer",
"role": "Developer",
"email": "micha.preusser@netknights.it"},
{"name": "Florian Best",
"role": "Developer"},
{"name": "andyboeh",
"role": "Developer"},
{"name": "Christian Kreutzer",
"role": "Developer"},
{"name": "Robin-73",
"role": "Developer"}
]
}