-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeycloak-geopilot.json
93 lines (93 loc) · 2.42 KB
/
keycloak-geopilot.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"id": "7c2a35a2-08b5-4a64-9883-f9ac20197f7d",
"realm": "geopilot",
"enabled": true,
"clients": [
{
"id": "cec9ffa8-92fd-4a73-ac8b-ed4407dd83e0",
"clientId": "geopilot-client",
"rootUrl": "https://localhost:5173",
"adminUrl": "https://localhost:5173",
"baseUrl": "https://localhost:5173",
"enabled": true,
"publicClient": true,
"alwaysDisplayInConsole": true,
"redirectUris": [
"https://localhost:5173",
"http://localhost:5173",
"https://localhost:7188/swagger/oauth2-redirect.html",
"http://localhost:5173/swagger/oauth2-redirect.html"
],
"webOrigins": [
"https://localhost:5173",
"http://localhost:5173",
"https://localhost:7188"
],
"protocolMappers": [
{
"name": "geopilot-audience-mapper",
"protocol": "openid-connect",
"protocolMapper": "oidc-audience-mapper",
"consentRequired": false,
"config": {
"included.client.audience": "geopilot-client",
"id.token.claim": "false",
"lightweight.claim": "false",
"access.token.claim": "true",
"introspection.token.claim": "true"
}
}
]
}
],
"users": [
{
"id": "1f9f9000-c651-4b04-b6ae-9ce1e7f45c15",
"username": "admin",
"enabled": true,
"emailVerified": true,
"email": "[email protected]",
"firstName": "Andreas",
"lastName": "Admin",
"credentials": [
{
"type": "password",
"value": "geopilot_password",
"temporary": false
}
]
},
{
"id": "1ed45832-2880-4fd4-a274-bbcc101c3307",
"username": "uploader",
"enabled": true,
"emailVerified": true,
"email": "[email protected]",
"firstName": "Ursula",
"lastName": "Uploader",
"credentials": [
{
"type": "password",
"value": "geopilot_password",
"temporary": false
}
]
},
{
"id": "ceab20b3-2e6a-41e7-bd77-3d96e04098ab",
"username": "newuser",
"enabled": true,
"emailVerified": true,
"email": "[email protected]",
"firstName": "Norbert",
"lastName": "Newuser",
"credentials": [
{
"type": "password",
"value": "geopilot_password",
"temporary": false
}
]
}
]
}