keycloakify 11.2.6 → 11.2.9-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/31.index.js +17 -8
- package/bin/573.index.js +2 -2
- package/bin/shared/KeycloakVersionRange.d.ts +1 -1
- package/bin/shared/buildContext.js.map +1 -1
- package/login/UserProfileFormFields.js +15 -15
- package/login/UserProfileFormFields.js.map +1 -1
- package/package.json +2 -1
- package/src/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.ts +2 -2
- package/src/bin/shared/KeycloakVersionRange.ts +1 -1
- package/src/bin/shared/buildContext.ts +28 -8
- package/src/bin/start-keycloak/myrealm-realm-26.json +2400 -0
- package/src/login/UserProfileFormFields.tsx +19 -19
- package/stories/login/pages/Register.stories.tsx +32 -0
- package/vite-plugin/index.js +15 -8
@@ -0,0 +1,2400 @@
|
|
1
|
+
{
|
2
|
+
"id": "5d0dd960-0478-4ca6-b64a-810a3f6f4071",
|
3
|
+
"realm": "myrealm",
|
4
|
+
"notBefore": 0,
|
5
|
+
"defaultSignatureAlgorithm": "RS256",
|
6
|
+
"revokeRefreshToken": false,
|
7
|
+
"refreshTokenMaxReuse": 0,
|
8
|
+
"accessTokenLifespan": 300,
|
9
|
+
"accessTokenLifespanForImplicitFlow": 900,
|
10
|
+
"ssoSessionIdleTimeout": 1800,
|
11
|
+
"ssoSessionMaxLifespan": 36000,
|
12
|
+
"ssoSessionIdleTimeoutRememberMe": 0,
|
13
|
+
"ssoSessionMaxLifespanRememberMe": 0,
|
14
|
+
"offlineSessionIdleTimeout": 2592000,
|
15
|
+
"offlineSessionMaxLifespanEnabled": false,
|
16
|
+
"offlineSessionMaxLifespan": 5184000,
|
17
|
+
"clientSessionIdleTimeout": 0,
|
18
|
+
"clientSessionMaxLifespan": 0,
|
19
|
+
"clientOfflineSessionIdleTimeout": 0,
|
20
|
+
"clientOfflineSessionMaxLifespan": 0,
|
21
|
+
"accessCodeLifespan": 60,
|
22
|
+
"accessCodeLifespanUserAction": 300,
|
23
|
+
"accessCodeLifespanLogin": 1800,
|
24
|
+
"actionTokenGeneratedByAdminLifespan": 43200,
|
25
|
+
"actionTokenGeneratedByUserLifespan": 300,
|
26
|
+
"oauth2DeviceCodeLifespan": 600,
|
27
|
+
"oauth2DevicePollingInterval": 5,
|
28
|
+
"enabled": true,
|
29
|
+
"sslRequired": "external",
|
30
|
+
"registrationAllowed": true,
|
31
|
+
"registrationEmailAsUsername": false,
|
32
|
+
"rememberMe": true,
|
33
|
+
"verifyEmail": false,
|
34
|
+
"loginWithEmailAllowed": true,
|
35
|
+
"duplicateEmailsAllowed": false,
|
36
|
+
"resetPasswordAllowed": true,
|
37
|
+
"editUsernameAllowed": false,
|
38
|
+
"bruteForceProtected": false,
|
39
|
+
"permanentLockout": false,
|
40
|
+
"maxTemporaryLockouts": 0,
|
41
|
+
"maxFailureWaitSeconds": 900,
|
42
|
+
"minimumQuickLoginWaitSeconds": 60,
|
43
|
+
"waitIncrementSeconds": 60,
|
44
|
+
"quickLoginCheckMilliSeconds": 1000,
|
45
|
+
"maxDeltaTimeSeconds": 43200,
|
46
|
+
"failureFactor": 30,
|
47
|
+
"roles": {
|
48
|
+
"realm": [
|
49
|
+
{
|
50
|
+
"id": "cc4b5045-3bff-4aa7-889e-1492630c3002",
|
51
|
+
"name": "uma_authorization",
|
52
|
+
"description": "${role_uma_authorization}",
|
53
|
+
"composite": false,
|
54
|
+
"clientRole": false,
|
55
|
+
"containerId": "5d0dd960-0478-4ca6-b64a-810a3f6f4071",
|
56
|
+
"attributes": {}
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"id": "e92017b2-18a0-49cd-956c-fad64f16b26b",
|
60
|
+
"name": "default-roles-myrealm",
|
61
|
+
"description": "${role_default-roles}",
|
62
|
+
"composite": true,
|
63
|
+
"composites": {
|
64
|
+
"realm": ["offline_access", "uma_authorization"],
|
65
|
+
"client": {
|
66
|
+
"account": ["delete-account", "manage-account", "view-profile"]
|
67
|
+
}
|
68
|
+
},
|
69
|
+
"clientRole": false,
|
70
|
+
"containerId": "5d0dd960-0478-4ca6-b64a-810a3f6f4071",
|
71
|
+
"attributes": {}
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"id": "e8616113-e302-4abe-bd5c-d51f8221046b",
|
75
|
+
"name": "offline_access",
|
76
|
+
"description": "${role_offline-access}",
|
77
|
+
"composite": false,
|
78
|
+
"clientRole": false,
|
79
|
+
"containerId": "5d0dd960-0478-4ca6-b64a-810a3f6f4071",
|
80
|
+
"attributes": {}
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"client": {
|
84
|
+
"myclient": [],
|
85
|
+
"realm-management": [
|
86
|
+
{
|
87
|
+
"id": "b27b272d-d153-4ae7-9fe7-fd96582f057d",
|
88
|
+
"name": "manage-events",
|
89
|
+
"description": "${role_manage-events}",
|
90
|
+
"composite": false,
|
91
|
+
"clientRole": true,
|
92
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
93
|
+
"attributes": {}
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"id": "40fdfec8-f1b9-4c2b-81c5-a775bc047840",
|
97
|
+
"name": "manage-users",
|
98
|
+
"description": "${role_manage-users}",
|
99
|
+
"composite": false,
|
100
|
+
"clientRole": true,
|
101
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
102
|
+
"attributes": {}
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"id": "5f446f9a-d008-4067-8325-f4658a32d964",
|
106
|
+
"name": "view-authorization",
|
107
|
+
"description": "${role_view-authorization}",
|
108
|
+
"composite": false,
|
109
|
+
"clientRole": true,
|
110
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
111
|
+
"attributes": {}
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"id": "82bf956d-1fd1-4d20-a5a9-62b3e77e9d88",
|
115
|
+
"name": "create-client",
|
116
|
+
"description": "${role_create-client}",
|
117
|
+
"composite": false,
|
118
|
+
"clientRole": true,
|
119
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
120
|
+
"attributes": {}
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"id": "b41e1ce8-d63f-4cf4-9966-e6c9eab5da11",
|
124
|
+
"name": "manage-clients",
|
125
|
+
"description": "${role_manage-clients}",
|
126
|
+
"composite": false,
|
127
|
+
"clientRole": true,
|
128
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
129
|
+
"attributes": {}
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"id": "3198743d-fdfa-4a9c-a229-5fb979847ec2",
|
133
|
+
"name": "view-users",
|
134
|
+
"description": "${role_view-users}",
|
135
|
+
"composite": true,
|
136
|
+
"composites": {
|
137
|
+
"client": {
|
138
|
+
"realm-management": ["query-users", "query-groups"]
|
139
|
+
}
|
140
|
+
},
|
141
|
+
"clientRole": true,
|
142
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
143
|
+
"attributes": {}
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"id": "e83c21cb-c84c-4824-9f7d-ce3574921800",
|
147
|
+
"name": "query-users",
|
148
|
+
"description": "${role_query-users}",
|
149
|
+
"composite": false,
|
150
|
+
"clientRole": true,
|
151
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
152
|
+
"attributes": {}
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"id": "3f6e2e81-e40d-40ff-a5f3-12ba2614fba5",
|
156
|
+
"name": "query-groups",
|
157
|
+
"description": "${role_query-groups}",
|
158
|
+
"composite": false,
|
159
|
+
"clientRole": true,
|
160
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
161
|
+
"attributes": {}
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"id": "63111288-7f3d-4570-838f-48405d70e212",
|
165
|
+
"name": "view-realm",
|
166
|
+
"description": "${role_view-realm}",
|
167
|
+
"composite": false,
|
168
|
+
"clientRole": true,
|
169
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
170
|
+
"attributes": {}
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"id": "a7f8f8ad-057b-485e-abfa-8a98e5e0c4ea",
|
174
|
+
"name": "manage-realm",
|
175
|
+
"description": "${role_manage-realm}",
|
176
|
+
"composite": false,
|
177
|
+
"clientRole": true,
|
178
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
179
|
+
"attributes": {}
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"id": "7783b160-2f1a-48c9-89fb-623a29f26c9a",
|
183
|
+
"name": "query-realms",
|
184
|
+
"description": "${role_query-realms}",
|
185
|
+
"composite": false,
|
186
|
+
"clientRole": true,
|
187
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
188
|
+
"attributes": {}
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"id": "b8b5341f-f44f-40a2-9ba4-e2d621b11b2f",
|
192
|
+
"name": "impersonation",
|
193
|
+
"description": "${role_impersonation}",
|
194
|
+
"composite": false,
|
195
|
+
"clientRole": true,
|
196
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
197
|
+
"attributes": {}
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"id": "6b9d72e9-949f-4897-b11a-c8aa9252f3f2",
|
201
|
+
"name": "query-clients",
|
202
|
+
"description": "${role_query-clients}",
|
203
|
+
"composite": false,
|
204
|
+
"clientRole": true,
|
205
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
206
|
+
"attributes": {}
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"id": "bfa94ba9-1d70-4259-b928-906e8bb815b2",
|
210
|
+
"name": "view-events",
|
211
|
+
"description": "${role_view-events}",
|
212
|
+
"composite": false,
|
213
|
+
"clientRole": true,
|
214
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
215
|
+
"attributes": {}
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"id": "96bb9322-5c1f-48f0-aa05-65521c77e742",
|
219
|
+
"name": "realm-admin",
|
220
|
+
"description": "${role_realm-admin}",
|
221
|
+
"composite": true,
|
222
|
+
"composites": {
|
223
|
+
"client": {
|
224
|
+
"realm-management": [
|
225
|
+
"manage-users",
|
226
|
+
"view-authorization",
|
227
|
+
"manage-events",
|
228
|
+
"create-client",
|
229
|
+
"view-users",
|
230
|
+
"manage-clients",
|
231
|
+
"query-users",
|
232
|
+
"query-groups",
|
233
|
+
"view-realm",
|
234
|
+
"manage-realm",
|
235
|
+
"query-realms",
|
236
|
+
"query-clients",
|
237
|
+
"impersonation",
|
238
|
+
"view-events",
|
239
|
+
"manage-authorization",
|
240
|
+
"manage-identity-providers",
|
241
|
+
"view-identity-providers",
|
242
|
+
"view-clients"
|
243
|
+
]
|
244
|
+
}
|
245
|
+
},
|
246
|
+
"clientRole": true,
|
247
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
248
|
+
"attributes": {}
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"id": "6e0ca5ce-f5db-4580-90e5-27c35804fc34",
|
252
|
+
"name": "manage-authorization",
|
253
|
+
"description": "${role_manage-authorization}",
|
254
|
+
"composite": false,
|
255
|
+
"clientRole": true,
|
256
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
257
|
+
"attributes": {}
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"id": "7499eb46-cf4a-4813-9bf9-42b1bbcadc0d",
|
261
|
+
"name": "manage-identity-providers",
|
262
|
+
"description": "${role_manage-identity-providers}",
|
263
|
+
"composite": false,
|
264
|
+
"clientRole": true,
|
265
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
266
|
+
"attributes": {}
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"id": "fcc99ef9-347d-4c21-b25c-8229e906a1a3",
|
270
|
+
"name": "view-clients",
|
271
|
+
"description": "${role_view-clients}",
|
272
|
+
"composite": true,
|
273
|
+
"composites": {
|
274
|
+
"client": {
|
275
|
+
"realm-management": ["query-clients"]
|
276
|
+
}
|
277
|
+
},
|
278
|
+
"clientRole": true,
|
279
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
280
|
+
"attributes": {}
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"id": "7b024069-57d8-4368-9942-8790507c156d",
|
284
|
+
"name": "view-identity-providers",
|
285
|
+
"description": "${role_view-identity-providers}",
|
286
|
+
"composite": false,
|
287
|
+
"clientRole": true,
|
288
|
+
"containerId": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
289
|
+
"attributes": {}
|
290
|
+
}
|
291
|
+
],
|
292
|
+
"security-admin-console": [],
|
293
|
+
"admin-cli": [],
|
294
|
+
"account-console": [],
|
295
|
+
"broker": [
|
296
|
+
{
|
297
|
+
"id": "3050eb8a-9a47-4a27-aece-be2e60fc7f73",
|
298
|
+
"name": "read-token",
|
299
|
+
"description": "${role_read-token}",
|
300
|
+
"composite": false,
|
301
|
+
"clientRole": true,
|
302
|
+
"containerId": "f5e032da-c8ab-48c2-959c-8466ad1e6a09",
|
303
|
+
"attributes": {}
|
304
|
+
}
|
305
|
+
],
|
306
|
+
"account": [
|
307
|
+
{
|
308
|
+
"id": "d554d15b-d098-47a0-bdd5-d656b20f5643",
|
309
|
+
"name": "delete-account",
|
310
|
+
"description": "${role_delete-account}",
|
311
|
+
"composite": false,
|
312
|
+
"clientRole": true,
|
313
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
314
|
+
"attributes": {}
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"id": "aaf4946d-2cd4-43ba-ad7d-86be56b9ad2c",
|
318
|
+
"name": "view-applications",
|
319
|
+
"description": "${role_view-applications}",
|
320
|
+
"composite": false,
|
321
|
+
"clientRole": true,
|
322
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
323
|
+
"attributes": {}
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"id": "b417b187-18b7-41fa-9537-3313cf9b8ed4",
|
327
|
+
"name": "manage-account",
|
328
|
+
"description": "${role_manage-account}",
|
329
|
+
"composite": true,
|
330
|
+
"composites": {
|
331
|
+
"client": {
|
332
|
+
"account": ["manage-account-links"]
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"clientRole": true,
|
336
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
337
|
+
"attributes": {}
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"id": "8bb5480d-83a3-4ea2-8e91-237b8870acec",
|
341
|
+
"name": "view-consent",
|
342
|
+
"description": "${role_view-consent}",
|
343
|
+
"composite": false,
|
344
|
+
"clientRole": true,
|
345
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
346
|
+
"attributes": {}
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"id": "e341c1b8-eaf7-467d-9986-d3f2356a60b9",
|
350
|
+
"name": "view-profile",
|
351
|
+
"description": "${role_view-profile}",
|
352
|
+
"composite": false,
|
353
|
+
"clientRole": true,
|
354
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
355
|
+
"attributes": {}
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"id": "98ccac20-3906-436f-8dc3-ae8d8ae25cbc",
|
359
|
+
"name": "view-groups",
|
360
|
+
"description": "${role_view-groups}",
|
361
|
+
"composite": false,
|
362
|
+
"clientRole": true,
|
363
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
364
|
+
"attributes": {}
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"id": "adfba539-826f-4fa7-86f5-8c1287152ed6",
|
368
|
+
"name": "manage-account-links",
|
369
|
+
"description": "${role_manage-account-links}",
|
370
|
+
"composite": false,
|
371
|
+
"clientRole": true,
|
372
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
373
|
+
"attributes": {}
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"id": "2516ab58-490c-444c-9e7d-0dd8b87a69f0",
|
377
|
+
"name": "manage-consent",
|
378
|
+
"description": "${role_manage-consent}",
|
379
|
+
"composite": true,
|
380
|
+
"composites": {
|
381
|
+
"client": {
|
382
|
+
"account": ["view-consent"]
|
383
|
+
}
|
384
|
+
},
|
385
|
+
"clientRole": true,
|
386
|
+
"containerId": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
387
|
+
"attributes": {}
|
388
|
+
}
|
389
|
+
]
|
390
|
+
}
|
391
|
+
},
|
392
|
+
"groups": [],
|
393
|
+
"defaultRole": {
|
394
|
+
"id": "e92017b2-18a0-49cd-956c-fad64f16b26b",
|
395
|
+
"name": "default-roles-myrealm",
|
396
|
+
"description": "${role_default-roles}",
|
397
|
+
"composite": true,
|
398
|
+
"clientRole": false,
|
399
|
+
"containerId": "5d0dd960-0478-4ca6-b64a-810a3f6f4071"
|
400
|
+
},
|
401
|
+
"requiredCredentials": ["password"],
|
402
|
+
"otpPolicyType": "totp",
|
403
|
+
"otpPolicyAlgorithm": "HmacSHA1",
|
404
|
+
"otpPolicyInitialCounter": 0,
|
405
|
+
"otpPolicyDigits": 6,
|
406
|
+
"otpPolicyLookAheadWindow": 1,
|
407
|
+
"otpPolicyPeriod": 30,
|
408
|
+
"otpPolicyCodeReusable": false,
|
409
|
+
"otpSupportedApplications": [
|
410
|
+
"totpAppFreeOTPName",
|
411
|
+
"totpAppGoogleName",
|
412
|
+
"totpAppMicrosoftAuthenticatorName"
|
413
|
+
],
|
414
|
+
"localizationTexts": {
|
415
|
+
"de": {
|
416
|
+
"profile.attributes.favourite_pet": ""
|
417
|
+
},
|
418
|
+
"no": {
|
419
|
+
"profile.attributes.favourite_pet": ""
|
420
|
+
},
|
421
|
+
"fi": {
|
422
|
+
"profile.attributes.favourite_pet": ""
|
423
|
+
},
|
424
|
+
"ru": {
|
425
|
+
"profile.attributes.favourite_pet": ""
|
426
|
+
},
|
427
|
+
"pt": {
|
428
|
+
"profile.attributes.favourite_pet": ""
|
429
|
+
},
|
430
|
+
"lt": {
|
431
|
+
"profile.attributes.favourite_pet": ""
|
432
|
+
},
|
433
|
+
"lv": {
|
434
|
+
"profile.attributes.favourite_pet": ""
|
435
|
+
},
|
436
|
+
"fr": {
|
437
|
+
"profile.attributes.favourite_pet": "Animal de compagnie préféré",
|
438
|
+
"profile.attributes.favourite_pet.cat": "Chat",
|
439
|
+
"profile.attributes.favourite_pet.dog": "Chien",
|
440
|
+
"profile.attributes.favourite_pet.bird": "Oiseau"
|
441
|
+
},
|
442
|
+
"hu": {
|
443
|
+
"profile.attributes.favourite_pet": ""
|
444
|
+
},
|
445
|
+
"zh-CN": {
|
446
|
+
"profile.attributes.favourite_pet": ""
|
447
|
+
},
|
448
|
+
"uk": {
|
449
|
+
"profile.attributes.favourite_pet": ""
|
450
|
+
},
|
451
|
+
"sk": {
|
452
|
+
"profile.attributes.favourite_pet": ""
|
453
|
+
},
|
454
|
+
"ca": {
|
455
|
+
"profile.attributes.favourite_pet": ""
|
456
|
+
},
|
457
|
+
"sv": {
|
458
|
+
"profile.attributes.favourite_pet": ""
|
459
|
+
},
|
460
|
+
"zh-TW": {
|
461
|
+
"profile.attributes.favourite_pet": ""
|
462
|
+
},
|
463
|
+
"pt-BR": {
|
464
|
+
"profile.attributes.favourite_pet": ""
|
465
|
+
},
|
466
|
+
"en": {
|
467
|
+
"profile.attributes.favourite_pet": "Favourite Pet",
|
468
|
+
"profile.attributes.favourite_pet.cat": "Cat",
|
469
|
+
"profile.attributes.favourite_pet.dog": "Dog",
|
470
|
+
"profile.attributes.favourite_pet.bird": "Bird"
|
471
|
+
},
|
472
|
+
"it": {
|
473
|
+
"profile.attributes.favourite_pet": ""
|
474
|
+
},
|
475
|
+
"es": {
|
476
|
+
"profile.attributes.favourite_pet": "Mascota favorita",
|
477
|
+
"profile.attributes.favourite_pet.cat": "Gato",
|
478
|
+
"profile.attributes.favourite_pet.dog": "Perro",
|
479
|
+
"profile.attributes.favourite_pet.bird": "Pájaro"
|
480
|
+
},
|
481
|
+
"cs": {
|
482
|
+
"profile.attributes.favourite_pet": ""
|
483
|
+
},
|
484
|
+
"ar": {
|
485
|
+
"profile.attributes.favourite_pet": ""
|
486
|
+
},
|
487
|
+
"th": {
|
488
|
+
"profile.attributes.favourite_pet": ""
|
489
|
+
},
|
490
|
+
"ja": {
|
491
|
+
"profile.attributes.favourite_pet": ""
|
492
|
+
},
|
493
|
+
"fa": {
|
494
|
+
"profile.attributes.favourite_pet": ""
|
495
|
+
},
|
496
|
+
"pl": {
|
497
|
+
"profile.attributes.favourite_pet": ""
|
498
|
+
},
|
499
|
+
"da": {
|
500
|
+
"profile.attributes.favourite_pet": ""
|
501
|
+
},
|
502
|
+
"nl": {
|
503
|
+
"profile.attributes.favourite_pet": ""
|
504
|
+
},
|
505
|
+
"tr": {
|
506
|
+
"profile.attributes.favourite_pet": ""
|
507
|
+
}
|
508
|
+
},
|
509
|
+
"webAuthnPolicyRpEntityName": "keycloak",
|
510
|
+
"webAuthnPolicySignatureAlgorithms": ["ES256"],
|
511
|
+
"webAuthnPolicyRpId": "",
|
512
|
+
"webAuthnPolicyAttestationConveyancePreference": "not specified",
|
513
|
+
"webAuthnPolicyAuthenticatorAttachment": "not specified",
|
514
|
+
"webAuthnPolicyRequireResidentKey": "not specified",
|
515
|
+
"webAuthnPolicyUserVerificationRequirement": "not specified",
|
516
|
+
"webAuthnPolicyCreateTimeout": 0,
|
517
|
+
"webAuthnPolicyAvoidSameAuthenticatorRegister": false,
|
518
|
+
"webAuthnPolicyAcceptableAaguids": [],
|
519
|
+
"webAuthnPolicyExtraOrigins": [],
|
520
|
+
"webAuthnPolicyPasswordlessRpEntityName": "keycloak",
|
521
|
+
"webAuthnPolicyPasswordlessSignatureAlgorithms": ["ES256"],
|
522
|
+
"webAuthnPolicyPasswordlessRpId": "",
|
523
|
+
"webAuthnPolicyPasswordlessAttestationConveyancePreference": "not specified",
|
524
|
+
"webAuthnPolicyPasswordlessAuthenticatorAttachment": "not specified",
|
525
|
+
"webAuthnPolicyPasswordlessRequireResidentKey": "not specified",
|
526
|
+
"webAuthnPolicyPasswordlessUserVerificationRequirement": "not specified",
|
527
|
+
"webAuthnPolicyPasswordlessCreateTimeout": 0,
|
528
|
+
"webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false,
|
529
|
+
"webAuthnPolicyPasswordlessAcceptableAaguids": [],
|
530
|
+
"webAuthnPolicyPasswordlessExtraOrigins": [],
|
531
|
+
"users": [
|
532
|
+
{
|
533
|
+
"id": "d93e1772-4916-4243-850f-a6d9b2615716",
|
534
|
+
"username": "testuser",
|
535
|
+
"firstName": "Test",
|
536
|
+
"lastName": "User",
|
537
|
+
"email": "testuser@gmail.com",
|
538
|
+
"emailVerified": true,
|
539
|
+
"attributes": {
|
540
|
+
"additional_emails": ["test.user@protonmail.com", "testuser@hotmail.com"],
|
541
|
+
"gender": ["prefer_not_to_say"],
|
542
|
+
"favorite_pet": ["cats"],
|
543
|
+
"favourite_pet": ["cat"],
|
544
|
+
"bio": ["Hello I'm Test User and I do not exist."],
|
545
|
+
"phone_number": ["1111111111"],
|
546
|
+
"locale": ["en"],
|
547
|
+
"favorite_media": ["movies", "series"]
|
548
|
+
},
|
549
|
+
"createdTimestamp": 1716183898408,
|
550
|
+
"enabled": true,
|
551
|
+
"totp": false,
|
552
|
+
"credentials": [
|
553
|
+
{
|
554
|
+
"id": "576982e2-6fb3-4752-8724-5ff390ea8301",
|
555
|
+
"type": "password",
|
556
|
+
"userLabel": "My password",
|
557
|
+
"createdDate": 1716183916529,
|
558
|
+
"secretData": "{\"value\":\"9hwJ989FAr0UgT0MfffNYSI6Zf/3qT/y17DTUcwbiEM=\",\"salt\":\"C3ZnHzgPd+0Lemw4olCOgA==\",\"additionalParameters\":{}}",
|
559
|
+
"credentialData": "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
|
560
|
+
}
|
561
|
+
],
|
562
|
+
"disableableCredentialTypes": [],
|
563
|
+
"requiredActions": [],
|
564
|
+
"realmRoles": ["default-roles-myrealm"],
|
565
|
+
"notBefore": 0,
|
566
|
+
"groups": []
|
567
|
+
}
|
568
|
+
],
|
569
|
+
"scopeMappings": [
|
570
|
+
{
|
571
|
+
"clientScope": "offline_access",
|
572
|
+
"roles": ["offline_access"]
|
573
|
+
}
|
574
|
+
],
|
575
|
+
"clientScopeMappings": {
|
576
|
+
"account": [
|
577
|
+
{
|
578
|
+
"client": "account-console",
|
579
|
+
"roles": ["manage-account", "view-groups"]
|
580
|
+
}
|
581
|
+
]
|
582
|
+
},
|
583
|
+
"clients": [
|
584
|
+
{
|
585
|
+
"id": "7221ef76-9d96-49ad-88a6-9f72eeeb0aa7",
|
586
|
+
"clientId": "account",
|
587
|
+
"name": "${client_account}",
|
588
|
+
"rootUrl": "${authBaseUrl}",
|
589
|
+
"baseUrl": "/realms/myrealm/account/",
|
590
|
+
"surrogateAuthRequired": false,
|
591
|
+
"enabled": true,
|
592
|
+
"alwaysDisplayInConsole": false,
|
593
|
+
"clientAuthenticatorType": "client-secret",
|
594
|
+
"redirectUris": ["/realms/myrealm/account/*"],
|
595
|
+
"webOrigins": [],
|
596
|
+
"notBefore": 0,
|
597
|
+
"bearerOnly": false,
|
598
|
+
"consentRequired": false,
|
599
|
+
"standardFlowEnabled": true,
|
600
|
+
"implicitFlowEnabled": false,
|
601
|
+
"directAccessGrantsEnabled": false,
|
602
|
+
"serviceAccountsEnabled": false,
|
603
|
+
"publicClient": true,
|
604
|
+
"frontchannelLogout": false,
|
605
|
+
"protocol": "openid-connect",
|
606
|
+
"attributes": {
|
607
|
+
"post.logout.redirect.uris": "+"
|
608
|
+
},
|
609
|
+
"authenticationFlowBindingOverrides": {},
|
610
|
+
"fullScopeAllowed": false,
|
611
|
+
"nodeReRegistrationTimeout": 0,
|
612
|
+
"defaultClientScopes": [
|
613
|
+
"web-origins",
|
614
|
+
"acr",
|
615
|
+
"profile",
|
616
|
+
"roles",
|
617
|
+
"basic",
|
618
|
+
"email"
|
619
|
+
],
|
620
|
+
"optionalClientScopes": [
|
621
|
+
"address",
|
622
|
+
"phone",
|
623
|
+
"offline_access",
|
624
|
+
"microprofile-jwt"
|
625
|
+
]
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"id": "d8f14dc4-5f0f-4a1d-8c0b-cfe78ee55cb3",
|
629
|
+
"clientId": "account-console",
|
630
|
+
"name": "${client_account-console}",
|
631
|
+
"rootUrl": "${authBaseUrl}",
|
632
|
+
"baseUrl": "/realms/myrealm/account/",
|
633
|
+
"surrogateAuthRequired": false,
|
634
|
+
"enabled": true,
|
635
|
+
"alwaysDisplayInConsole": false,
|
636
|
+
"clientAuthenticatorType": "client-secret",
|
637
|
+
"redirectUris": ["/realms/myrealm/account/*"],
|
638
|
+
"webOrigins": [],
|
639
|
+
"notBefore": 0,
|
640
|
+
"bearerOnly": false,
|
641
|
+
"consentRequired": false,
|
642
|
+
"standardFlowEnabled": true,
|
643
|
+
"implicitFlowEnabled": false,
|
644
|
+
"directAccessGrantsEnabled": false,
|
645
|
+
"serviceAccountsEnabled": false,
|
646
|
+
"publicClient": true,
|
647
|
+
"frontchannelLogout": false,
|
648
|
+
"protocol": "openid-connect",
|
649
|
+
"attributes": {
|
650
|
+
"post.logout.redirect.uris": "+",
|
651
|
+
"pkce.code.challenge.method": "S256"
|
652
|
+
},
|
653
|
+
"authenticationFlowBindingOverrides": {},
|
654
|
+
"fullScopeAllowed": false,
|
655
|
+
"nodeReRegistrationTimeout": 0,
|
656
|
+
"protocolMappers": [
|
657
|
+
{
|
658
|
+
"id": "08d7bc08-2ff3-44ea-9d65-fa1c4ca35646",
|
659
|
+
"name": "audience resolve",
|
660
|
+
"protocol": "openid-connect",
|
661
|
+
"protocolMapper": "oidc-audience-resolve-mapper",
|
662
|
+
"consentRequired": false,
|
663
|
+
"config": {}
|
664
|
+
}
|
665
|
+
],
|
666
|
+
"defaultClientScopes": [
|
667
|
+
"web-origins",
|
668
|
+
"acr",
|
669
|
+
"profile",
|
670
|
+
"roles",
|
671
|
+
"basic",
|
672
|
+
"email"
|
673
|
+
],
|
674
|
+
"optionalClientScopes": [
|
675
|
+
"address",
|
676
|
+
"phone",
|
677
|
+
"offline_access",
|
678
|
+
"microprofile-jwt"
|
679
|
+
]
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"id": "953c597f-faef-4abc-88dc-4fbc9501170c",
|
683
|
+
"clientId": "admin-cli",
|
684
|
+
"name": "${client_admin-cli}",
|
685
|
+
"surrogateAuthRequired": false,
|
686
|
+
"enabled": true,
|
687
|
+
"alwaysDisplayInConsole": false,
|
688
|
+
"clientAuthenticatorType": "client-secret",
|
689
|
+
"redirectUris": [],
|
690
|
+
"webOrigins": [],
|
691
|
+
"notBefore": 0,
|
692
|
+
"bearerOnly": false,
|
693
|
+
"consentRequired": false,
|
694
|
+
"standardFlowEnabled": false,
|
695
|
+
"implicitFlowEnabled": false,
|
696
|
+
"directAccessGrantsEnabled": true,
|
697
|
+
"serviceAccountsEnabled": false,
|
698
|
+
"publicClient": true,
|
699
|
+
"frontchannelLogout": false,
|
700
|
+
"protocol": "openid-connect",
|
701
|
+
"attributes": {
|
702
|
+
"post.logout.redirect.uris": "+"
|
703
|
+
},
|
704
|
+
"authenticationFlowBindingOverrides": {},
|
705
|
+
"fullScopeAllowed": false,
|
706
|
+
"nodeReRegistrationTimeout": 0,
|
707
|
+
"defaultClientScopes": [
|
708
|
+
"web-origins",
|
709
|
+
"acr",
|
710
|
+
"profile",
|
711
|
+
"roles",
|
712
|
+
"basic",
|
713
|
+
"email"
|
714
|
+
],
|
715
|
+
"optionalClientScopes": [
|
716
|
+
"address",
|
717
|
+
"phone",
|
718
|
+
"offline_access",
|
719
|
+
"microprofile-jwt"
|
720
|
+
]
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"id": "f5e032da-c8ab-48c2-959c-8466ad1e6a09",
|
724
|
+
"clientId": "broker",
|
725
|
+
"name": "${client_broker}",
|
726
|
+
"surrogateAuthRequired": false,
|
727
|
+
"enabled": true,
|
728
|
+
"alwaysDisplayInConsole": false,
|
729
|
+
"clientAuthenticatorType": "client-secret",
|
730
|
+
"redirectUris": [],
|
731
|
+
"webOrigins": [],
|
732
|
+
"notBefore": 0,
|
733
|
+
"bearerOnly": true,
|
734
|
+
"consentRequired": false,
|
735
|
+
"standardFlowEnabled": true,
|
736
|
+
"implicitFlowEnabled": false,
|
737
|
+
"directAccessGrantsEnabled": false,
|
738
|
+
"serviceAccountsEnabled": false,
|
739
|
+
"publicClient": false,
|
740
|
+
"frontchannelLogout": false,
|
741
|
+
"protocol": "openid-connect",
|
742
|
+
"attributes": {
|
743
|
+
"post.logout.redirect.uris": "+"
|
744
|
+
},
|
745
|
+
"authenticationFlowBindingOverrides": {},
|
746
|
+
"fullScopeAllowed": false,
|
747
|
+
"nodeReRegistrationTimeout": 0,
|
748
|
+
"defaultClientScopes": [
|
749
|
+
"web-origins",
|
750
|
+
"acr",
|
751
|
+
"profile",
|
752
|
+
"roles",
|
753
|
+
"basic",
|
754
|
+
"email"
|
755
|
+
],
|
756
|
+
"optionalClientScopes": [
|
757
|
+
"address",
|
758
|
+
"phone",
|
759
|
+
"offline_access",
|
760
|
+
"microprofile-jwt"
|
761
|
+
]
|
762
|
+
},
|
763
|
+
{
|
764
|
+
"id": "8fba88fa-61e9-45a4-893d-ab102973ebf6",
|
765
|
+
"clientId": "myclient",
|
766
|
+
"name": "",
|
767
|
+
"description": "",
|
768
|
+
"rootUrl": "https://my-theme.keycloakify.dev",
|
769
|
+
"adminUrl": "https://my-theme.keycloakify.dev",
|
770
|
+
"baseUrl": "https://my-theme.keycloakify.dev",
|
771
|
+
"surrogateAuthRequired": false,
|
772
|
+
"enabled": true,
|
773
|
+
"alwaysDisplayInConsole": false,
|
774
|
+
"clientAuthenticatorType": "client-secret",
|
775
|
+
"redirectUris": [
|
776
|
+
"https://my-theme.keycloakify.dev/*",
|
777
|
+
"http://localhost*",
|
778
|
+
"http://127.0.0.1*"
|
779
|
+
],
|
780
|
+
"webOrigins": ["*"],
|
781
|
+
"notBefore": 0,
|
782
|
+
"bearerOnly": false,
|
783
|
+
"consentRequired": false,
|
784
|
+
"standardFlowEnabled": true,
|
785
|
+
"implicitFlowEnabled": false,
|
786
|
+
"directAccessGrantsEnabled": true,
|
787
|
+
"serviceAccountsEnabled": false,
|
788
|
+
"publicClient": true,
|
789
|
+
"frontchannelLogout": true,
|
790
|
+
"protocol": "openid-connect",
|
791
|
+
"attributes": {
|
792
|
+
"oidc.ciba.grant.enabled": "false",
|
793
|
+
"backchannel.logout.session.required": "true",
|
794
|
+
"login_theme": "keycloakify-starter",
|
795
|
+
"post.logout.redirect.uris": "https://my-theme.keycloakify.dev/*##http://localhost*##http://127.0.0.1*",
|
796
|
+
"oauth2.device.authorization.grant.enabled": "false",
|
797
|
+
"display.on.consent.screen": "false",
|
798
|
+
"backchannel.logout.revoke.offline.tokens": "false"
|
799
|
+
},
|
800
|
+
"authenticationFlowBindingOverrides": {},
|
801
|
+
"fullScopeAllowed": true,
|
802
|
+
"nodeReRegistrationTimeout": -1,
|
803
|
+
"protocolMappers": [
|
804
|
+
{
|
805
|
+
"id": "91a196c1-f93c-48a5-aced-b8d60fb09b62",
|
806
|
+
"name": "Favourite Pet",
|
807
|
+
"protocol": "openid-connect",
|
808
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
809
|
+
"consentRequired": false,
|
810
|
+
"config": {
|
811
|
+
"introspection.token.claim": "true",
|
812
|
+
"userinfo.token.claim": "true",
|
813
|
+
"user.attribute": "favourite_pet",
|
814
|
+
"id.token.claim": "true",
|
815
|
+
"lightweight.claim": "false",
|
816
|
+
"access.token.claim": "true",
|
817
|
+
"claim.name": "favourite_pet",
|
818
|
+
"jsonType.label": "String"
|
819
|
+
}
|
820
|
+
}
|
821
|
+
],
|
822
|
+
"defaultClientScopes": [
|
823
|
+
"web-origins",
|
824
|
+
"acr",
|
825
|
+
"profile",
|
826
|
+
"roles",
|
827
|
+
"basic",
|
828
|
+
"email"
|
829
|
+
],
|
830
|
+
"optionalClientScopes": [
|
831
|
+
"address",
|
832
|
+
"phone",
|
833
|
+
"offline_access",
|
834
|
+
"microprofile-jwt"
|
835
|
+
]
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"id": "e05cc68c-5e53-4796-ae3a-a1bfbf5c51bb",
|
839
|
+
"clientId": "realm-management",
|
840
|
+
"name": "${client_realm-management}",
|
841
|
+
"surrogateAuthRequired": false,
|
842
|
+
"enabled": true,
|
843
|
+
"alwaysDisplayInConsole": false,
|
844
|
+
"clientAuthenticatorType": "client-secret",
|
845
|
+
"redirectUris": [],
|
846
|
+
"webOrigins": [],
|
847
|
+
"notBefore": 0,
|
848
|
+
"bearerOnly": true,
|
849
|
+
"consentRequired": false,
|
850
|
+
"standardFlowEnabled": true,
|
851
|
+
"implicitFlowEnabled": false,
|
852
|
+
"directAccessGrantsEnabled": false,
|
853
|
+
"serviceAccountsEnabled": false,
|
854
|
+
"publicClient": false,
|
855
|
+
"frontchannelLogout": false,
|
856
|
+
"protocol": "openid-connect",
|
857
|
+
"attributes": {
|
858
|
+
"post.logout.redirect.uris": "+"
|
859
|
+
},
|
860
|
+
"authenticationFlowBindingOverrides": {},
|
861
|
+
"fullScopeAllowed": false,
|
862
|
+
"nodeReRegistrationTimeout": 0,
|
863
|
+
"defaultClientScopes": [
|
864
|
+
"web-origins",
|
865
|
+
"acr",
|
866
|
+
"profile",
|
867
|
+
"roles",
|
868
|
+
"basic",
|
869
|
+
"email"
|
870
|
+
],
|
871
|
+
"optionalClientScopes": [
|
872
|
+
"address",
|
873
|
+
"phone",
|
874
|
+
"offline_access",
|
875
|
+
"microprofile-jwt"
|
876
|
+
]
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"id": "fce8a109-6f32-4814-9a20-2ff2435d2da6",
|
880
|
+
"clientId": "security-admin-console",
|
881
|
+
"name": "${client_security-admin-console}",
|
882
|
+
"rootUrl": "${authAdminUrl}",
|
883
|
+
"baseUrl": "/admin/myrealm/console/",
|
884
|
+
"surrogateAuthRequired": false,
|
885
|
+
"enabled": true,
|
886
|
+
"alwaysDisplayInConsole": false,
|
887
|
+
"clientAuthenticatorType": "client-secret",
|
888
|
+
"redirectUris": ["/admin/myrealm/console/*"],
|
889
|
+
"webOrigins": ["+"],
|
890
|
+
"notBefore": 0,
|
891
|
+
"bearerOnly": false,
|
892
|
+
"consentRequired": false,
|
893
|
+
"standardFlowEnabled": true,
|
894
|
+
"implicitFlowEnabled": false,
|
895
|
+
"directAccessGrantsEnabled": false,
|
896
|
+
"serviceAccountsEnabled": false,
|
897
|
+
"publicClient": true,
|
898
|
+
"frontchannelLogout": false,
|
899
|
+
"protocol": "openid-connect",
|
900
|
+
"attributes": {
|
901
|
+
"post.logout.redirect.uris": "+",
|
902
|
+
"pkce.code.challenge.method": "S256"
|
903
|
+
},
|
904
|
+
"authenticationFlowBindingOverrides": {},
|
905
|
+
"fullScopeAllowed": false,
|
906
|
+
"nodeReRegistrationTimeout": 0,
|
907
|
+
"protocolMappers": [
|
908
|
+
{
|
909
|
+
"id": "52192d19-0406-41b7-b995-b099bdbaa448",
|
910
|
+
"name": "locale",
|
911
|
+
"protocol": "openid-connect",
|
912
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
913
|
+
"consentRequired": false,
|
914
|
+
"config": {
|
915
|
+
"introspection.token.claim": "true",
|
916
|
+
"userinfo.token.claim": "true",
|
917
|
+
"user.attribute": "locale",
|
918
|
+
"id.token.claim": "true",
|
919
|
+
"access.token.claim": "true",
|
920
|
+
"claim.name": "locale",
|
921
|
+
"jsonType.label": "String"
|
922
|
+
}
|
923
|
+
}
|
924
|
+
],
|
925
|
+
"defaultClientScopes": [
|
926
|
+
"web-origins",
|
927
|
+
"acr",
|
928
|
+
"profile",
|
929
|
+
"roles",
|
930
|
+
"basic",
|
931
|
+
"email"
|
932
|
+
],
|
933
|
+
"optionalClientScopes": [
|
934
|
+
"address",
|
935
|
+
"phone",
|
936
|
+
"offline_access",
|
937
|
+
"microprofile-jwt"
|
938
|
+
]
|
939
|
+
}
|
940
|
+
],
|
941
|
+
"clientScopes": [
|
942
|
+
{
|
943
|
+
"id": "6a955b1e-f0e2-49fa-b3c9-bd59ed1fcd4f",
|
944
|
+
"name": "web-origins",
|
945
|
+
"description": "OpenID Connect scope for add allowed web origins to the access token",
|
946
|
+
"protocol": "openid-connect",
|
947
|
+
"attributes": {
|
948
|
+
"include.in.token.scope": "false",
|
949
|
+
"consent.screen.text": "",
|
950
|
+
"display.on.consent.screen": "false"
|
951
|
+
},
|
952
|
+
"protocolMappers": [
|
953
|
+
{
|
954
|
+
"id": "3a392f70-ed70-424a-b60b-82db32b83df8",
|
955
|
+
"name": "allowed web origins",
|
956
|
+
"protocol": "openid-connect",
|
957
|
+
"protocolMapper": "oidc-allowed-origins-mapper",
|
958
|
+
"consentRequired": false,
|
959
|
+
"config": {
|
960
|
+
"introspection.token.claim": "true",
|
961
|
+
"access.token.claim": "true"
|
962
|
+
}
|
963
|
+
}
|
964
|
+
]
|
965
|
+
},
|
966
|
+
{
|
967
|
+
"id": "9cda058d-9935-4c8b-844d-c163d10f7c3c",
|
968
|
+
"name": "address",
|
969
|
+
"description": "OpenID Connect built-in scope: address",
|
970
|
+
"protocol": "openid-connect",
|
971
|
+
"attributes": {
|
972
|
+
"include.in.token.scope": "true",
|
973
|
+
"consent.screen.text": "${addressScopeConsentText}",
|
974
|
+
"display.on.consent.screen": "true"
|
975
|
+
},
|
976
|
+
"protocolMappers": [
|
977
|
+
{
|
978
|
+
"id": "a053d8ec-b267-4e5a-a424-3b14bef9cd15",
|
979
|
+
"name": "address",
|
980
|
+
"protocol": "openid-connect",
|
981
|
+
"protocolMapper": "oidc-address-mapper",
|
982
|
+
"consentRequired": false,
|
983
|
+
"config": {
|
984
|
+
"user.attribute.formatted": "formatted",
|
985
|
+
"user.attribute.country": "country",
|
986
|
+
"introspection.token.claim": "true",
|
987
|
+
"user.attribute.postal_code": "postal_code",
|
988
|
+
"userinfo.token.claim": "true",
|
989
|
+
"user.attribute.street": "street",
|
990
|
+
"id.token.claim": "true",
|
991
|
+
"user.attribute.region": "region",
|
992
|
+
"access.token.claim": "true",
|
993
|
+
"user.attribute.locality": "locality"
|
994
|
+
}
|
995
|
+
}
|
996
|
+
]
|
997
|
+
},
|
998
|
+
{
|
999
|
+
"id": "6225f4c7-ad5c-42ea-b7d4-5bb4e7c77459",
|
1000
|
+
"name": "phone",
|
1001
|
+
"description": "OpenID Connect built-in scope: phone",
|
1002
|
+
"protocol": "openid-connect",
|
1003
|
+
"attributes": {
|
1004
|
+
"include.in.token.scope": "true",
|
1005
|
+
"consent.screen.text": "${phoneScopeConsentText}",
|
1006
|
+
"display.on.consent.screen": "true"
|
1007
|
+
},
|
1008
|
+
"protocolMappers": [
|
1009
|
+
{
|
1010
|
+
"id": "5052be82-243f-41b0-a214-4f01935180e5",
|
1011
|
+
"name": "phone number",
|
1012
|
+
"protocol": "openid-connect",
|
1013
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1014
|
+
"consentRequired": false,
|
1015
|
+
"config": {
|
1016
|
+
"introspection.token.claim": "true",
|
1017
|
+
"userinfo.token.claim": "true",
|
1018
|
+
"user.attribute": "phoneNumber",
|
1019
|
+
"id.token.claim": "true",
|
1020
|
+
"access.token.claim": "true",
|
1021
|
+
"claim.name": "phone_number",
|
1022
|
+
"jsonType.label": "String"
|
1023
|
+
}
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"id": "4d31d278-e6ef-4b8b-97cb-4da9626d0e93",
|
1027
|
+
"name": "phone number verified",
|
1028
|
+
"protocol": "openid-connect",
|
1029
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1030
|
+
"consentRequired": false,
|
1031
|
+
"config": {
|
1032
|
+
"introspection.token.claim": "true",
|
1033
|
+
"userinfo.token.claim": "true",
|
1034
|
+
"user.attribute": "phoneNumberVerified",
|
1035
|
+
"id.token.claim": "true",
|
1036
|
+
"access.token.claim": "true",
|
1037
|
+
"claim.name": "phone_number_verified",
|
1038
|
+
"jsonType.label": "boolean"
|
1039
|
+
}
|
1040
|
+
}
|
1041
|
+
]
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
"id": "9357440c-6200-41a1-a447-0ec97895763e",
|
1045
|
+
"name": "basic",
|
1046
|
+
"description": "OpenID Connect scope for add all basic claims to the token",
|
1047
|
+
"protocol": "openid-connect",
|
1048
|
+
"attributes": {
|
1049
|
+
"include.in.token.scope": "false",
|
1050
|
+
"display.on.consent.screen": "false"
|
1051
|
+
},
|
1052
|
+
"protocolMappers": [
|
1053
|
+
{
|
1054
|
+
"id": "bf9cb6c6-71a4-4bf9-8c60-ed58adcc2258",
|
1055
|
+
"name": "auth_time",
|
1056
|
+
"protocol": "openid-connect",
|
1057
|
+
"protocolMapper": "oidc-usersessionmodel-note-mapper",
|
1058
|
+
"consentRequired": false,
|
1059
|
+
"config": {
|
1060
|
+
"user.session.note": "AUTH_TIME",
|
1061
|
+
"introspection.token.claim": "true",
|
1062
|
+
"userinfo.token.claim": "true",
|
1063
|
+
"id.token.claim": "true",
|
1064
|
+
"access.token.claim": "true",
|
1065
|
+
"claim.name": "auth_time",
|
1066
|
+
"jsonType.label": "long"
|
1067
|
+
}
|
1068
|
+
},
|
1069
|
+
{
|
1070
|
+
"id": "679c8292-1abb-4d96-bacc-671303765f9b",
|
1071
|
+
"name": "sub",
|
1072
|
+
"protocol": "openid-connect",
|
1073
|
+
"protocolMapper": "oidc-sub-mapper",
|
1074
|
+
"consentRequired": false,
|
1075
|
+
"config": {
|
1076
|
+
"introspection.token.claim": "true",
|
1077
|
+
"access.token.claim": "true"
|
1078
|
+
}
|
1079
|
+
}
|
1080
|
+
]
|
1081
|
+
},
|
1082
|
+
{
|
1083
|
+
"id": "0ec225e7-253b-4a01-85e1-68daf3df3eba",
|
1084
|
+
"name": "role_list",
|
1085
|
+
"description": "SAML role list",
|
1086
|
+
"protocol": "saml",
|
1087
|
+
"attributes": {
|
1088
|
+
"consent.screen.text": "${samlRoleListScopeConsentText}",
|
1089
|
+
"display.on.consent.screen": "true"
|
1090
|
+
},
|
1091
|
+
"protocolMappers": [
|
1092
|
+
{
|
1093
|
+
"id": "a55cf74e-ce68-4ebd-9c24-dc3fd6a9cfa5",
|
1094
|
+
"name": "role list",
|
1095
|
+
"protocol": "saml",
|
1096
|
+
"protocolMapper": "saml-role-list-mapper",
|
1097
|
+
"consentRequired": false,
|
1098
|
+
"config": {
|
1099
|
+
"single": "false",
|
1100
|
+
"attribute.nameformat": "Basic",
|
1101
|
+
"attribute.name": "Role"
|
1102
|
+
}
|
1103
|
+
}
|
1104
|
+
]
|
1105
|
+
},
|
1106
|
+
{
|
1107
|
+
"id": "e2f1dd86-00a2-4374-b888-7211f748c58d",
|
1108
|
+
"name": "offline_access",
|
1109
|
+
"description": "OpenID Connect built-in scope: offline_access",
|
1110
|
+
"protocol": "openid-connect",
|
1111
|
+
"attributes": {
|
1112
|
+
"consent.screen.text": "${offlineAccessScopeConsentText}",
|
1113
|
+
"display.on.consent.screen": "true"
|
1114
|
+
}
|
1115
|
+
},
|
1116
|
+
{
|
1117
|
+
"id": "e86456b8-0663-448e-ad16-7d520d0c448e",
|
1118
|
+
"name": "profile",
|
1119
|
+
"description": "OpenID Connect built-in scope: profile",
|
1120
|
+
"protocol": "openid-connect",
|
1121
|
+
"attributes": {
|
1122
|
+
"include.in.token.scope": "true",
|
1123
|
+
"consent.screen.text": "${profileScopeConsentText}",
|
1124
|
+
"display.on.consent.screen": "true"
|
1125
|
+
},
|
1126
|
+
"protocolMappers": [
|
1127
|
+
{
|
1128
|
+
"id": "569c799d-79f2-4b2b-a1ec-3661e3d8d433",
|
1129
|
+
"name": "gender",
|
1130
|
+
"protocol": "openid-connect",
|
1131
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1132
|
+
"consentRequired": false,
|
1133
|
+
"config": {
|
1134
|
+
"introspection.token.claim": "true",
|
1135
|
+
"userinfo.token.claim": "true",
|
1136
|
+
"user.attribute": "gender",
|
1137
|
+
"id.token.claim": "true",
|
1138
|
+
"access.token.claim": "true",
|
1139
|
+
"claim.name": "gender",
|
1140
|
+
"jsonType.label": "String"
|
1141
|
+
}
|
1142
|
+
},
|
1143
|
+
{
|
1144
|
+
"id": "2d01eb48-77c3-4c83-a864-755699cb7e7c",
|
1145
|
+
"name": "updated at",
|
1146
|
+
"protocol": "openid-connect",
|
1147
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1148
|
+
"consentRequired": false,
|
1149
|
+
"config": {
|
1150
|
+
"introspection.token.claim": "true",
|
1151
|
+
"userinfo.token.claim": "true",
|
1152
|
+
"user.attribute": "updatedAt",
|
1153
|
+
"id.token.claim": "true",
|
1154
|
+
"access.token.claim": "true",
|
1155
|
+
"claim.name": "updated_at",
|
1156
|
+
"jsonType.label": "long"
|
1157
|
+
}
|
1158
|
+
},
|
1159
|
+
{
|
1160
|
+
"id": "a9700270-006f-4a85-8458-f39644659029",
|
1161
|
+
"name": "locale",
|
1162
|
+
"protocol": "openid-connect",
|
1163
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1164
|
+
"consentRequired": false,
|
1165
|
+
"config": {
|
1166
|
+
"introspection.token.claim": "true",
|
1167
|
+
"userinfo.token.claim": "true",
|
1168
|
+
"user.attribute": "locale",
|
1169
|
+
"id.token.claim": "true",
|
1170
|
+
"access.token.claim": "true",
|
1171
|
+
"claim.name": "locale",
|
1172
|
+
"jsonType.label": "String"
|
1173
|
+
}
|
1174
|
+
},
|
1175
|
+
{
|
1176
|
+
"id": "3a7bca96-0839-4d1e-b37d-6e624f37facb",
|
1177
|
+
"name": "profile",
|
1178
|
+
"protocol": "openid-connect",
|
1179
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1180
|
+
"consentRequired": false,
|
1181
|
+
"config": {
|
1182
|
+
"introspection.token.claim": "true",
|
1183
|
+
"userinfo.token.claim": "true",
|
1184
|
+
"user.attribute": "profile",
|
1185
|
+
"id.token.claim": "true",
|
1186
|
+
"access.token.claim": "true",
|
1187
|
+
"claim.name": "profile",
|
1188
|
+
"jsonType.label": "String"
|
1189
|
+
}
|
1190
|
+
},
|
1191
|
+
{
|
1192
|
+
"id": "2a41be1c-872a-4b3e-9051-71ebd5d140c1",
|
1193
|
+
"name": "website",
|
1194
|
+
"protocol": "openid-connect",
|
1195
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1196
|
+
"consentRequired": false,
|
1197
|
+
"config": {
|
1198
|
+
"introspection.token.claim": "true",
|
1199
|
+
"userinfo.token.claim": "true",
|
1200
|
+
"user.attribute": "website",
|
1201
|
+
"id.token.claim": "true",
|
1202
|
+
"access.token.claim": "true",
|
1203
|
+
"claim.name": "website",
|
1204
|
+
"jsonType.label": "String"
|
1205
|
+
}
|
1206
|
+
},
|
1207
|
+
{
|
1208
|
+
"id": "9fe5e57d-ee79-4b8b-9ab2-345093a1fdbf",
|
1209
|
+
"name": "full name",
|
1210
|
+
"protocol": "openid-connect",
|
1211
|
+
"protocolMapper": "oidc-full-name-mapper",
|
1212
|
+
"consentRequired": false,
|
1213
|
+
"config": {
|
1214
|
+
"id.token.claim": "true",
|
1215
|
+
"introspection.token.claim": "true",
|
1216
|
+
"access.token.claim": "true",
|
1217
|
+
"userinfo.token.claim": "true"
|
1218
|
+
}
|
1219
|
+
},
|
1220
|
+
{
|
1221
|
+
"id": "bda9e4e7-4de0-455d-bace-4e94b1dab5ad",
|
1222
|
+
"name": "nickname",
|
1223
|
+
"protocol": "openid-connect",
|
1224
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1225
|
+
"consentRequired": false,
|
1226
|
+
"config": {
|
1227
|
+
"introspection.token.claim": "true",
|
1228
|
+
"userinfo.token.claim": "true",
|
1229
|
+
"user.attribute": "nickname",
|
1230
|
+
"id.token.claim": "true",
|
1231
|
+
"access.token.claim": "true",
|
1232
|
+
"claim.name": "nickname",
|
1233
|
+
"jsonType.label": "String"
|
1234
|
+
}
|
1235
|
+
},
|
1236
|
+
{
|
1237
|
+
"id": "312a0b4d-46b8-42e0-b162-e5869b317b36",
|
1238
|
+
"name": "zoneinfo",
|
1239
|
+
"protocol": "openid-connect",
|
1240
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1241
|
+
"consentRequired": false,
|
1242
|
+
"config": {
|
1243
|
+
"introspection.token.claim": "true",
|
1244
|
+
"userinfo.token.claim": "true",
|
1245
|
+
"user.attribute": "zoneinfo",
|
1246
|
+
"id.token.claim": "true",
|
1247
|
+
"access.token.claim": "true",
|
1248
|
+
"claim.name": "zoneinfo",
|
1249
|
+
"jsonType.label": "String"
|
1250
|
+
}
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"id": "4f8ac9bc-e32d-4ebb-bb85-b9a94a459aa1",
|
1254
|
+
"name": "username",
|
1255
|
+
"protocol": "openid-connect",
|
1256
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1257
|
+
"consentRequired": false,
|
1258
|
+
"config": {
|
1259
|
+
"introspection.token.claim": "true",
|
1260
|
+
"userinfo.token.claim": "true",
|
1261
|
+
"user.attribute": "username",
|
1262
|
+
"id.token.claim": "true",
|
1263
|
+
"access.token.claim": "true",
|
1264
|
+
"claim.name": "preferred_username",
|
1265
|
+
"jsonType.label": "String"
|
1266
|
+
}
|
1267
|
+
},
|
1268
|
+
{
|
1269
|
+
"id": "bebdf0c7-6f0f-4b08-a327-50af837c82b9",
|
1270
|
+
"name": "family name",
|
1271
|
+
"protocol": "openid-connect",
|
1272
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1273
|
+
"consentRequired": false,
|
1274
|
+
"config": {
|
1275
|
+
"introspection.token.claim": "true",
|
1276
|
+
"userinfo.token.claim": "true",
|
1277
|
+
"user.attribute": "lastName",
|
1278
|
+
"id.token.claim": "true",
|
1279
|
+
"access.token.claim": "true",
|
1280
|
+
"claim.name": "family_name",
|
1281
|
+
"jsonType.label": "String"
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"id": "d96d9686-f4e0-479a-9855-cfc526a35294",
|
1286
|
+
"name": "middle name",
|
1287
|
+
"protocol": "openid-connect",
|
1288
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1289
|
+
"consentRequired": false,
|
1290
|
+
"config": {
|
1291
|
+
"introspection.token.claim": "true",
|
1292
|
+
"userinfo.token.claim": "true",
|
1293
|
+
"user.attribute": "middleName",
|
1294
|
+
"id.token.claim": "true",
|
1295
|
+
"access.token.claim": "true",
|
1296
|
+
"claim.name": "middle_name",
|
1297
|
+
"jsonType.label": "String"
|
1298
|
+
}
|
1299
|
+
},
|
1300
|
+
{
|
1301
|
+
"id": "66ad8239-e1df-4f9d-9cb7-d35f23f95f37",
|
1302
|
+
"name": "given name",
|
1303
|
+
"protocol": "openid-connect",
|
1304
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1305
|
+
"consentRequired": false,
|
1306
|
+
"config": {
|
1307
|
+
"introspection.token.claim": "true",
|
1308
|
+
"userinfo.token.claim": "true",
|
1309
|
+
"user.attribute": "firstName",
|
1310
|
+
"id.token.claim": "true",
|
1311
|
+
"access.token.claim": "true",
|
1312
|
+
"claim.name": "given_name",
|
1313
|
+
"jsonType.label": "String"
|
1314
|
+
}
|
1315
|
+
},
|
1316
|
+
{
|
1317
|
+
"id": "ece8245b-16ae-4322-bc78-f8d5f671640a",
|
1318
|
+
"name": "picture",
|
1319
|
+
"protocol": "openid-connect",
|
1320
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1321
|
+
"consentRequired": false,
|
1322
|
+
"config": {
|
1323
|
+
"introspection.token.claim": "true",
|
1324
|
+
"userinfo.token.claim": "true",
|
1325
|
+
"user.attribute": "picture",
|
1326
|
+
"id.token.claim": "true",
|
1327
|
+
"access.token.claim": "true",
|
1328
|
+
"claim.name": "picture",
|
1329
|
+
"jsonType.label": "String"
|
1330
|
+
}
|
1331
|
+
},
|
1332
|
+
{
|
1333
|
+
"id": "384cf049-0fed-47e2-8b11-06cf6c03465d",
|
1334
|
+
"name": "birthdate",
|
1335
|
+
"protocol": "openid-connect",
|
1336
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1337
|
+
"consentRequired": false,
|
1338
|
+
"config": {
|
1339
|
+
"introspection.token.claim": "true",
|
1340
|
+
"userinfo.token.claim": "true",
|
1341
|
+
"user.attribute": "birthdate",
|
1342
|
+
"id.token.claim": "true",
|
1343
|
+
"access.token.claim": "true",
|
1344
|
+
"claim.name": "birthdate",
|
1345
|
+
"jsonType.label": "String"
|
1346
|
+
}
|
1347
|
+
}
|
1348
|
+
]
|
1349
|
+
},
|
1350
|
+
{
|
1351
|
+
"id": "49e85de9-edd1-4a9e-a2b0-e9c663d4dd9a",
|
1352
|
+
"name": "email",
|
1353
|
+
"description": "OpenID Connect built-in scope: email",
|
1354
|
+
"protocol": "openid-connect",
|
1355
|
+
"attributes": {
|
1356
|
+
"include.in.token.scope": "true",
|
1357
|
+
"consent.screen.text": "${emailScopeConsentText}",
|
1358
|
+
"display.on.consent.screen": "true"
|
1359
|
+
},
|
1360
|
+
"protocolMappers": [
|
1361
|
+
{
|
1362
|
+
"id": "d458e6fc-b414-4b45-b9e1-99342d7d2bba",
|
1363
|
+
"name": "email",
|
1364
|
+
"protocol": "openid-connect",
|
1365
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1366
|
+
"consentRequired": false,
|
1367
|
+
"config": {
|
1368
|
+
"introspection.token.claim": "true",
|
1369
|
+
"userinfo.token.claim": "true",
|
1370
|
+
"user.attribute": "email",
|
1371
|
+
"id.token.claim": "true",
|
1372
|
+
"access.token.claim": "true",
|
1373
|
+
"claim.name": "email",
|
1374
|
+
"jsonType.label": "String"
|
1375
|
+
}
|
1376
|
+
},
|
1377
|
+
{
|
1378
|
+
"id": "2b73ce63-0443-46dc-b35c-1148edb976ab",
|
1379
|
+
"name": "email verified",
|
1380
|
+
"protocol": "openid-connect",
|
1381
|
+
"protocolMapper": "oidc-usermodel-property-mapper",
|
1382
|
+
"consentRequired": false,
|
1383
|
+
"config": {
|
1384
|
+
"introspection.token.claim": "true",
|
1385
|
+
"userinfo.token.claim": "true",
|
1386
|
+
"user.attribute": "emailVerified",
|
1387
|
+
"id.token.claim": "true",
|
1388
|
+
"access.token.claim": "true",
|
1389
|
+
"claim.name": "email_verified",
|
1390
|
+
"jsonType.label": "boolean"
|
1391
|
+
}
|
1392
|
+
}
|
1393
|
+
]
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"id": "71303f6d-348a-4892-9d6f-dc9a2d2e4b14",
|
1397
|
+
"name": "microprofile-jwt",
|
1398
|
+
"description": "Microprofile - JWT built-in scope",
|
1399
|
+
"protocol": "openid-connect",
|
1400
|
+
"attributes": {
|
1401
|
+
"include.in.token.scope": "true",
|
1402
|
+
"display.on.consent.screen": "false"
|
1403
|
+
},
|
1404
|
+
"protocolMappers": [
|
1405
|
+
{
|
1406
|
+
"id": "498cbff6-a650-4a09-8192-5defaa50f33b",
|
1407
|
+
"name": "upn",
|
1408
|
+
"protocol": "openid-connect",
|
1409
|
+
"protocolMapper": "oidc-usermodel-attribute-mapper",
|
1410
|
+
"consentRequired": false,
|
1411
|
+
"config": {
|
1412
|
+
"introspection.token.claim": "true",
|
1413
|
+
"userinfo.token.claim": "true",
|
1414
|
+
"user.attribute": "username",
|
1415
|
+
"id.token.claim": "true",
|
1416
|
+
"access.token.claim": "true",
|
1417
|
+
"claim.name": "upn",
|
1418
|
+
"jsonType.label": "String"
|
1419
|
+
}
|
1420
|
+
},
|
1421
|
+
{
|
1422
|
+
"id": "eb8585bc-ca30-410e-9f92-0d63665f5ed6",
|
1423
|
+
"name": "groups",
|
1424
|
+
"protocol": "openid-connect",
|
1425
|
+
"protocolMapper": "oidc-usermodel-realm-role-mapper",
|
1426
|
+
"consentRequired": false,
|
1427
|
+
"config": {
|
1428
|
+
"introspection.token.claim": "true",
|
1429
|
+
"multivalued": "true",
|
1430
|
+
"userinfo.token.claim": "true",
|
1431
|
+
"user.attribute": "foo",
|
1432
|
+
"id.token.claim": "true",
|
1433
|
+
"access.token.claim": "true",
|
1434
|
+
"claim.name": "groups",
|
1435
|
+
"jsonType.label": "String"
|
1436
|
+
}
|
1437
|
+
}
|
1438
|
+
]
|
1439
|
+
},
|
1440
|
+
{
|
1441
|
+
"id": "62b8c264-2c10-48c6-803f-b7606a89e0d9",
|
1442
|
+
"name": "roles",
|
1443
|
+
"description": "OpenID Connect scope for add user roles to the access token",
|
1444
|
+
"protocol": "openid-connect",
|
1445
|
+
"attributes": {
|
1446
|
+
"include.in.token.scope": "false",
|
1447
|
+
"consent.screen.text": "${rolesScopeConsentText}",
|
1448
|
+
"display.on.consent.screen": "true"
|
1449
|
+
},
|
1450
|
+
"protocolMappers": [
|
1451
|
+
{
|
1452
|
+
"id": "0c18ca55-df63-4071-81f9-43f5d077c015",
|
1453
|
+
"name": "realm roles",
|
1454
|
+
"protocol": "openid-connect",
|
1455
|
+
"protocolMapper": "oidc-usermodel-realm-role-mapper",
|
1456
|
+
"consentRequired": false,
|
1457
|
+
"config": {
|
1458
|
+
"user.attribute": "foo",
|
1459
|
+
"introspection.token.claim": "true",
|
1460
|
+
"access.token.claim": "true",
|
1461
|
+
"claim.name": "realm_access.roles",
|
1462
|
+
"jsonType.label": "String",
|
1463
|
+
"multivalued": "true"
|
1464
|
+
}
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"id": "6de6510d-d7f3-4289-a10f-4c21289313a4",
|
1468
|
+
"name": "audience resolve",
|
1469
|
+
"protocol": "openid-connect",
|
1470
|
+
"protocolMapper": "oidc-audience-resolve-mapper",
|
1471
|
+
"consentRequired": false,
|
1472
|
+
"config": {
|
1473
|
+
"introspection.token.claim": "true",
|
1474
|
+
"access.token.claim": "true"
|
1475
|
+
}
|
1476
|
+
},
|
1477
|
+
{
|
1478
|
+
"id": "a5851eb2-bfc5-4a0a-8a49-92f4fc8c5041",
|
1479
|
+
"name": "client roles",
|
1480
|
+
"protocol": "openid-connect",
|
1481
|
+
"protocolMapper": "oidc-usermodel-client-role-mapper",
|
1482
|
+
"consentRequired": false,
|
1483
|
+
"config": {
|
1484
|
+
"user.attribute": "foo",
|
1485
|
+
"introspection.token.claim": "true",
|
1486
|
+
"access.token.claim": "true",
|
1487
|
+
"claim.name": "resource_access.${client_id}.roles",
|
1488
|
+
"jsonType.label": "String",
|
1489
|
+
"multivalued": "true"
|
1490
|
+
}
|
1491
|
+
}
|
1492
|
+
]
|
1493
|
+
},
|
1494
|
+
{
|
1495
|
+
"id": "bfc69775-83af-4816-82fd-d1c42687fb5e",
|
1496
|
+
"name": "acr",
|
1497
|
+
"description": "OpenID Connect scope for add acr (authentication context class reference) to the token",
|
1498
|
+
"protocol": "openid-connect",
|
1499
|
+
"attributes": {
|
1500
|
+
"include.in.token.scope": "false",
|
1501
|
+
"display.on.consent.screen": "false"
|
1502
|
+
},
|
1503
|
+
"protocolMappers": [
|
1504
|
+
{
|
1505
|
+
"id": "8e2027d5-32dd-4a87-a7ec-00e5316c5617",
|
1506
|
+
"name": "acr loa level",
|
1507
|
+
"protocol": "openid-connect",
|
1508
|
+
"protocolMapper": "oidc-acr-mapper",
|
1509
|
+
"consentRequired": false,
|
1510
|
+
"config": {
|
1511
|
+
"id.token.claim": "true",
|
1512
|
+
"introspection.token.claim": "true",
|
1513
|
+
"access.token.claim": "true",
|
1514
|
+
"userinfo.token.claim": "true"
|
1515
|
+
}
|
1516
|
+
}
|
1517
|
+
]
|
1518
|
+
}
|
1519
|
+
],
|
1520
|
+
"defaultDefaultClientScopes": [
|
1521
|
+
"role_list",
|
1522
|
+
"profile",
|
1523
|
+
"email",
|
1524
|
+
"roles",
|
1525
|
+
"web-origins",
|
1526
|
+
"acr",
|
1527
|
+
"basic"
|
1528
|
+
],
|
1529
|
+
"defaultOptionalClientScopes": [
|
1530
|
+
"offline_access",
|
1531
|
+
"address",
|
1532
|
+
"phone",
|
1533
|
+
"microprofile-jwt"
|
1534
|
+
],
|
1535
|
+
"browserSecurityHeaders": {
|
1536
|
+
"contentSecurityPolicyReportOnly": "",
|
1537
|
+
"xContentTypeOptions": "nosniff",
|
1538
|
+
"referrerPolicy": "no-referrer",
|
1539
|
+
"xRobotsTag": "none",
|
1540
|
+
"xFrameOptions": "SAMEORIGIN",
|
1541
|
+
"contentSecurityPolicy": "frame-src 'self'; frame-ancestors 'self'; object-src 'none';",
|
1542
|
+
"xXSSProtection": "1; mode=block",
|
1543
|
+
"strictTransportSecurity": "max-age=31536000; includeSubDomains"
|
1544
|
+
},
|
1545
|
+
"smtpServer": {},
|
1546
|
+
"loginTheme": "keycloakify-starter",
|
1547
|
+
"accountTheme": "keycloakify-starter",
|
1548
|
+
"adminTheme": "",
|
1549
|
+
"emailTheme": "",
|
1550
|
+
"eventsEnabled": false,
|
1551
|
+
"eventsListeners": ["jboss-logging"],
|
1552
|
+
"enabledEventTypes": [],
|
1553
|
+
"adminEventsEnabled": false,
|
1554
|
+
"adminEventsDetailsEnabled": false,
|
1555
|
+
"identityProviders": [],
|
1556
|
+
"identityProviderMappers": [],
|
1557
|
+
"components": {
|
1558
|
+
"org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [
|
1559
|
+
{
|
1560
|
+
"id": "67526992-f0ce-42ff-a0fb-af267192ff70",
|
1561
|
+
"name": "Allowed Client Scopes",
|
1562
|
+
"providerId": "allowed-client-templates",
|
1563
|
+
"subType": "authenticated",
|
1564
|
+
"subComponents": {},
|
1565
|
+
"config": {
|
1566
|
+
"allow-default-scopes": ["true"]
|
1567
|
+
}
|
1568
|
+
},
|
1569
|
+
{
|
1570
|
+
"id": "64a2f718-da10-45d9-a75a-69c156a7ccd8",
|
1571
|
+
"name": "Allowed Protocol Mapper Types",
|
1572
|
+
"providerId": "allowed-protocol-mappers",
|
1573
|
+
"subType": "authenticated",
|
1574
|
+
"subComponents": {},
|
1575
|
+
"config": {
|
1576
|
+
"allowed-protocol-mapper-types": [
|
1577
|
+
"oidc-full-name-mapper",
|
1578
|
+
"oidc-usermodel-attribute-mapper",
|
1579
|
+
"oidc-address-mapper",
|
1580
|
+
"saml-user-attribute-mapper",
|
1581
|
+
"oidc-usermodel-property-mapper",
|
1582
|
+
"saml-user-property-mapper",
|
1583
|
+
"saml-role-list-mapper",
|
1584
|
+
"oidc-sha256-pairwise-sub-mapper"
|
1585
|
+
]
|
1586
|
+
}
|
1587
|
+
},
|
1588
|
+
{
|
1589
|
+
"id": "4d3e104f-6fdf-45eb-b756-5fef6840fbed",
|
1590
|
+
"name": "Consent Required",
|
1591
|
+
"providerId": "consent-required",
|
1592
|
+
"subType": "anonymous",
|
1593
|
+
"subComponents": {},
|
1594
|
+
"config": {}
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"id": "c647e85f-6700-4d66-84f2-4a869e467735",
|
1598
|
+
"name": "Max Clients Limit",
|
1599
|
+
"providerId": "max-clients",
|
1600
|
+
"subType": "anonymous",
|
1601
|
+
"subComponents": {},
|
1602
|
+
"config": {
|
1603
|
+
"max-clients": ["200"]
|
1604
|
+
}
|
1605
|
+
},
|
1606
|
+
{
|
1607
|
+
"id": "51f41974-f7e5-4e7d-b486-5bd652a98e93",
|
1608
|
+
"name": "Allowed Protocol Mapper Types",
|
1609
|
+
"providerId": "allowed-protocol-mappers",
|
1610
|
+
"subType": "anonymous",
|
1611
|
+
"subComponents": {},
|
1612
|
+
"config": {
|
1613
|
+
"allowed-protocol-mapper-types": [
|
1614
|
+
"oidc-sha256-pairwise-sub-mapper",
|
1615
|
+
"oidc-usermodel-property-mapper",
|
1616
|
+
"oidc-address-mapper",
|
1617
|
+
"oidc-usermodel-attribute-mapper",
|
1618
|
+
"oidc-full-name-mapper",
|
1619
|
+
"saml-user-attribute-mapper",
|
1620
|
+
"saml-user-property-mapper",
|
1621
|
+
"saml-role-list-mapper"
|
1622
|
+
]
|
1623
|
+
}
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"id": "8f7d6ece-e956-4e48-95ab-5ab72b2b7c9a",
|
1627
|
+
"name": "Allowed Client Scopes",
|
1628
|
+
"providerId": "allowed-client-templates",
|
1629
|
+
"subType": "anonymous",
|
1630
|
+
"subComponents": {},
|
1631
|
+
"config": {
|
1632
|
+
"allow-default-scopes": ["true"]
|
1633
|
+
}
|
1634
|
+
},
|
1635
|
+
{
|
1636
|
+
"id": "e60b1167-cdee-4173-be99-3dad6a536b4a",
|
1637
|
+
"name": "Trusted Hosts",
|
1638
|
+
"providerId": "trusted-hosts",
|
1639
|
+
"subType": "anonymous",
|
1640
|
+
"subComponents": {},
|
1641
|
+
"config": {
|
1642
|
+
"host-sending-registration-request-must-match": ["true"],
|
1643
|
+
"client-uris-must-match": ["true"]
|
1644
|
+
}
|
1645
|
+
},
|
1646
|
+
{
|
1647
|
+
"id": "5ba8b893-ab01-430b-9092-32646a50a662",
|
1648
|
+
"name": "Full Scope Disabled",
|
1649
|
+
"providerId": "scope",
|
1650
|
+
"subType": "anonymous",
|
1651
|
+
"subComponents": {},
|
1652
|
+
"config": {}
|
1653
|
+
}
|
1654
|
+
],
|
1655
|
+
"org.keycloak.userprofile.UserProfileProvider": [
|
1656
|
+
{
|
1657
|
+
"id": "237022c6-9443-46b3-902e-210e14c3c9a8",
|
1658
|
+
"providerId": "declarative-user-profile",
|
1659
|
+
"subComponents": {},
|
1660
|
+
"config": {
|
1661
|
+
"kc.user.profile.config": [
|
1662
|
+
"{\"attributes\":[{\"name\":\"username\",\"displayName\":\"${username}\",\"validations\":{\"length\":{\"min\":3,\"max\":255},\"username-prohibited-characters\":{},\"up-username-not-idn-homograph\":{}},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"email\",\"displayName\":\"${email}\",\"validations\":{\"email\":{},\"length\":{\"max\":255}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"firstName\",\"displayName\":\"${firstName}\",\"validations\":{\"length\":{\"max\":255},\"person-name-prohibited-characters\":{}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"lastName\",\"displayName\":\"${lastName}\",\"validations\":{\"length\":{\"max\":255},\"person-name-prohibited-characters\":{}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"favourite_pet\",\"displayName\":\"${profile.attributes.favourite_pet}\",\"validations\":{\"options\":{\"options\":[\"cat\",\"dog\",\"bird\"]}},\"annotations\":{\"inputType\":\"select\",\"inputOptionLabelsI18nPrefix\":\"profile.attributes.favourite_pet\"},\"required\":{\"roles\":[\"admin\",\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false}],\"groups\":[{\"name\":\"user-metadata\",\"displayHeader\":\"User metadata\",\"displayDescription\":\"Attributes, which refer to user metadata\"}]}"
|
1663
|
+
]
|
1664
|
+
}
|
1665
|
+
}
|
1666
|
+
],
|
1667
|
+
"org.keycloak.keys.KeyProvider": [
|
1668
|
+
{
|
1669
|
+
"id": "5f3c1765-8810-419f-9c18-4a2db0e874e7",
|
1670
|
+
"name": "rsa-generated",
|
1671
|
+
"providerId": "rsa-generated",
|
1672
|
+
"subComponents": {},
|
1673
|
+
"config": {
|
1674
|
+
"privateKey": [
|
1675
|
+
"MIIEowIBAAKCAQEAsYUWzVfZMd6ywpBmLJYeF1U9Mgd/z3xWvl1Yq76oRPPfpcqQitN+cktWqu0hPerCVSl2ltwXDMrUwFzswG9MiM9hb+BLEld7kYiYkcFNt3lCtmmeRQEae7JwWimzeNV96Qlz0tHY8f9Zh0ffPDsLTN1HGAeRJJhI7mNQm6qCJNMCfVA/O5SWumsIn2XLnSMiQ05AACVHOLUq6rAZ2zCCaYmXTmJkuSOb8e26V303P6l63DSe5HSNXDdI00tjfFFf37q870zhvfsotrjjx0RMijy9Kjj8OZF+pFHpDRaGEi8tpQxZDnCTofTieB/Vp3QP+aTlvAyD3Q1ZnJxGQCLygwIDAQABAoIBABUJ9XMJGNQzamiVwuOWN7ht4UP8ezYvgdEA8NaLUO0PIYVIKyD7l4OwkHPPM9PfRACM2qG0MZp8sCyg4WxIeepy+D979oRqJYUmNRLSipqWlASuItRXIPjiY99uYXdjh2R8Os5pvCD+MZxPX9KHGuaVXmzSJMO7YAAPeYkMHcLYTp/U0c65Ztaaz1zz1FeyvpjkLr9SHiMcIN51zFmhvT1tcRIqy4zidisjrTSUr/KPVxeJtrEfyhTGk3z41yJf5YbeaxaMjJR5x0WXzt1fWVmA/V1bWa2Zlj9d8AxDReA1p7Lpstz34PRoCMj9bmFguI2+RTw6K0D++Jydfxmh8vUCgYEA5Zwk2r3TFO3i3V70LOn6CLzn15yLeuSIJ9p2os70jQOmFMCreLdcUbCaiUe7UV/IIVftbcxhFm9zECXZXX0wubcmHZqyptlbuAn1de4QkLJixXo1A7ZQXBEZk22WN2naXHQF5oK6lh/VSLcZBajTsyvBm5JWXrd8djjG06MugA8CgYEAxexKI5IwcLhpMDV9UPQb/+lDWHVqCT2xwYxnZ85y+5gmrOyyT7mIChz3DFYiaw4CHJWmBkIDBaiDgLEgQk4QXWzYshXawShBHnv1h08bVMMw98Ivec7ZRkV+/ET30YRwC2Uyk4bm4HpwVV5GCFhC4aAvRcCA1CIJk3MwcOwksk0CgYEAqxyaOomMbOR7VQ4WWgJkW26sOHppV8RH06tzDhG9HfnCI2USZHwBSL+b6wKSDiqbMn4cat8M23NjBH2wZ4OMdFqRBS7sRHtnZtfFHYW0wqCuCwzvxTxw1qvHq57Xe6RfHtc4LnjuJELE59PLyfPvEG9jcVS1GREUp+XYBpBtbvECgYAMhWBDU9JAr0noRNoCrw6+Z9Fc3UCyCPcf2XQJOyRHCl8X/XliVchna2GtpB1VTHORv13bc32hdAGtuIbj6vBaGLK0wXEvWw6TkR/9SWHfQOHuKpi6Sf2w1mCsMOjElm5IKkTC1Hvyo4xLukUP7hV9FJcpAH6l7OlSLK1Z13aS2QKBgB6w4gvmVEQruHV5+K60OatuFojr+kxJwmzCb5uKOULUFezT2pA3p3l6IWxGL2XtM+LD0SiZE3KZJUzf+LatYlBU9ek4F1krkVNUTRZpzUa0oADbymCL1chM4oPIs7sISQlFIH2wOSZt6Blvcw0E0wfjd9Gv/LHxcMnlRb1t1sLk"
|
1676
|
+
],
|
1677
|
+
"keyUse": ["SIG"],
|
1678
|
+
"certificate": [
|
1679
|
+
"MIICnTCCAYUCBgGQBsyplzANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdteXJlYWxtMB4XDTI0MDYxMTEwMTQ1NFoXDTM0MDYxMTEwMTYzNFowEjEQMA4GA1UEAwwHbXlyZWFsbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALGFFs1X2THessKQZiyWHhdVPTIHf898Vr5dWKu+qETz36XKkIrTfnJLVqrtIT3qwlUpdpbcFwzK1MBc7MBvTIjPYW/gSxJXe5GImJHBTbd5QrZpnkUBGnuycFops3jVfekJc9LR2PH/WYdH3zw7C0zdRxgHkSSYSO5jUJuqgiTTAn1QPzuUlrprCJ9ly50jIkNOQAAlRzi1KuqwGdswgmmJl05iZLkjm/Htuld9Nz+petw0nuR0jVw3SNNLY3xRX9+6vO9M4b37KLa448dETIo8vSo4/DmRfqRR6Q0WhhIvLaUMWQ5wk6H04ngf1ad0D/mk5bwMg90NWZycRkAi8oMCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAVS+gJshIFX6cmBGI8UaOOI/9+XFb4Gi+DHaHVWVVHTd14MoqNK1bmmyTHbGIZbvK8UqgJ9+FhJX1ejx17d4KBzkZI3tYvPnVacHvaw1CIUMZ1Ini6u+UGUTnIlnQzCG0pcTKjOZXf3ih1B2CKdwyC7XeXyEJHicAIG7XfzYfYd9DYHvA+h6hrXaQcNJMW7WFNbtb3fJhtlv5P1Iw+ZEGdj15ukMI0bg2OEQA0F3jIw6QZpigSAGuai3HOY6OgoPO82d7TyTYlNhuwyutWr9izl6QMc2R7BmRfW9XQj4ICR2VWJiL9nqz+SOyqnjQiOObuw8Vywb8c36R1Ym1aaGjOw=="
|
1680
|
+
],
|
1681
|
+
"priority": ["100"]
|
1682
|
+
}
|
1683
|
+
},
|
1684
|
+
{
|
1685
|
+
"id": "e586f825-a25a-4833-a38e-4c6484ad17fd",
|
1686
|
+
"name": "rsa-enc-generated",
|
1687
|
+
"providerId": "rsa-enc-generated",
|
1688
|
+
"subComponents": {},
|
1689
|
+
"config": {
|
1690
|
+
"privateKey": [
|
1691
|
+
"MIIEogIBAAKCAQEAkQtefHy82e8d5dVWN00LnGI5YmBOTKh0tgqayVRjqLH6u3NfgJVVIe0tFnxa7Wka/ySHrn1KSsW52czZ4uPXLUo4sXBkQxyyFXeZiWN8H+9WiUQ+0hefZF4es5ZPhY2VpeMK9XAnphC362LFLVycXulkpJcQ+4DjI99To4LLyJmjQvsVaJ7amoVJ5xd62eUv+D7f2+jwuaTwjGE3+MWZADXjVxsUY1qJuGLGKnLkNNxJNMDhvnKYw+aa3Z4V90fQVyjN1Volgw3DdA59o4wrWEy+2xHc6j2ESi8+cM60fWzZU9sp2XkyJoCnV7nmwk7pZkDy3zvAkeOWzrr3OWeR3wIDAQABAoIBACWMcet8R0+L7YuATQ+H7IeRjhV/pQWHXp9541RXem1DlgtM9N5Oynk78z4s90Uavphqlo1/deohgdl2hLmODjh1THPzCqGtHhUcnyzICmwiA58JgdHVt7e9/eiz8uY6HxGQ01dyr3D4RwSyzyTNItYXSayqRwU0+phgykA8LhFCAQM/UkRXDf6UCFKBhDyE7VPBaDv0xyxNb7dKtE7C6Qo5t5D40xCfQ8ni8OcD5RvshQq5xOWcw7igxAhlmXCu1fuO2CDiSiqXLMENs4NlwilQ3caMXAIzUiblaKwCrrK2noBoitx6vuOR2tKmIZSlTyDAG4vLQQtOHk53hBoupGECgYEAx4jSmLM9uUzNwNY1zfs8iNswxbU3YibNe2Q+IFmOQofvTaq1jBBxdPWX5ifIbuTvOAA33pmJRh+BtWzOBBQC7Z4i9mdfvyWB6s8t9nnTnWIY5Hj+hV5gaqae59MjdudsORR887fxzPIeAwwaETfKaZnYpC6zLaE3BXwhIcjlFTcCgYEAuhcKf16JkEYNIwanVHpUXjFxwAThAogHWZAngRokmai67Iulx+rSUhhtOIXtmjj/EaObsrqo5yCKAVZ5EbPTOajdd9RtFzH6q3bRjRdp8o8ZVx4c1vMNaOnLbvK4YzJlKSZN9N7m255Mg+/ea3veKVZsSVHDMnuYmH8GjncjPJkCgYAOIUlQmPjZA3BapJDA2nbJ9kO47IFUiQzqHQotPkpNudSfemRK2+s87htoqA6Qk9PA8nsCX3sSJS8JSwA317bxXs55Bo8IOT6/AxbtKmlq7sR2gX78sNdBFjWQkyoixHasgB/tHmyYJ9kqPBQoffvuiH+H+OqlY5JC6CxseQ6H9wKBgF69Hj4MDjLiRwve9k9+2/b8azHcCgX05PEG/+WtPpbwHQIScnseJKdhAjH1lSqf+9OqHLlYaGcK3Nejg42spEvFmcLI5iUZ78lde3++PNUdX0RH81zHbrtL06MPdSojXPcfJi8VUCjdJY1CEFVeQZOACS8mrh7EZ8KzYM4k/055AoGAYqjBv3WS8ul7kAsjpZKpIw1QZZaTjBSmLpjB6X8InF+Zihjgm80Dd4RMFnMnEawhFBvnpklvyw5Ce6NSwcC137kN3NVpJypykkXuYkimg7OxgJjR7YFdbQWJWlc+1eB81WTHcEOHVI/DmeV2yVJcv6kA2iC+3/JA0VoJxvrRBKc="
|
1692
|
+
],
|
1693
|
+
"keyUse": ["ENC"],
|
1694
|
+
"certificate": [
|
1695
|
+
"MIICnTCCAYUCBgGQBsyq0jANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdteXJlYWxtMB4XDTI0MDYxMTEwMTQ1NFoXDTM0MDYxMTEwMTYzNFowEjEQMA4GA1UEAwwHbXlyZWFsbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJELXnx8vNnvHeXVVjdNC5xiOWJgTkyodLYKmslUY6ix+rtzX4CVVSHtLRZ8Wu1pGv8kh659SkrFudnM2eLj1y1KOLFwZEMcshV3mYljfB/vVolEPtIXn2ReHrOWT4WNlaXjCvVwJ6YQt+tixS1cnF7pZKSXEPuA4yPfU6OCy8iZo0L7FWie2pqFSecXetnlL/g+39vo8Lmk8IxhN/jFmQA141cbFGNaibhixipy5DTcSTTA4b5ymMPmmt2eFfdH0FcozdVaJYMNw3QOfaOMK1hMvtsR3Oo9hEovPnDOtH1s2VPbKdl5MiaAp1e55sJO6WZA8t87wJHjls669zlnkd8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAD9wQ+CJ0FRgls3JrUzxwHLgrJ3Yo4+mDFpSe1rh2XYK5FEIWDWSqxaXI3p0cOZq75RZmI2xV8oaiJMUz9WMZkbNe/KtGRzHY1N9AZooicGIsnFu1t++b8taFxxpvKWZgnbOum2PZlfcNiXL0QeMv0wwhfn9zKA9W1DRcqYGbIamoyVlumvbNyIjqXJKwGYIOW6GNt7v3wJl5AJw8qAU/O/DQwWwmzcnFGNRxRxAwI7we8EiQ5JlG0Wi+nyAQn74o3RhNr3zsY0ndmFx9bFV4BBo2AiYGozCDOCCG5HvrmoDbrm//wmGRv0tCwueBzWHL2mhtbZ6sGWmMWfiTJ2HPpg=="
|
1696
|
+
],
|
1697
|
+
"priority": ["100"],
|
1698
|
+
"algorithm": ["RSA-OAEP"]
|
1699
|
+
}
|
1700
|
+
},
|
1701
|
+
{
|
1702
|
+
"id": "d85dae25-3728-46a0-980b-46171ba50cdd",
|
1703
|
+
"name": "aes-generated",
|
1704
|
+
"providerId": "aes-generated",
|
1705
|
+
"subComponents": {},
|
1706
|
+
"config": {
|
1707
|
+
"kid": ["1c1d0c8a-6f0b-48a9-a66f-488489137d85"],
|
1708
|
+
"secret": ["N4wzheVYYBWxFn9VGWTPQQ"],
|
1709
|
+
"priority": ["100"]
|
1710
|
+
}
|
1711
|
+
},
|
1712
|
+
{
|
1713
|
+
"id": "8c3bb039-6f5b-4bdc-9faa-e0f6038d9e6b",
|
1714
|
+
"name": "hmac-generated-hs512",
|
1715
|
+
"providerId": "hmac-generated",
|
1716
|
+
"subComponents": {},
|
1717
|
+
"config": {
|
1718
|
+
"kid": ["ce43821c-6cfd-4ea9-a29a-a724a37e6955"],
|
1719
|
+
"secret": [
|
1720
|
+
"j_8WeQHYt5R6coay0IOUeu9hGvCoJsgnENSoYm0gDlDx6IHOg-f6p17QIaesNmgrzXtJDRpYMhSjpTMHOnHCHLxwUM4eVg9TcszffndB850Yj3PHPeCc5aoHcpYzWN9NDZZ02nBYA04nfbkdlLXiGlpS3I3e502e4DX3rFtbFZ0"
|
1721
|
+
],
|
1722
|
+
"priority": ["100"],
|
1723
|
+
"algorithm": ["HS512"]
|
1724
|
+
}
|
1725
|
+
}
|
1726
|
+
]
|
1727
|
+
},
|
1728
|
+
"internationalizationEnabled": true,
|
1729
|
+
"supportedLocales": ["en", "fr", "es"],
|
1730
|
+
"defaultLocale": "en",
|
1731
|
+
"authenticationFlows": [
|
1732
|
+
{
|
1733
|
+
"id": "0e1abbbe-40e3-4754-9fe2-8a7d1f82354e",
|
1734
|
+
"alias": "Account verification options",
|
1735
|
+
"description": "Method with which to verity the existing account",
|
1736
|
+
"providerId": "basic-flow",
|
1737
|
+
"topLevel": false,
|
1738
|
+
"builtIn": true,
|
1739
|
+
"authenticationExecutions": [
|
1740
|
+
{
|
1741
|
+
"authenticator": "idp-email-verification",
|
1742
|
+
"authenticatorFlow": false,
|
1743
|
+
"requirement": "ALTERNATIVE",
|
1744
|
+
"priority": 10,
|
1745
|
+
"autheticatorFlow": false,
|
1746
|
+
"userSetupAllowed": false
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
"authenticatorFlow": true,
|
1750
|
+
"requirement": "ALTERNATIVE",
|
1751
|
+
"priority": 20,
|
1752
|
+
"autheticatorFlow": true,
|
1753
|
+
"flowAlias": "Verify Existing Account by Re-authentication",
|
1754
|
+
"userSetupAllowed": false
|
1755
|
+
}
|
1756
|
+
]
|
1757
|
+
},
|
1758
|
+
{
|
1759
|
+
"id": "f279cc4d-ebed-4390-a5d4-0cbb6dd662ae",
|
1760
|
+
"alias": "Browser - Conditional OTP",
|
1761
|
+
"description": "Flow to determine if the OTP is required for the authentication",
|
1762
|
+
"providerId": "basic-flow",
|
1763
|
+
"topLevel": false,
|
1764
|
+
"builtIn": true,
|
1765
|
+
"authenticationExecutions": [
|
1766
|
+
{
|
1767
|
+
"authenticator": "conditional-user-configured",
|
1768
|
+
"authenticatorFlow": false,
|
1769
|
+
"requirement": "REQUIRED",
|
1770
|
+
"priority": 10,
|
1771
|
+
"autheticatorFlow": false,
|
1772
|
+
"userSetupAllowed": false
|
1773
|
+
},
|
1774
|
+
{
|
1775
|
+
"authenticator": "auth-otp-form",
|
1776
|
+
"authenticatorFlow": false,
|
1777
|
+
"requirement": "REQUIRED",
|
1778
|
+
"priority": 20,
|
1779
|
+
"autheticatorFlow": false,
|
1780
|
+
"userSetupAllowed": false
|
1781
|
+
}
|
1782
|
+
]
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
"id": "6926f455-0fd0-4ac6-9fc1-333b86c4150f",
|
1786
|
+
"alias": "Direct Grant - Conditional OTP",
|
1787
|
+
"description": "Flow to determine if the OTP is required for the authentication",
|
1788
|
+
"providerId": "basic-flow",
|
1789
|
+
"topLevel": false,
|
1790
|
+
"builtIn": true,
|
1791
|
+
"authenticationExecutions": [
|
1792
|
+
{
|
1793
|
+
"authenticator": "conditional-user-configured",
|
1794
|
+
"authenticatorFlow": false,
|
1795
|
+
"requirement": "REQUIRED",
|
1796
|
+
"priority": 10,
|
1797
|
+
"autheticatorFlow": false,
|
1798
|
+
"userSetupAllowed": false
|
1799
|
+
},
|
1800
|
+
{
|
1801
|
+
"authenticator": "direct-grant-validate-otp",
|
1802
|
+
"authenticatorFlow": false,
|
1803
|
+
"requirement": "REQUIRED",
|
1804
|
+
"priority": 20,
|
1805
|
+
"autheticatorFlow": false,
|
1806
|
+
"userSetupAllowed": false
|
1807
|
+
}
|
1808
|
+
]
|
1809
|
+
},
|
1810
|
+
{
|
1811
|
+
"id": "b11840e7-21ec-4200-bf3c-c7853646a908",
|
1812
|
+
"alias": "First broker login - Conditional OTP",
|
1813
|
+
"description": "Flow to determine if the OTP is required for the authentication",
|
1814
|
+
"providerId": "basic-flow",
|
1815
|
+
"topLevel": false,
|
1816
|
+
"builtIn": true,
|
1817
|
+
"authenticationExecutions": [
|
1818
|
+
{
|
1819
|
+
"authenticator": "conditional-user-configured",
|
1820
|
+
"authenticatorFlow": false,
|
1821
|
+
"requirement": "REQUIRED",
|
1822
|
+
"priority": 10,
|
1823
|
+
"autheticatorFlow": false,
|
1824
|
+
"userSetupAllowed": false
|
1825
|
+
},
|
1826
|
+
{
|
1827
|
+
"authenticator": "auth-otp-form",
|
1828
|
+
"authenticatorFlow": false,
|
1829
|
+
"requirement": "REQUIRED",
|
1830
|
+
"priority": 20,
|
1831
|
+
"autheticatorFlow": false,
|
1832
|
+
"userSetupAllowed": false
|
1833
|
+
}
|
1834
|
+
]
|
1835
|
+
},
|
1836
|
+
{
|
1837
|
+
"id": "615b4d0e-e71e-4c96-aed3-b03b34b61808",
|
1838
|
+
"alias": "Handle Existing Account",
|
1839
|
+
"description": "Handle what to do if there is existing account with same email/username like authenticated identity provider",
|
1840
|
+
"providerId": "basic-flow",
|
1841
|
+
"topLevel": false,
|
1842
|
+
"builtIn": true,
|
1843
|
+
"authenticationExecutions": [
|
1844
|
+
{
|
1845
|
+
"authenticator": "idp-confirm-link",
|
1846
|
+
"authenticatorFlow": false,
|
1847
|
+
"requirement": "REQUIRED",
|
1848
|
+
"priority": 10,
|
1849
|
+
"autheticatorFlow": false,
|
1850
|
+
"userSetupAllowed": false
|
1851
|
+
},
|
1852
|
+
{
|
1853
|
+
"authenticatorFlow": true,
|
1854
|
+
"requirement": "REQUIRED",
|
1855
|
+
"priority": 20,
|
1856
|
+
"autheticatorFlow": true,
|
1857
|
+
"flowAlias": "Account verification options",
|
1858
|
+
"userSetupAllowed": false
|
1859
|
+
}
|
1860
|
+
]
|
1861
|
+
},
|
1862
|
+
{
|
1863
|
+
"id": "36958ec5-62d7-4d51-8b30-7a6709476aec",
|
1864
|
+
"alias": "Reset - Conditional OTP",
|
1865
|
+
"description": "Flow to determine if the OTP should be reset or not. Set to REQUIRED to force.",
|
1866
|
+
"providerId": "basic-flow",
|
1867
|
+
"topLevel": false,
|
1868
|
+
"builtIn": true,
|
1869
|
+
"authenticationExecutions": [
|
1870
|
+
{
|
1871
|
+
"authenticator": "conditional-user-configured",
|
1872
|
+
"authenticatorFlow": false,
|
1873
|
+
"requirement": "REQUIRED",
|
1874
|
+
"priority": 10,
|
1875
|
+
"autheticatorFlow": false,
|
1876
|
+
"userSetupAllowed": false
|
1877
|
+
},
|
1878
|
+
{
|
1879
|
+
"authenticator": "reset-otp",
|
1880
|
+
"authenticatorFlow": false,
|
1881
|
+
"requirement": "REQUIRED",
|
1882
|
+
"priority": 20,
|
1883
|
+
"autheticatorFlow": false,
|
1884
|
+
"userSetupAllowed": false
|
1885
|
+
}
|
1886
|
+
]
|
1887
|
+
},
|
1888
|
+
{
|
1889
|
+
"id": "aa4a7ac2-ec63-48ea-a70f-b3f18992b99a",
|
1890
|
+
"alias": "User creation or linking",
|
1891
|
+
"description": "Flow for the existing/non-existing user alternatives",
|
1892
|
+
"providerId": "basic-flow",
|
1893
|
+
"topLevel": false,
|
1894
|
+
"builtIn": true,
|
1895
|
+
"authenticationExecutions": [
|
1896
|
+
{
|
1897
|
+
"authenticatorConfig": "create unique user config",
|
1898
|
+
"authenticator": "idp-create-user-if-unique",
|
1899
|
+
"authenticatorFlow": false,
|
1900
|
+
"requirement": "ALTERNATIVE",
|
1901
|
+
"priority": 10,
|
1902
|
+
"autheticatorFlow": false,
|
1903
|
+
"userSetupAllowed": false
|
1904
|
+
},
|
1905
|
+
{
|
1906
|
+
"authenticatorFlow": true,
|
1907
|
+
"requirement": "ALTERNATIVE",
|
1908
|
+
"priority": 20,
|
1909
|
+
"autheticatorFlow": true,
|
1910
|
+
"flowAlias": "Handle Existing Account",
|
1911
|
+
"userSetupAllowed": false
|
1912
|
+
}
|
1913
|
+
]
|
1914
|
+
},
|
1915
|
+
{
|
1916
|
+
"id": "dafdfc68-72eb-49b2-a8f4-495ee25fba21",
|
1917
|
+
"alias": "Verify Existing Account by Re-authentication",
|
1918
|
+
"description": "Reauthentication of existing account",
|
1919
|
+
"providerId": "basic-flow",
|
1920
|
+
"topLevel": false,
|
1921
|
+
"builtIn": true,
|
1922
|
+
"authenticationExecutions": [
|
1923
|
+
{
|
1924
|
+
"authenticator": "idp-username-password-form",
|
1925
|
+
"authenticatorFlow": false,
|
1926
|
+
"requirement": "REQUIRED",
|
1927
|
+
"priority": 10,
|
1928
|
+
"autheticatorFlow": false,
|
1929
|
+
"userSetupAllowed": false
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"authenticatorFlow": true,
|
1933
|
+
"requirement": "CONDITIONAL",
|
1934
|
+
"priority": 20,
|
1935
|
+
"autheticatorFlow": true,
|
1936
|
+
"flowAlias": "First broker login - Conditional OTP",
|
1937
|
+
"userSetupAllowed": false
|
1938
|
+
}
|
1939
|
+
]
|
1940
|
+
},
|
1941
|
+
{
|
1942
|
+
"id": "6a39b6db-c81e-4de4-92a8-a9e504593f2e",
|
1943
|
+
"alias": "browser",
|
1944
|
+
"description": "browser based authentication",
|
1945
|
+
"providerId": "basic-flow",
|
1946
|
+
"topLevel": true,
|
1947
|
+
"builtIn": true,
|
1948
|
+
"authenticationExecutions": [
|
1949
|
+
{
|
1950
|
+
"authenticator": "auth-cookie",
|
1951
|
+
"authenticatorFlow": false,
|
1952
|
+
"requirement": "ALTERNATIVE",
|
1953
|
+
"priority": 10,
|
1954
|
+
"autheticatorFlow": false,
|
1955
|
+
"userSetupAllowed": false
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
"authenticator": "auth-spnego",
|
1959
|
+
"authenticatorFlow": false,
|
1960
|
+
"requirement": "DISABLED",
|
1961
|
+
"priority": 20,
|
1962
|
+
"autheticatorFlow": false,
|
1963
|
+
"userSetupAllowed": false
|
1964
|
+
},
|
1965
|
+
{
|
1966
|
+
"authenticator": "identity-provider-redirector",
|
1967
|
+
"authenticatorFlow": false,
|
1968
|
+
"requirement": "ALTERNATIVE",
|
1969
|
+
"priority": 25,
|
1970
|
+
"autheticatorFlow": false,
|
1971
|
+
"userSetupAllowed": false
|
1972
|
+
},
|
1973
|
+
{
|
1974
|
+
"authenticatorFlow": true,
|
1975
|
+
"requirement": "ALTERNATIVE",
|
1976
|
+
"priority": 30,
|
1977
|
+
"autheticatorFlow": true,
|
1978
|
+
"flowAlias": "forms",
|
1979
|
+
"userSetupAllowed": false
|
1980
|
+
}
|
1981
|
+
]
|
1982
|
+
},
|
1983
|
+
{
|
1984
|
+
"id": "6fa840df-bc04-4045-9e33-8901d183b165",
|
1985
|
+
"alias": "clients",
|
1986
|
+
"description": "Base authentication for clients",
|
1987
|
+
"providerId": "client-flow",
|
1988
|
+
"topLevel": true,
|
1989
|
+
"builtIn": true,
|
1990
|
+
"authenticationExecutions": [
|
1991
|
+
{
|
1992
|
+
"authenticator": "client-secret",
|
1993
|
+
"authenticatorFlow": false,
|
1994
|
+
"requirement": "ALTERNATIVE",
|
1995
|
+
"priority": 10,
|
1996
|
+
"autheticatorFlow": false,
|
1997
|
+
"userSetupAllowed": false
|
1998
|
+
},
|
1999
|
+
{
|
2000
|
+
"authenticator": "client-jwt",
|
2001
|
+
"authenticatorFlow": false,
|
2002
|
+
"requirement": "ALTERNATIVE",
|
2003
|
+
"priority": 20,
|
2004
|
+
"autheticatorFlow": false,
|
2005
|
+
"userSetupAllowed": false
|
2006
|
+
},
|
2007
|
+
{
|
2008
|
+
"authenticator": "client-secret-jwt",
|
2009
|
+
"authenticatorFlow": false,
|
2010
|
+
"requirement": "ALTERNATIVE",
|
2011
|
+
"priority": 30,
|
2012
|
+
"autheticatorFlow": false,
|
2013
|
+
"userSetupAllowed": false
|
2014
|
+
},
|
2015
|
+
{
|
2016
|
+
"authenticator": "client-x509",
|
2017
|
+
"authenticatorFlow": false,
|
2018
|
+
"requirement": "ALTERNATIVE",
|
2019
|
+
"priority": 40,
|
2020
|
+
"autheticatorFlow": false,
|
2021
|
+
"userSetupAllowed": false
|
2022
|
+
}
|
2023
|
+
]
|
2024
|
+
},
|
2025
|
+
{
|
2026
|
+
"id": "4aa24ca0-ad09-4f30-806b-4c699724d731",
|
2027
|
+
"alias": "direct grant",
|
2028
|
+
"description": "OpenID Connect Resource Owner Grant",
|
2029
|
+
"providerId": "basic-flow",
|
2030
|
+
"topLevel": true,
|
2031
|
+
"builtIn": true,
|
2032
|
+
"authenticationExecutions": [
|
2033
|
+
{
|
2034
|
+
"authenticator": "direct-grant-validate-username",
|
2035
|
+
"authenticatorFlow": false,
|
2036
|
+
"requirement": "REQUIRED",
|
2037
|
+
"priority": 10,
|
2038
|
+
"autheticatorFlow": false,
|
2039
|
+
"userSetupAllowed": false
|
2040
|
+
},
|
2041
|
+
{
|
2042
|
+
"authenticator": "direct-grant-validate-password",
|
2043
|
+
"authenticatorFlow": false,
|
2044
|
+
"requirement": "REQUIRED",
|
2045
|
+
"priority": 20,
|
2046
|
+
"autheticatorFlow": false,
|
2047
|
+
"userSetupAllowed": false
|
2048
|
+
},
|
2049
|
+
{
|
2050
|
+
"authenticatorFlow": true,
|
2051
|
+
"requirement": "CONDITIONAL",
|
2052
|
+
"priority": 30,
|
2053
|
+
"autheticatorFlow": true,
|
2054
|
+
"flowAlias": "Direct Grant - Conditional OTP",
|
2055
|
+
"userSetupAllowed": false
|
2056
|
+
}
|
2057
|
+
]
|
2058
|
+
},
|
2059
|
+
{
|
2060
|
+
"id": "0a914ba4-f662-4b85-af64-74738a222b7f",
|
2061
|
+
"alias": "docker auth",
|
2062
|
+
"description": "Used by Docker clients to authenticate against the IDP",
|
2063
|
+
"providerId": "basic-flow",
|
2064
|
+
"topLevel": true,
|
2065
|
+
"builtIn": true,
|
2066
|
+
"authenticationExecutions": [
|
2067
|
+
{
|
2068
|
+
"authenticator": "docker-http-basic-authenticator",
|
2069
|
+
"authenticatorFlow": false,
|
2070
|
+
"requirement": "REQUIRED",
|
2071
|
+
"priority": 10,
|
2072
|
+
"autheticatorFlow": false,
|
2073
|
+
"userSetupAllowed": false
|
2074
|
+
}
|
2075
|
+
]
|
2076
|
+
},
|
2077
|
+
{
|
2078
|
+
"id": "9b40f15f-b690-4fe2-9fe8-07e77d965297",
|
2079
|
+
"alias": "first broker login",
|
2080
|
+
"description": "Actions taken after first broker login with identity provider account, which is not yet linked to any Keycloak account",
|
2081
|
+
"providerId": "basic-flow",
|
2082
|
+
"topLevel": true,
|
2083
|
+
"builtIn": true,
|
2084
|
+
"authenticationExecutions": [
|
2085
|
+
{
|
2086
|
+
"authenticatorConfig": "review profile config",
|
2087
|
+
"authenticator": "idp-review-profile",
|
2088
|
+
"authenticatorFlow": false,
|
2089
|
+
"requirement": "REQUIRED",
|
2090
|
+
"priority": 10,
|
2091
|
+
"autheticatorFlow": false,
|
2092
|
+
"userSetupAllowed": false
|
2093
|
+
},
|
2094
|
+
{
|
2095
|
+
"authenticatorFlow": true,
|
2096
|
+
"requirement": "REQUIRED",
|
2097
|
+
"priority": 20,
|
2098
|
+
"autheticatorFlow": true,
|
2099
|
+
"flowAlias": "User creation or linking",
|
2100
|
+
"userSetupAllowed": false
|
2101
|
+
}
|
2102
|
+
]
|
2103
|
+
},
|
2104
|
+
{
|
2105
|
+
"id": "c8a9848f-8dd8-4e13-b521-0a537d92ec36",
|
2106
|
+
"alias": "forms",
|
2107
|
+
"description": "Username, password, otp and other auth forms.",
|
2108
|
+
"providerId": "basic-flow",
|
2109
|
+
"topLevel": false,
|
2110
|
+
"builtIn": true,
|
2111
|
+
"authenticationExecutions": [
|
2112
|
+
{
|
2113
|
+
"authenticator": "auth-username-password-form",
|
2114
|
+
"authenticatorFlow": false,
|
2115
|
+
"requirement": "REQUIRED",
|
2116
|
+
"priority": 10,
|
2117
|
+
"autheticatorFlow": false,
|
2118
|
+
"userSetupAllowed": false
|
2119
|
+
},
|
2120
|
+
{
|
2121
|
+
"authenticatorFlow": true,
|
2122
|
+
"requirement": "CONDITIONAL",
|
2123
|
+
"priority": 20,
|
2124
|
+
"autheticatorFlow": true,
|
2125
|
+
"flowAlias": "Browser - Conditional OTP",
|
2126
|
+
"userSetupAllowed": false
|
2127
|
+
}
|
2128
|
+
]
|
2129
|
+
},
|
2130
|
+
{
|
2131
|
+
"id": "603957f8-b0a5-4885-aafd-e2757e431954",
|
2132
|
+
"alias": "registration",
|
2133
|
+
"description": "registration flow",
|
2134
|
+
"providerId": "basic-flow",
|
2135
|
+
"topLevel": true,
|
2136
|
+
"builtIn": true,
|
2137
|
+
"authenticationExecutions": [
|
2138
|
+
{
|
2139
|
+
"authenticator": "registration-page-form",
|
2140
|
+
"authenticatorFlow": true,
|
2141
|
+
"requirement": "REQUIRED",
|
2142
|
+
"priority": 10,
|
2143
|
+
"autheticatorFlow": true,
|
2144
|
+
"flowAlias": "registration form",
|
2145
|
+
"userSetupAllowed": false
|
2146
|
+
}
|
2147
|
+
]
|
2148
|
+
},
|
2149
|
+
{
|
2150
|
+
"id": "f41632f9-7fad-427d-ae7a-78ac9b1f51d0",
|
2151
|
+
"alias": "registration form",
|
2152
|
+
"description": "registration form",
|
2153
|
+
"providerId": "form-flow",
|
2154
|
+
"topLevel": false,
|
2155
|
+
"builtIn": true,
|
2156
|
+
"authenticationExecutions": [
|
2157
|
+
{
|
2158
|
+
"authenticator": "registration-user-creation",
|
2159
|
+
"authenticatorFlow": false,
|
2160
|
+
"requirement": "REQUIRED",
|
2161
|
+
"priority": 20,
|
2162
|
+
"autheticatorFlow": false,
|
2163
|
+
"userSetupAllowed": false
|
2164
|
+
},
|
2165
|
+
{
|
2166
|
+
"authenticator": "registration-password-action",
|
2167
|
+
"authenticatorFlow": false,
|
2168
|
+
"requirement": "REQUIRED",
|
2169
|
+
"priority": 50,
|
2170
|
+
"autheticatorFlow": false,
|
2171
|
+
"userSetupAllowed": false
|
2172
|
+
},
|
2173
|
+
{
|
2174
|
+
"authenticator": "registration-recaptcha-action",
|
2175
|
+
"authenticatorFlow": false,
|
2176
|
+
"requirement": "DISABLED",
|
2177
|
+
"priority": 60,
|
2178
|
+
"autheticatorFlow": false,
|
2179
|
+
"userSetupAllowed": false
|
2180
|
+
},
|
2181
|
+
{
|
2182
|
+
"authenticator": "registration-terms-and-conditions",
|
2183
|
+
"authenticatorFlow": false,
|
2184
|
+
"requirement": "DISABLED",
|
2185
|
+
"priority": 70,
|
2186
|
+
"autheticatorFlow": false,
|
2187
|
+
"userSetupAllowed": false
|
2188
|
+
}
|
2189
|
+
]
|
2190
|
+
},
|
2191
|
+
{
|
2192
|
+
"id": "27a133ca-e05e-4c93-a3b7-ffe14b4e62ec",
|
2193
|
+
"alias": "reset credentials",
|
2194
|
+
"description": "Reset credentials for a user if they forgot their password or something",
|
2195
|
+
"providerId": "basic-flow",
|
2196
|
+
"topLevel": true,
|
2197
|
+
"builtIn": true,
|
2198
|
+
"authenticationExecutions": [
|
2199
|
+
{
|
2200
|
+
"authenticator": "reset-credentials-choose-user",
|
2201
|
+
"authenticatorFlow": false,
|
2202
|
+
"requirement": "REQUIRED",
|
2203
|
+
"priority": 10,
|
2204
|
+
"autheticatorFlow": false,
|
2205
|
+
"userSetupAllowed": false
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"authenticator": "reset-credential-email",
|
2209
|
+
"authenticatorFlow": false,
|
2210
|
+
"requirement": "REQUIRED",
|
2211
|
+
"priority": 20,
|
2212
|
+
"autheticatorFlow": false,
|
2213
|
+
"userSetupAllowed": false
|
2214
|
+
},
|
2215
|
+
{
|
2216
|
+
"authenticator": "reset-password",
|
2217
|
+
"authenticatorFlow": false,
|
2218
|
+
"requirement": "REQUIRED",
|
2219
|
+
"priority": 30,
|
2220
|
+
"autheticatorFlow": false,
|
2221
|
+
"userSetupAllowed": false
|
2222
|
+
},
|
2223
|
+
{
|
2224
|
+
"authenticatorFlow": true,
|
2225
|
+
"requirement": "CONDITIONAL",
|
2226
|
+
"priority": 40,
|
2227
|
+
"autheticatorFlow": true,
|
2228
|
+
"flowAlias": "Reset - Conditional OTP",
|
2229
|
+
"userSetupAllowed": false
|
2230
|
+
}
|
2231
|
+
]
|
2232
|
+
},
|
2233
|
+
{
|
2234
|
+
"id": "06cd7382-4944-4499-94dc-9908544e291b",
|
2235
|
+
"alias": "saml ecp",
|
2236
|
+
"description": "SAML ECP Profile Authentication Flow",
|
2237
|
+
"providerId": "basic-flow",
|
2238
|
+
"topLevel": true,
|
2239
|
+
"builtIn": true,
|
2240
|
+
"authenticationExecutions": [
|
2241
|
+
{
|
2242
|
+
"authenticator": "http-basic-authenticator",
|
2243
|
+
"authenticatorFlow": false,
|
2244
|
+
"requirement": "REQUIRED",
|
2245
|
+
"priority": 10,
|
2246
|
+
"autheticatorFlow": false,
|
2247
|
+
"userSetupAllowed": false
|
2248
|
+
}
|
2249
|
+
]
|
2250
|
+
}
|
2251
|
+
],
|
2252
|
+
"authenticatorConfig": [
|
2253
|
+
{
|
2254
|
+
"id": "5f953def-6f7c-430f-a33f-440ec2d2dddd",
|
2255
|
+
"alias": "create unique user config",
|
2256
|
+
"config": {
|
2257
|
+
"require.password.update.after.registration": "false"
|
2258
|
+
}
|
2259
|
+
},
|
2260
|
+
{
|
2261
|
+
"id": "b3dad9a1-5b82-4e91-a250-157a45694e24",
|
2262
|
+
"alias": "review profile config",
|
2263
|
+
"config": {
|
2264
|
+
"update.profile.on.first.login": "missing"
|
2265
|
+
}
|
2266
|
+
}
|
2267
|
+
],
|
2268
|
+
"requiredActions": [
|
2269
|
+
{
|
2270
|
+
"alias": "CONFIGURE_TOTP",
|
2271
|
+
"name": "Configure OTP",
|
2272
|
+
"providerId": "CONFIGURE_TOTP",
|
2273
|
+
"enabled": true,
|
2274
|
+
"defaultAction": false,
|
2275
|
+
"priority": 10,
|
2276
|
+
"config": {}
|
2277
|
+
},
|
2278
|
+
{
|
2279
|
+
"alias": "TERMS_AND_CONDITIONS",
|
2280
|
+
"name": "Terms and Conditions",
|
2281
|
+
"providerId": "TERMS_AND_CONDITIONS",
|
2282
|
+
"enabled": true,
|
2283
|
+
"defaultAction": true,
|
2284
|
+
"priority": 20,
|
2285
|
+
"config": {}
|
2286
|
+
},
|
2287
|
+
{
|
2288
|
+
"alias": "UPDATE_PASSWORD",
|
2289
|
+
"name": "Update Password",
|
2290
|
+
"providerId": "UPDATE_PASSWORD",
|
2291
|
+
"enabled": true,
|
2292
|
+
"defaultAction": false,
|
2293
|
+
"priority": 30,
|
2294
|
+
"config": {}
|
2295
|
+
},
|
2296
|
+
{
|
2297
|
+
"alias": "UPDATE_PROFILE",
|
2298
|
+
"name": "Update Profile",
|
2299
|
+
"providerId": "UPDATE_PROFILE",
|
2300
|
+
"enabled": true,
|
2301
|
+
"defaultAction": false,
|
2302
|
+
"priority": 40,
|
2303
|
+
"config": {}
|
2304
|
+
},
|
2305
|
+
{
|
2306
|
+
"alias": "VERIFY_EMAIL",
|
2307
|
+
"name": "Verify Email",
|
2308
|
+
"providerId": "VERIFY_EMAIL",
|
2309
|
+
"enabled": true,
|
2310
|
+
"defaultAction": false,
|
2311
|
+
"priority": 50,
|
2312
|
+
"config": {}
|
2313
|
+
},
|
2314
|
+
{
|
2315
|
+
"alias": "delete_account",
|
2316
|
+
"name": "Delete Account",
|
2317
|
+
"providerId": "delete_account",
|
2318
|
+
"enabled": true,
|
2319
|
+
"defaultAction": false,
|
2320
|
+
"priority": 60,
|
2321
|
+
"config": {}
|
2322
|
+
},
|
2323
|
+
{
|
2324
|
+
"alias": "webauthn-register",
|
2325
|
+
"name": "Webauthn Register",
|
2326
|
+
"providerId": "webauthn-register",
|
2327
|
+
"enabled": true,
|
2328
|
+
"defaultAction": false,
|
2329
|
+
"priority": 70,
|
2330
|
+
"config": {}
|
2331
|
+
},
|
2332
|
+
{
|
2333
|
+
"alias": "webauthn-register-passwordless",
|
2334
|
+
"name": "Webauthn Register Passwordless",
|
2335
|
+
"providerId": "webauthn-register-passwordless",
|
2336
|
+
"enabled": true,
|
2337
|
+
"defaultAction": false,
|
2338
|
+
"priority": 80,
|
2339
|
+
"config": {}
|
2340
|
+
},
|
2341
|
+
{
|
2342
|
+
"alias": "VERIFY_PROFILE",
|
2343
|
+
"name": "Verify Profile",
|
2344
|
+
"providerId": "VERIFY_PROFILE",
|
2345
|
+
"enabled": true,
|
2346
|
+
"defaultAction": false,
|
2347
|
+
"priority": 90,
|
2348
|
+
"config": {}
|
2349
|
+
},
|
2350
|
+
{
|
2351
|
+
"alias": "delete_credential",
|
2352
|
+
"name": "Delete Credential",
|
2353
|
+
"providerId": "delete_credential",
|
2354
|
+
"enabled": true,
|
2355
|
+
"defaultAction": false,
|
2356
|
+
"priority": 100,
|
2357
|
+
"config": {}
|
2358
|
+
},
|
2359
|
+
{
|
2360
|
+
"alias": "update_user_locale",
|
2361
|
+
"name": "Update User Locale",
|
2362
|
+
"providerId": "update_user_locale",
|
2363
|
+
"enabled": true,
|
2364
|
+
"defaultAction": false,
|
2365
|
+
"priority": 1000,
|
2366
|
+
"config": {}
|
2367
|
+
}
|
2368
|
+
],
|
2369
|
+
"browserFlow": "browser",
|
2370
|
+
"registrationFlow": "registration",
|
2371
|
+
"directGrantFlow": "direct grant",
|
2372
|
+
"resetCredentialsFlow": "reset credentials",
|
2373
|
+
"clientAuthenticationFlow": "clients",
|
2374
|
+
"dockerAuthenticationFlow": "docker auth",
|
2375
|
+
"firstBrokerLoginFlow": "first broker login",
|
2376
|
+
"attributes": {
|
2377
|
+
"cibaBackchannelTokenDeliveryMode": "poll",
|
2378
|
+
"cibaAuthRequestedUserHint": "login_hint",
|
2379
|
+
"clientOfflineSessionMaxLifespan": "0",
|
2380
|
+
"oauth2DevicePollingInterval": "5",
|
2381
|
+
"clientSessionIdleTimeout": "0",
|
2382
|
+
"clientOfflineSessionIdleTimeout": "0",
|
2383
|
+
"cibaInterval": "5",
|
2384
|
+
"realmReusableOtpCode": "false",
|
2385
|
+
"cibaExpiresIn": "120",
|
2386
|
+
"oauth2DeviceCodeLifespan": "600",
|
2387
|
+
"parRequestUriLifespan": "60",
|
2388
|
+
"clientSessionMaxLifespan": "0",
|
2389
|
+
"organizationsEnabled": "false"
|
2390
|
+
},
|
2391
|
+
"keycloakVersion": "25.0.0",
|
2392
|
+
"userManagedAccessAllowed": false,
|
2393
|
+
"organizationsEnabled": false,
|
2394
|
+
"clientProfiles": {
|
2395
|
+
"profiles": []
|
2396
|
+
},
|
2397
|
+
"clientPolicies": {
|
2398
|
+
"policies": []
|
2399
|
+
}
|
2400
|
+
}
|