-
Notifications
You must be signed in to change notification settings - Fork 9
/
project.json
32 lines (32 loc) · 973 Bytes
/
project.json
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
{
"projectName": "agama-totp",
"description": "Open Authentication (OATH) defined Time-based One Time Password (TOTP) - Gluu Agama Plugin",
"type": "community",
"author": "GluuFederation",
"version": "1.0.3",
"authorWebsite": "https://github.com/GluuFederation/agama-OATH-TOTP",
"githubUri": "https://github.com/GluuFederation/agama-OATH-TOTP",
"license": "apache-2.0",
"lastUpdated": "1707898275883",
"tags": [
"jans",
"totp",
"2fa"
],
"noDirectLaunch": [
"org.gluu.agama.totp.pw",
"org.gluu.agama.totp.enroll"
],
"configs": {
"org.gluu.agama.totp.pw": {},
"org.gluu.agama.totp.enroll": {},
"org.gluu.agama.totp.main": {
"issuer": "your-server-host-name",
"qrCodeLabel": "Gluu",
"qrCodeAlg": "sha1",
"qrCodeKeyLength": 20
},
"org.gluu.agama.totp.otp": {}
},
"name": "agama-totp"
}