-
Notifications
You must be signed in to change notification settings - Fork 9
/
project.json
35 lines (35 loc) · 1.14 KB
/
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
33
34
35
{
"projectName": "agama-hello",
"description": "Agama Project to support Social Login from the Hello SaaS service",
"type": "community",
"author": "GluuFederation",
"version": "2.0.0",
"authorWebsite": "https://github.com/GluuFederation/agama-hello",
"githubUri": "https://github.com/GluuFederation/agama-hello",
"license": "apache-2.0",
"lastUpdated": "1699339509142",
"tags": [
"openid-connect",
"jans",
"social-logins",
"authentication"
],
"configs": {
"org.gluu.hello.coop": {
"hello": {
"oauth": {
"authzEndpoint": "https://wallet.hello.coop/authorize",
"tokenEndpoint": "https://wallet.hello.coop/oauth/token",
"userInfoEndpoint": "https://wallet.hello.coop/oauth/userinfo",
"clientId": "CLIENT_INDENTIFIER",
"clientSecret": "CLIENT_SECRET",
"scopes": [
"openid"
]
},
"uidPrefix": "hello-"
}
}
},
"name": "agama-hello"
}