keycloakify 10.0.0-rc.8 → 10.0.0-rc.80

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.
Files changed (824) hide show
  1. package/PUBLIC_URL.d.ts +1 -1
  2. package/PUBLIC_URL.js +3 -3
  3. package/PUBLIC_URL.js.map +1 -1
  4. package/README.md +2 -3
  5. package/account/DefaultPage.d.ts +5 -0
  6. package/account/{Fallback.js → DefaultPage.js} +3 -3
  7. package/account/DefaultPage.js.map +1 -0
  8. package/account/{kcContext → KcContext}/KcContext.d.ts +13 -0
  9. package/account/KcContext/KcContext.js.map +1 -0
  10. package/account/KcContext/getKcContextMock.d.ts +24 -0
  11. package/account/KcContext/getKcContextMock.js +28 -0
  12. package/account/KcContext/getKcContextMock.js.map +1 -0
  13. package/account/KcContext/index.d.ts +2 -0
  14. package/account/KcContext/index.js +2 -0
  15. package/account/KcContext/index.js.map +1 -0
  16. package/account/{kcContext → KcContext}/kcContextMocks.d.ts +1 -1
  17. package/account/KcContext/kcContextMocks.js +143 -0
  18. package/account/KcContext/kcContextMocks.js.map +1 -0
  19. package/account/Template.d.ts +2 -2
  20. package/account/Template.js +12 -12
  21. package/account/Template.js.map +1 -1
  22. package/account/TemplateProps.d.ts +3 -5
  23. package/account/i18n/baseMessages/ar.d.ts +2 -0
  24. package/account/i18n/baseMessages/ar.js +3 -1
  25. package/account/i18n/baseMessages/ar.js.map +1 -1
  26. package/account/i18n/baseMessages/ca.d.ts +2 -0
  27. package/account/i18n/baseMessages/ca.js +3 -1
  28. package/account/i18n/baseMessages/ca.js.map +1 -1
  29. package/account/i18n/baseMessages/cs.d.ts +2 -0
  30. package/account/i18n/baseMessages/cs.js +3 -1
  31. package/account/i18n/baseMessages/cs.js.map +1 -1
  32. package/account/i18n/baseMessages/da.d.ts +2 -0
  33. package/account/i18n/baseMessages/da.js +3 -1
  34. package/account/i18n/baseMessages/da.js.map +1 -1
  35. package/account/i18n/baseMessages/de.d.ts +2 -0
  36. package/account/i18n/baseMessages/de.js +3 -1
  37. package/account/i18n/baseMessages/de.js.map +1 -1
  38. package/account/i18n/baseMessages/el.d.ts +2 -0
  39. package/account/i18n/baseMessages/el.js +3 -1
  40. package/account/i18n/baseMessages/el.js.map +1 -1
  41. package/account/i18n/baseMessages/en.d.ts +2 -0
  42. package/account/i18n/baseMessages/en.js +3 -1
  43. package/account/i18n/baseMessages/en.js.map +1 -1
  44. package/account/i18n/baseMessages/es.d.ts +2 -0
  45. package/account/i18n/baseMessages/es.js +3 -1
  46. package/account/i18n/baseMessages/es.js.map +1 -1
  47. package/account/i18n/baseMessages/fa.d.ts +2 -0
  48. package/account/i18n/baseMessages/fa.js +3 -1
  49. package/account/i18n/baseMessages/fa.js.map +1 -1
  50. package/account/i18n/baseMessages/fi.d.ts +2 -0
  51. package/account/i18n/baseMessages/fi.js +3 -1
  52. package/account/i18n/baseMessages/fi.js.map +1 -1
  53. package/account/i18n/baseMessages/fr.d.ts +2 -0
  54. package/account/i18n/baseMessages/fr.js +3 -1
  55. package/account/i18n/baseMessages/fr.js.map +1 -1
  56. package/account/i18n/baseMessages/hu.d.ts +2 -0
  57. package/account/i18n/baseMessages/hu.js +3 -1
  58. package/account/i18n/baseMessages/hu.js.map +1 -1
  59. package/account/i18n/baseMessages/index.d.ts +18 -0
  60. package/account/i18n/baseMessages/index.js.map +1 -1
  61. package/account/i18n/baseMessages/it.d.ts +2 -0
  62. package/account/i18n/baseMessages/it.js +3 -1
  63. package/account/i18n/baseMessages/it.js.map +1 -1
  64. package/account/i18n/baseMessages/ja.d.ts +2 -0
  65. package/account/i18n/baseMessages/ja.js +3 -1
  66. package/account/i18n/baseMessages/ja.js.map +1 -1
  67. package/account/i18n/baseMessages/lt.d.ts +2 -0
  68. package/account/i18n/baseMessages/lt.js +3 -1
  69. package/account/i18n/baseMessages/lt.js.map +1 -1
  70. package/account/i18n/baseMessages/lv.d.ts +2 -0
  71. package/account/i18n/baseMessages/lv.js +3 -1
  72. package/account/i18n/baseMessages/lv.js.map +1 -1
  73. package/account/i18n/baseMessages/nl.d.ts +2 -0
  74. package/account/i18n/baseMessages/nl.js +3 -1
  75. package/account/i18n/baseMessages/nl.js.map +1 -1
  76. package/account/i18n/baseMessages/no.d.ts +2 -0
  77. package/account/i18n/baseMessages/no.js +3 -1
  78. package/account/i18n/baseMessages/no.js.map +1 -1
  79. package/account/i18n/baseMessages/pl.d.ts +2 -0
  80. package/account/i18n/baseMessages/pl.js +3 -1
  81. package/account/i18n/baseMessages/pl.js.map +1 -1
  82. package/account/i18n/baseMessages/pt-BR.d.ts +2 -0
  83. package/account/i18n/baseMessages/pt-BR.js +3 -1
  84. package/account/i18n/baseMessages/pt-BR.js.map +1 -1
  85. package/account/i18n/baseMessages/ru.d.ts +2 -0
  86. package/account/i18n/baseMessages/ru.js +3 -1
  87. package/account/i18n/baseMessages/ru.js.map +1 -1
  88. package/account/i18n/baseMessages/sk.d.ts +2 -0
  89. package/account/i18n/baseMessages/sk.js +3 -1
  90. package/account/i18n/baseMessages/sk.js.map +1 -1
  91. package/account/i18n/baseMessages/sv.d.ts +2 -0
  92. package/account/i18n/baseMessages/sv.js +3 -1
  93. package/account/i18n/baseMessages/sv.js.map +1 -1
  94. package/account/i18n/baseMessages/th.d.ts +2 -0
  95. package/account/i18n/baseMessages/th.js +3 -1
  96. package/account/i18n/baseMessages/th.js.map +1 -1
  97. package/account/i18n/baseMessages/tr.d.ts +2 -0
  98. package/account/i18n/baseMessages/tr.js +3 -1
  99. package/account/i18n/baseMessages/tr.js.map +1 -1
  100. package/account/i18n/baseMessages/uk.d.ts +2 -0
  101. package/account/i18n/baseMessages/uk.js +3 -1
  102. package/account/i18n/baseMessages/uk.js.map +1 -1
  103. package/account/i18n/baseMessages/zh-CN.d.ts +2 -0
  104. package/account/i18n/baseMessages/zh-CN.js +3 -1
  105. package/account/i18n/baseMessages/zh-CN.js.map +1 -1
  106. package/account/i18n/i18n.d.ts +34 -35
  107. package/account/i18n/i18n.js +116 -97
  108. package/account/i18n/i18n.js.map +1 -1
  109. package/account/i18n/index.d.ts +5 -1
  110. package/account/i18n/index.js +2 -1
  111. package/account/i18n/index.js.map +1 -1
  112. package/account/i18n/useI18n.d.ts +13 -0
  113. package/account/i18n/useI18n.js +26 -0
  114. package/account/i18n/useI18n.js.map +1 -0
  115. package/account/index.d.ts +3 -7
  116. package/account/index.js +1 -5
  117. package/account/index.js.map +1 -1
  118. package/account/lib/kcClsx.d.ts +9 -0
  119. package/account/lib/kcClsx.js +19 -0
  120. package/account/lib/kcClsx.js.map +1 -0
  121. package/account/pages/Account.d.ts +1 -1
  122. package/account/pages/Account.js +7 -6
  123. package/account/pages/Account.js.map +1 -1
  124. package/account/pages/Applications.d.ts +1 -1
  125. package/account/pages/Applications.js +7 -8
  126. package/account/pages/Applications.js.map +1 -1
  127. package/account/pages/FederatedIdentity.d.ts +3 -3
  128. package/account/pages/FederatedIdentity.js +1 -1
  129. package/account/pages/FederatedIdentity.js.map +1 -1
  130. package/account/pages/Log.d.ts +1 -1
  131. package/account/pages/Log.js +3 -3
  132. package/account/pages/Log.js.map +1 -1
  133. package/account/pages/PageProps.d.ts +4 -6
  134. package/account/pages/Password.d.ts +1 -1
  135. package/account/pages/Password.js +16 -13
  136. package/account/pages/Password.js.map +1 -1
  137. package/account/pages/Sessions.d.ts +1 -1
  138. package/account/pages/Sessions.js +3 -4
  139. package/account/pages/Sessions.js.map +1 -1
  140. package/account/pages/Totp.d.ts +1 -1
  141. package/account/pages/Totp.js +5 -10
  142. package/account/pages/Totp.js.map +1 -1
  143. package/bin/180.index.js +4664 -0
  144. package/bin/193.index.js +160 -0
  145. package/bin/266.index.js +806 -0
  146. package/bin/304.index.js +1108 -0
  147. package/bin/36.index.js +9980 -0
  148. package/bin/430.index.js +1349 -0
  149. package/bin/440.index.js +1455 -0
  150. package/bin/453.index.js +769 -0
  151. package/bin/456.index.js +6200 -0
  152. package/bin/490.index.js +75195 -0
  153. package/bin/525.index.js +41826 -0
  154. package/bin/526.index.js +973 -0
  155. package/bin/538.index.js +108 -0
  156. package/bin/720.index.js +243 -0
  157. package/bin/751.index.js +732 -0
  158. package/bin/837.index.js +794 -0
  159. package/bin/877.index.js +275 -0
  160. package/bin/932.index.js +269 -0
  161. package/bin/97.index.js +676 -0
  162. package/bin/main.js +7679 -146380
  163. package/bin/shared/KeycloakVersionRange.d.ts +5 -0
  164. package/bin/shared/KeycloakVersionRange.js.map +1 -0
  165. package/bin/shared/buildContext.d.ts +67 -0
  166. package/bin/shared/buildContext.js.map +1 -0
  167. package/bin/shared/constants.d.ts +17 -0
  168. package/bin/shared/constants.js +58 -0
  169. package/bin/shared/constants.js.map +1 -0
  170. package/bin/shared/copyKeycloakResourcesToPublic.d.ts +8 -0
  171. package/bin/shared/copyKeycloakResourcesToPublic.js.map +1 -0
  172. package/bin/shared/downloadKeycloakDefaultTheme.d.ts +10 -0
  173. package/bin/shared/downloadKeycloakDefaultTheme.js.map +1 -0
  174. package/bin/shared/downloadKeycloakStaticResources.d.ts +9 -0
  175. package/bin/shared/downloadKeycloakStaticResources.js.map +1 -0
  176. package/bin/shared/generateKcGenTs.d.ts +12 -0
  177. package/bin/shared/generateKcGenTs.js.map +1 -0
  178. package/bin/shared/metaInfKeycloakThemes.d.ts +13 -0
  179. package/bin/shared/metaInfKeycloakThemes.js.map +1 -0
  180. package/bin/shared/promptKeycloakVersion.d.ts +7 -0
  181. package/bin/shared/promptKeycloakVersion.js.map +1 -0
  182. package/lib/BASE_URL.js.map +1 -1
  183. package/lib/getKcClsx.d.ts +11 -0
  184. package/lib/getKcClsx.js +55 -0
  185. package/lib/getKcClsx.js.map +1 -0
  186. package/login/{Fallback.d.ts → DefaultPage.d.ts} +7 -6
  187. package/login/{Fallback.js → DefaultPage.js} +2 -2
  188. package/login/DefaultPage.js.map +1 -0
  189. package/login/{kcContext → KcContext}/KcContext.d.ts +36 -17
  190. package/login/KcContext/KcContext.js.map +1 -0
  191. package/login/KcContext/getKcContextMock.d.ts +24 -0
  192. package/login/KcContext/getKcContextMock.js +28 -0
  193. package/login/KcContext/getKcContextMock.js.map +1 -0
  194. package/login/KcContext/index.d.ts +2 -0
  195. package/login/KcContext/index.js +2 -0
  196. package/login/KcContext/index.js.map +1 -0
  197. package/login/{kcContext → KcContext}/kcContextMocks.d.ts +1 -1
  198. package/login/KcContext/kcContextMocks.js +334 -0
  199. package/login/KcContext/kcContextMocks.js.map +1 -0
  200. package/login/Template.d.ts +2 -2
  201. package/login/Template.js +23 -23
  202. package/login/Template.js.map +1 -1
  203. package/login/TemplateProps.d.ts +3 -5
  204. package/login/UserProfileFormFields.d.ts +3 -20
  205. package/login/UserProfileFormFields.js +78 -122
  206. package/login/UserProfileFormFields.js.map +1 -1
  207. package/login/UserProfileFormFieldsProps.d.ts +24 -0
  208. package/login/UserProfileFormFieldsProps.js +2 -0
  209. package/login/UserProfileFormFieldsProps.js.map +1 -0
  210. package/login/i18n/baseMessages/ar.d.ts +9 -0
  211. package/login/i18n/baseMessages/ar.js +10 -1
  212. package/login/i18n/baseMessages/ar.js.map +1 -1
  213. package/login/i18n/baseMessages/ca.d.ts +10 -1
  214. package/login/i18n/baseMessages/ca.js +11 -2
  215. package/login/i18n/baseMessages/ca.js.map +1 -1
  216. package/login/i18n/baseMessages/cs.d.ts +9 -0
  217. package/login/i18n/baseMessages/cs.js +10 -1
  218. package/login/i18n/baseMessages/cs.js.map +1 -1
  219. package/login/i18n/baseMessages/da.d.ts +9 -0
  220. package/login/i18n/baseMessages/da.js +10 -1
  221. package/login/i18n/baseMessages/da.js.map +1 -1
  222. package/login/i18n/baseMessages/de.d.ts +9 -0
  223. package/login/i18n/baseMessages/de.js +10 -1
  224. package/login/i18n/baseMessages/de.js.map +1 -1
  225. package/login/i18n/baseMessages/el.d.ts +9 -1
  226. package/login/i18n/baseMessages/el.js +10 -2
  227. package/login/i18n/baseMessages/el.js.map +1 -1
  228. package/login/i18n/baseMessages/en.d.ts +10 -1
  229. package/login/i18n/baseMessages/en.js +11 -2
  230. package/login/i18n/baseMessages/en.js.map +1 -1
  231. package/login/i18n/baseMessages/es.d.ts +10 -1
  232. package/login/i18n/baseMessages/es.js +11 -2
  233. package/login/i18n/baseMessages/es.js.map +1 -1
  234. package/login/i18n/baseMessages/fa.d.ts +9 -1
  235. package/login/i18n/baseMessages/fa.js +10 -2
  236. package/login/i18n/baseMessages/fa.js.map +1 -1
  237. package/login/i18n/baseMessages/fi.d.ts +9 -0
  238. package/login/i18n/baseMessages/fi.js +10 -1
  239. package/login/i18n/baseMessages/fi.js.map +1 -1
  240. package/login/i18n/baseMessages/fr.d.ts +9 -0
  241. package/login/i18n/baseMessages/fr.js +10 -1
  242. package/login/i18n/baseMessages/fr.js.map +1 -1
  243. package/login/i18n/baseMessages/hu.d.ts +10 -1
  244. package/login/i18n/baseMessages/hu.js +11 -2
  245. package/login/i18n/baseMessages/hu.js.map +1 -1
  246. package/login/i18n/baseMessages/index.d.ts +109 -2
  247. package/login/i18n/baseMessages/index.js.map +1 -1
  248. package/login/i18n/baseMessages/it.d.ts +9 -0
  249. package/login/i18n/baseMessages/it.js +10 -1
  250. package/login/i18n/baseMessages/it.js.map +1 -1
  251. package/login/i18n/baseMessages/ja.d.ts +9 -0
  252. package/login/i18n/baseMessages/ja.js +10 -1
  253. package/login/i18n/baseMessages/ja.js.map +1 -1
  254. package/login/i18n/baseMessages/lt.d.ts +9 -0
  255. package/login/i18n/baseMessages/lt.js +10 -1
  256. package/login/i18n/baseMessages/lt.js.map +1 -1
  257. package/login/i18n/baseMessages/lv.d.ts +9 -0
  258. package/login/i18n/baseMessages/lv.js +10 -1
  259. package/login/i18n/baseMessages/lv.js.map +1 -1
  260. package/login/i18n/baseMessages/nl.d.ts +9 -0
  261. package/login/i18n/baseMessages/nl.js +10 -1
  262. package/login/i18n/baseMessages/nl.js.map +1 -1
  263. package/login/i18n/baseMessages/no.d.ts +9 -0
  264. package/login/i18n/baseMessages/no.js +10 -1
  265. package/login/i18n/baseMessages/no.js.map +1 -1
  266. package/login/i18n/baseMessages/pl.d.ts +9 -0
  267. package/login/i18n/baseMessages/pl.js +10 -1
  268. package/login/i18n/baseMessages/pl.js.map +1 -1
  269. package/login/i18n/baseMessages/pt-BR.d.ts +9 -0
  270. package/login/i18n/baseMessages/pt-BR.js +10 -1
  271. package/login/i18n/baseMessages/pt-BR.js.map +1 -1
  272. package/login/i18n/baseMessages/ru.d.ts +9 -0
  273. package/login/i18n/baseMessages/ru.js +10 -1
  274. package/login/i18n/baseMessages/ru.js.map +1 -1
  275. package/login/i18n/baseMessages/sk.d.ts +9 -0
  276. package/login/i18n/baseMessages/sk.js +10 -1
  277. package/login/i18n/baseMessages/sk.js.map +1 -1
  278. package/login/i18n/baseMessages/sv.d.ts +9 -0
  279. package/login/i18n/baseMessages/sv.js +10 -1
  280. package/login/i18n/baseMessages/sv.js.map +1 -1
  281. package/login/i18n/baseMessages/th.d.ts +9 -0
  282. package/login/i18n/baseMessages/th.js +10 -1
  283. package/login/i18n/baseMessages/th.js.map +1 -1
  284. package/login/i18n/baseMessages/tr.d.ts +9 -0
  285. package/login/i18n/baseMessages/tr.js +10 -1
  286. package/login/i18n/baseMessages/tr.js.map +1 -1
  287. package/login/i18n/baseMessages/uk.d.ts +9 -0
  288. package/login/i18n/baseMessages/uk.js +10 -1
  289. package/login/i18n/baseMessages/uk.js.map +1 -1
  290. package/login/i18n/baseMessages/zh-CN.d.ts +10 -1
  291. package/login/i18n/baseMessages/zh-CN.js +11 -2
  292. package/login/i18n/baseMessages/zh-CN.js.map +1 -1
  293. package/login/i18n/i18n.d.ts +38 -37
  294. package/login/i18n/i18n.js +132 -99
  295. package/login/i18n/i18n.js.map +1 -1
  296. package/login/i18n/index.d.ts +5 -1
  297. package/login/i18n/index.js +2 -1
  298. package/login/i18n/index.js.map +1 -1
  299. package/login/i18n/useI18n.d.ts +13 -0
  300. package/login/i18n/useI18n.js +26 -0
  301. package/login/i18n/useI18n.js.map +1 -0
  302. package/login/index.d.ts +3 -7
  303. package/login/index.js +1 -5
  304. package/login/index.js.map +1 -1
  305. package/login/lib/kcClsx.d.ts +9 -0
  306. package/login/lib/kcClsx.js +130 -0
  307. package/login/lib/kcClsx.js.map +1 -0
  308. package/login/lib/useDownloadTerms.d.ts +15 -5
  309. package/login/lib/useDownloadTerms.js +37 -21
  310. package/login/lib/useDownloadTerms.js.map +1 -1
  311. package/login/lib/useUserProfileForm.d.ts +20 -8
  312. package/login/lib/useUserProfileForm.js +402 -295
  313. package/login/lib/useUserProfileForm.js.map +1 -1
  314. package/login/pages/Code.d.ts +1 -1
  315. package/login/pages/Code.js +3 -3
  316. package/login/pages/Code.js.map +1 -1
  317. package/login/pages/DeleteAccountConfirm.d.ts +1 -1
  318. package/login/pages/DeleteAccountConfirm.js +7 -4
  319. package/login/pages/DeleteAccountConfirm.js.map +1 -1
  320. package/login/pages/DeleteCredential.d.ts +1 -1
  321. package/login/pages/DeleteCredential.js +3 -4
  322. package/login/pages/DeleteCredential.js.map +1 -1
  323. package/login/pages/Error.d.ts +1 -1
  324. package/login/pages/Error.js +1 -1
  325. package/login/pages/Error.js.map +1 -1
  326. package/login/pages/FrontchannelLogout.d.ts +1 -1
  327. package/login/pages/FrontchannelLogout.js +1 -1
  328. package/login/pages/FrontchannelLogout.js.map +1 -1
  329. package/login/pages/IdpReviewUserProfile.d.ts +4 -3
  330. package/login/pages/IdpReviewUserProfile.js +4 -5
  331. package/login/pages/IdpReviewUserProfile.js.map +1 -1
  332. package/login/pages/Info.d.ts +1 -1
  333. package/login/pages/Info.js +5 -7
  334. package/login/pages/Info.js.map +1 -1
  335. package/login/pages/Login.d.ts +1 -1
  336. package/login/pages/Login.js +7 -7
  337. package/login/pages/Login.js.map +1 -1
  338. package/login/pages/LoginConfigTotp.d.ts +1 -1
  339. package/login/pages/LoginConfigTotp.js +6 -7
  340. package/login/pages/LoginConfigTotp.js.map +1 -1
  341. package/login/pages/LoginIdpLinkConfirm.d.ts +1 -1
  342. package/login/pages/LoginIdpLinkConfirm.js +3 -4
  343. package/login/pages/LoginIdpLinkConfirm.js.map +1 -1
  344. package/login/pages/LoginIdpLinkEmail.d.ts +2 -2
  345. package/login/pages/LoginIdpLinkEmail.js +1 -1
  346. package/login/pages/LoginIdpLinkEmail.js.map +1 -1
  347. package/login/pages/LoginOauth2DeviceVerifyUserCode.d.ts +3 -3
  348. package/login/pages/LoginOauth2DeviceVerifyUserCode.js +3 -4
  349. package/login/pages/LoginOauth2DeviceVerifyUserCode.js.map +1 -1
  350. package/login/pages/LoginOauthGrant.d.ts +3 -3
  351. package/login/pages/LoginOauthGrant.js +4 -5
  352. package/login/pages/LoginOauthGrant.js.map +1 -1
  353. package/login/pages/LoginOtp.d.ts +1 -1
  354. package/login/pages/LoginOtp.js +3 -4
  355. package/login/pages/LoginOtp.js.map +1 -1
  356. package/login/pages/LoginPageExpired.d.ts +1 -1
  357. package/login/pages/LoginPageExpired.js +1 -1
  358. package/login/pages/LoginPageExpired.js.map +1 -1
  359. package/login/pages/LoginPassword.d.ts +1 -1
  360. package/login/pages/LoginPassword.js +6 -6
  361. package/login/pages/LoginPassword.js.map +1 -1
  362. package/login/pages/LoginRecoveryAuthnCodeConfig.d.ts +1 -1
  363. package/login/pages/LoginRecoveryAuthnCodeConfig.js +16 -16
  364. package/login/pages/LoginRecoveryAuthnCodeConfig.js.map +1 -1
  365. package/login/pages/LoginRecoveryAuthnCodeInput.d.ts +1 -1
  366. package/login/pages/LoginRecoveryAuthnCodeInput.js +3 -4
  367. package/login/pages/LoginRecoveryAuthnCodeInput.js.map +1 -1
  368. package/login/pages/LoginResetOtp.d.ts +1 -1
  369. package/login/pages/LoginResetOtp.js +3 -4
  370. package/login/pages/LoginResetOtp.js.map +1 -1
  371. package/login/pages/LoginResetPassword.d.ts +1 -1
  372. package/login/pages/LoginResetPassword.js +4 -5
  373. package/login/pages/LoginResetPassword.js.map +1 -1
  374. package/login/pages/LoginUpdatePassword.d.ts +1 -1
  375. package/login/pages/LoginUpdatePassword.js +7 -8
  376. package/login/pages/LoginUpdatePassword.js.map +1 -1
  377. package/login/pages/LoginUpdateProfile.d.ts +4 -3
  378. package/login/pages/LoginUpdateProfile.js +5 -9
  379. package/login/pages/LoginUpdateProfile.js.map +1 -1
  380. package/login/pages/LoginUsername.d.ts +1 -1
  381. package/login/pages/LoginUsername.js +5 -5
  382. package/login/pages/LoginUsername.js.map +1 -1
  383. package/login/pages/LoginVerifyEmail.d.ts +1 -1
  384. package/login/pages/LoginVerifyEmail.js +1 -1
  385. package/login/pages/LoginVerifyEmail.js.map +1 -1
  386. package/login/pages/LoginX509Info.d.ts +1 -1
  387. package/login/pages/LoginX509Info.js +3 -4
  388. package/login/pages/LoginX509Info.js.map +1 -1
  389. package/login/pages/LogoutConfirm.d.ts +1 -1
  390. package/login/pages/LogoutConfirm.js +3 -4
  391. package/login/pages/LogoutConfirm.js.map +1 -1
  392. package/login/pages/PageProps.d.ts +3 -5
  393. package/login/pages/Register.d.ts +4 -3
  394. package/login/pages/Register.js +12 -17
  395. package/login/pages/Register.js.map +1 -1
  396. package/login/pages/SamlPostForm.d.ts +1 -1
  397. package/login/pages/SamlPostForm.js +1 -1
  398. package/login/pages/SamlPostForm.js.map +1 -1
  399. package/login/pages/SelectAuthenticator.d.ts +2 -2
  400. package/login/pages/SelectAuthenticator.js +3 -7
  401. package/login/pages/SelectAuthenticator.js.map +1 -1
  402. package/login/pages/Terms.d.ts +2 -2
  403. package/login/pages/Terms.js +8 -7
  404. package/login/pages/Terms.js.map +1 -1
  405. package/login/pages/UpdateEmail.d.ts +3 -2
  406. package/login/pages/UpdateEmail.js +6 -10
  407. package/login/pages/UpdateEmail.js.map +1 -1
  408. package/login/pages/WebauthnAuthenticate.d.ts +1 -1
  409. package/login/pages/WebauthnAuthenticate.js +25 -22
  410. package/login/pages/WebauthnAuthenticate.js.map +1 -1
  411. package/login/pages/WebauthnError.d.ts +1 -1
  412. package/login/pages/WebauthnError.js +4 -5
  413. package/login/pages/WebauthnError.js.map +1 -1
  414. package/login/pages/WebauthnRegister.d.ts +1 -1
  415. package/login/pages/WebauthnRegister.js +15 -16
  416. package/login/pages/WebauthnRegister.js.map +1 -1
  417. package/package.json +433 -319
  418. package/src/PUBLIC_URL.ts +3 -3
  419. package/src/account/{Fallback.tsx → DefaultPage.tsx} +5 -5
  420. package/src/account/{kcContext → KcContext}/KcContext.ts +24 -2
  421. package/src/account/KcContext/getKcContextMock.ts +69 -0
  422. package/src/account/KcContext/index.ts +2 -0
  423. package/src/account/KcContext/kcContextMocks.ts +190 -0
  424. package/src/account/Template.tsx +14 -16
  425. package/src/account/TemplateProps.ts +4 -5
  426. package/src/account/i18n/baseMessages/ar.ts +3 -1
  427. package/src/account/i18n/baseMessages/ca.ts +3 -1
  428. package/src/account/i18n/baseMessages/cs.ts +3 -1
  429. package/src/account/i18n/baseMessages/da.ts +3 -1
  430. package/src/account/i18n/baseMessages/de.ts +3 -1
  431. package/src/account/i18n/baseMessages/el.ts +3 -1
  432. package/src/account/i18n/baseMessages/en.ts +3 -1
  433. package/src/account/i18n/baseMessages/es.ts +3 -1
  434. package/src/account/i18n/baseMessages/fa.ts +3 -1
  435. package/src/account/i18n/baseMessages/fi.ts +3 -1
  436. package/src/account/i18n/baseMessages/fr.ts +3 -1
  437. package/src/account/i18n/baseMessages/hu.ts +3 -1
  438. package/src/account/i18n/baseMessages/it.ts +3 -1
  439. package/src/account/i18n/baseMessages/ja.ts +3 -1
  440. package/src/account/i18n/baseMessages/lt.ts +3 -1
  441. package/src/account/i18n/baseMessages/lv.ts +3 -1
  442. package/src/account/i18n/baseMessages/nl.ts +3 -1
  443. package/src/account/i18n/baseMessages/no.ts +3 -1
  444. package/src/account/i18n/baseMessages/pl.ts +3 -1
  445. package/src/account/i18n/baseMessages/pt-BR.ts +3 -1
  446. package/src/account/i18n/baseMessages/ru.ts +3 -1
  447. package/src/account/i18n/baseMessages/sk.ts +3 -1
  448. package/src/account/i18n/baseMessages/sv.ts +3 -1
  449. package/src/account/i18n/baseMessages/th.ts +3 -1
  450. package/src/account/i18n/baseMessages/tr.ts +3 -1
  451. package/src/account/i18n/baseMessages/uk.ts +3 -1
  452. package/src/account/i18n/baseMessages/zh-CN.ts +3 -1
  453. package/src/account/i18n/i18n.tsx +201 -142
  454. package/src/account/i18n/index.ts +5 -1
  455. package/src/account/i18n/useI18n.ts +44 -0
  456. package/src/account/index.ts +3 -10
  457. package/src/account/lib/kcClsx.ts +25 -0
  458. package/src/account/pages/Account.tsx +12 -18
  459. package/src/account/pages/Applications.tsx +8 -9
  460. package/src/account/pages/FederatedIdentity.tsx +3 -3
  461. package/src/account/pages/Log.tsx +5 -5
  462. package/src/account/pages/PageProps.ts +4 -6
  463. package/src/account/pages/Password.tsx +17 -19
  464. package/src/account/pages/Sessions.tsx +5 -6
  465. package/src/account/pages/Totp.tsx +18 -38
  466. package/src/bin/add-story.ts +104 -0
  467. package/src/bin/copy-keycloak-resources-to-public.ts +3 -6
  468. package/src/bin/eject-page.ts +256 -0
  469. package/src/bin/initialize-email-theme.ts +30 -26
  470. package/src/bin/keycloakify/buildJars/buildJar.ts +138 -77
  471. package/src/bin/keycloakify/buildJars/buildJars.ts +35 -31
  472. package/src/bin/keycloakify/buildJars/extensionVersions.ts +3 -2
  473. package/src/bin/keycloakify/buildJars/generatePom.ts +19 -11
  474. package/src/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.ts +42 -10
  475. package/src/bin/keycloakify/generateFtl/generateFtl.ts +64 -42
  476. package/src/bin/keycloakify/generateFtl/{ftl_object_to_js_code_declaring_an_object.ftl → kcContextDeclarationTemplate.ftl} +232 -193
  477. package/src/bin/keycloakify/generateResources/bringInAccountV1.ts +89 -0
  478. package/src/bin/keycloakify/{generateSrcMainResources → generateResources}/generateMessageProperties.ts +47 -53
  479. package/src/bin/keycloakify/generateResources/generateResources.ts +42 -0
  480. package/src/bin/keycloakify/generateResources/generateResourcesForMainTheme.ts +299 -0
  481. package/src/bin/keycloakify/generateResources/generateResourcesForThemeVariant.ts +70 -0
  482. package/src/bin/keycloakify/generateResources/index.ts +1 -0
  483. package/src/bin/keycloakify/{generateSrcMainResources → generateResources}/readExtraPageNames.ts +21 -7
  484. package/src/bin/keycloakify/{generateSrcMainResources → generateResources}/readFieldNameUsage.ts +34 -7
  485. package/src/bin/keycloakify/keycloakify.ts +50 -16
  486. package/src/bin/keycloakify/replacers/replaceImportsInCssCode.ts +42 -46
  487. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.ts +14 -11
  488. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/vite.ts +31 -16
  489. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.ts +53 -18
  490. package/src/bin/main.ts +96 -44
  491. package/src/bin/shared/KeycloakVersionRange.ts +4 -2
  492. package/src/bin/shared/buildContext.ts +768 -0
  493. package/src/bin/shared/constants.ts +8 -4
  494. package/src/bin/shared/copyKeycloakResourcesToPublic.ts +35 -21
  495. package/src/bin/shared/downloadKeycloakDefaultTheme.ts +276 -0
  496. package/src/bin/shared/downloadKeycloakStaticResources.ts +30 -26
  497. package/src/bin/shared/generateKcGenTs.ts +68 -0
  498. package/src/bin/shared/metaInfKeycloakThemes.ts +25 -19
  499. package/src/bin/shared/promptKeycloakVersion.ts +39 -15
  500. package/src/bin/start-keycloak/appBuild.ts +129 -0
  501. package/src/bin/start-keycloak/index.ts +1 -0
  502. package/src/bin/start-keycloak/keycloakifyBuild.ts +42 -0
  503. package/src/bin/start-keycloak/myrealm-realm-18.json +2155 -0
  504. package/src/bin/start-keycloak/myrealm-realm-19.json +2186 -0
  505. package/src/bin/start-keycloak/myrealm-realm-20.json +2197 -0
  506. package/src/bin/start-keycloak/myrealm-realm-21.json +2201 -0
  507. package/src/bin/start-keycloak/myrealm-realm-23.json +2150 -0
  508. package/src/bin/start-keycloak/myrealm-realm-24.json +2318 -0
  509. package/src/bin/start-keycloak/myrealm-realm-25.json +2400 -0
  510. package/src/bin/start-keycloak/start-keycloak.ts +451 -0
  511. package/src/bin/tools/SemVer.ts +32 -13
  512. package/src/bin/tools/String.prototype.replaceAll.ts +9 -2
  513. package/src/bin/tools/crawl.ts +4 -1
  514. package/src/bin/tools/crc32.ts +42 -24
  515. package/src/bin/tools/downloadAndExtractArchive/downloadAndExtractArchive.ts +262 -0
  516. package/src/bin/tools/{fetchProxyOptions.ts → downloadAndExtractArchive/fetchProxyOptions.ts} +39 -8
  517. package/src/bin/tools/downloadAndExtractArchive/index.ts +1 -0
  518. package/src/bin/tools/escapeStringForPropertiesFile.ts +64 -0
  519. package/src/bin/tools/extractArchive.ts +140 -0
  520. package/src/bin/tools/getAbsoluteAndInOsFormatPath.ts +10 -2
  521. package/src/bin/tools/getNpmWorkspaceRootDirPath.ts +52 -6
  522. package/src/bin/tools/octokit-addons/getLatestsSemVersionedTag.ts +8 -2
  523. package/src/bin/tools/octokit-addons/listTags.ts +15 -4
  524. package/src/bin/tools/partitionPromiseSettledResults.ts +12 -3
  525. package/src/bin/tools/readThisNpmPackageVersion.ts +5 -1
  526. package/src/bin/tools/transformCodebase.ts +29 -10
  527. package/src/bin/tools/trimIndent.ts +4 -1
  528. package/src/bin/tsconfig.json +4 -3
  529. package/src/bin/update-kc-gen.ts +13 -0
  530. package/src/lib/getKcClsx.ts +89 -0
  531. package/src/login/{Fallback.tsx → DefaultPage.tsx} +7 -6
  532. package/src/login/{kcContext → KcContext}/KcContext.ts +58 -30
  533. package/src/login/KcContext/getKcContextMock.ts +69 -0
  534. package/src/login/KcContext/index.ts +8 -0
  535. package/src/login/KcContext/kcContextMocks.ts +583 -0
  536. package/src/login/Template.tsx +54 -57
  537. package/src/login/TemplateProps.ts +3 -6
  538. package/src/login/UserProfileFormFields.tsx +125 -210
  539. package/src/login/UserProfileFormFieldsProps.tsx +22 -0
  540. package/src/login/i18n/baseMessages/ar.ts +10 -1
  541. package/src/login/i18n/baseMessages/ca.ts +11 -2
  542. package/src/login/i18n/baseMessages/cs.ts +10 -1
  543. package/src/login/i18n/baseMessages/da.ts +10 -1
  544. package/src/login/i18n/baseMessages/de.ts +10 -1
  545. package/src/login/i18n/baseMessages/el.ts +10 -2
  546. package/src/login/i18n/baseMessages/en.ts +11 -2
  547. package/src/login/i18n/baseMessages/es.ts +11 -2
  548. package/src/login/i18n/baseMessages/fa.ts +10 -2
  549. package/src/login/i18n/baseMessages/fi.ts +10 -1
  550. package/src/login/i18n/baseMessages/fr.ts +10 -1
  551. package/src/login/i18n/baseMessages/hu.ts +11 -2
  552. package/src/login/i18n/baseMessages/it.ts +10 -1
  553. package/src/login/i18n/baseMessages/ja.ts +10 -1
  554. package/src/login/i18n/baseMessages/lt.ts +10 -1
  555. package/src/login/i18n/baseMessages/lv.ts +10 -1
  556. package/src/login/i18n/baseMessages/nl.ts +10 -1
  557. package/src/login/i18n/baseMessages/no.ts +10 -1
  558. package/src/login/i18n/baseMessages/pl.ts +10 -1
  559. package/src/login/i18n/baseMessages/pt-BR.ts +10 -1
  560. package/src/login/i18n/baseMessages/ru.ts +10 -1
  561. package/src/login/i18n/baseMessages/sk.ts +10 -1
  562. package/src/login/i18n/baseMessages/sv.ts +10 -1
  563. package/src/login/i18n/baseMessages/th.ts +10 -1
  564. package/src/login/i18n/baseMessages/tr.ts +10 -1
  565. package/src/login/i18n/baseMessages/uk.ts +10 -1
  566. package/src/login/i18n/baseMessages/zh-CN.ts +11 -2
  567. package/src/login/i18n/i18n.tsx +231 -143
  568. package/src/login/i18n/index.ts +5 -1
  569. package/src/login/i18n/useI18n.ts +44 -0
  570. package/src/login/index.ts +3 -10
  571. package/src/login/lib/kcClsx.ts +143 -0
  572. package/src/login/lib/useDownloadTerms.tsx +88 -0
  573. package/src/login/lib/useUserProfileForm.tsx +480 -351
  574. package/src/login/pages/Code.tsx +8 -5
  575. package/src/login/pages/DeleteAccountConfirm.tsx +15 -10
  576. package/src/login/pages/DeleteCredential.tsx +9 -7
  577. package/src/login/pages/Error.tsx +9 -2
  578. package/src/login/pages/FrontchannelLogout.tsx +6 -3
  579. package/src/login/pages/IdpReviewUserProfile.tsx +20 -21
  580. package/src/login/pages/Info.tsx +5 -8
  581. package/src/login/pages/Login.tsx +34 -53
  582. package/src/login/pages/LoginConfigTotp.tsx +35 -39
  583. package/src/login/pages/LoginIdpLinkConfirm.tsx +7 -18
  584. package/src/login/pages/LoginIdpLinkEmail.tsx +9 -3
  585. package/src/login/pages/LoginOauth2DeviceVerifyUserCode.tsx +24 -23
  586. package/src/login/pages/LoginOauthGrant.tsx +14 -20
  587. package/src/login/pages/LoginOtp.tsx +27 -30
  588. package/src/login/pages/LoginPageExpired.tsx +2 -2
  589. package/src/login/pages/LoginPassword.tsx +21 -31
  590. package/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx +34 -34
  591. package/src/login/pages/LoginRecoveryAuthnCodeInput.tsx +19 -22
  592. package/src/login/pages/LoginResetOtp.tsx +19 -22
  593. package/src/login/pages/LoginResetPassword.tsx +21 -24
  594. package/src/login/pages/LoginUpdatePassword.tsx +40 -50
  595. package/src/login/pages/LoginUpdateProfile.tsx +32 -30
  596. package/src/login/pages/LoginUsername.tsx +23 -34
  597. package/src/login/pages/LoginVerifyEmail.tsx +5 -2
  598. package/src/login/pages/LoginX509Info.tsx +24 -33
  599. package/src/login/pages/LogoutConfirm.tsx +8 -14
  600. package/src/login/pages/PageProps.ts +3 -5
  601. package/src/login/pages/Register.tsx +48 -59
  602. package/src/login/pages/SamlPostForm.tsx +2 -2
  603. package/src/login/pages/SelectAuthenticator.tsx +23 -24
  604. package/src/login/pages/Terms.tsx +25 -24
  605. package/src/login/pages/UpdateEmail.tsx +30 -33
  606. package/src/login/pages/WebauthnAuthenticate.tsx +40 -44
  607. package/src/login/pages/WebauthnError.tsx +15 -19
  608. package/src/login/pages/WebauthnRegister.tsx +28 -37
  609. package/src/tools/Array.prototype.every.ts +4 -1
  610. package/src/tools/ExtractAfterStartingWith.ts +4 -0
  611. package/src/tools/LazyOrNot.ts +3 -1
  612. package/src/tools/Object.fromEntries.ts +23 -0
  613. package/src/tools/StatefulObservable/README.md +16 -0
  614. package/src/tools/StatefulObservable/StatefulObservable.ts +58 -0
  615. package/src/tools/StatefulObservable/hooks/index.ts +2 -0
  616. package/src/tools/StatefulObservable/hooks/useObservable.ts +25 -0
  617. package/src/tools/StatefulObservable/hooks/useRerenderOnChange.ts +19 -0
  618. package/src/tools/StatefulObservable/index.ts +2 -0
  619. package/src/tools/ValueOf.ts +2 -0
  620. package/src/tools/clsx.ts +6 -42
  621. package/src/tools/clsx_withTransform.ts +55 -0
  622. package/src/tools/deepAssign.ts +57 -19
  623. package/src/tools/formatNumber.ts +7 -3
  624. package/src/tools/react-markdown.ts +3 -0
  625. package/src/tools/structuredCloneButFunctions.ts +24 -0
  626. package/src/tools/useConstCallback.ts +3 -1
  627. package/src/tools/useInsertLinkTags.ts +78 -74
  628. package/src/tools/useInsertScriptTags.ts +69 -73
  629. package/src/tools/useOnFirstMount.ts +18 -0
  630. package/src/tools/useSetClassName.ts +4 -1
  631. package/src/vite-plugin/vite-plugin.ts +73 -37
  632. package/stories/account/pages/Account.stories.tsx +18 -0
  633. package/stories/account/pages/FederatedIdentity.stories.tsx +38 -0
  634. package/stories/account/pages/Log.stories.tsx +356 -0
  635. package/stories/account/pages/Password.stories.tsx +28 -0
  636. package/stories/account/pages/Sessions.stories.tsx +59 -0
  637. package/stories/account/pages/Totp.stories.tsx +182 -0
  638. package/stories/login/pages/Code.stories.tsx +18 -0
  639. package/stories/login/pages/DeleteAccountConfirm.stories.tsx +18 -0
  640. package/stories/login/pages/DeleteCredential.stories.tsx +18 -0
  641. package/stories/login/pages/Error.stories.tsx +28 -0
  642. package/stories/login/pages/FrontchannelLogout.stories.tsx +18 -0
  643. package/stories/login/pages/IdpReviewUserProfile.stories.tsx +18 -0
  644. package/stories/login/pages/Info.stories.tsx +52 -0
  645. package/stories/login/pages/Login.stories.tsx +221 -0
  646. package/stories/login/pages/LoginConfigTotp.stories.tsx +43 -0
  647. package/stories/login/pages/LoginDeviceVerifyUserCode.stories.tsx +18 -0
  648. package/stories/login/pages/LoginIdpLinkConfirm.stories.tsx +18 -0
  649. package/stories/login/pages/LoginIdpLinkEmail.stories.tsx +18 -0
  650. package/stories/login/pages/LoginOauth2DeviceVerifyUserCode.stories.tsx +18 -0
  651. package/stories/login/pages/LoginOauthGrant.stories.tsx +18 -0
  652. package/stories/login/pages/LoginOtp.stories.tsx +18 -0
  653. package/stories/login/pages/LoginPageExpired.stories.tsx +18 -0
  654. package/stories/login/pages/LoginPassword.stories.tsx +18 -0
  655. package/stories/login/pages/LoginRecoveryAuthnCodeConfig.stories.tsx +18 -0
  656. package/stories/login/pages/LoginRecoveryAuthnCodeInput.stories.tsx +18 -0
  657. package/stories/login/pages/LoginResetOtp.stories.tsx +18 -0
  658. package/stories/login/pages/LoginResetPassword.stories.tsx +31 -0
  659. package/stories/login/pages/LoginUpdatePassword.stories.tsx +18 -0
  660. package/stories/login/pages/LoginUpdateProfile.stories.tsx +18 -0
  661. package/stories/login/pages/LoginUsername.stories.tsx +31 -0
  662. package/stories/login/pages/LoginVerifyEmail.stories.tsx +30 -0
  663. package/stories/login/pages/LoginX509Info.stories.tsx +18 -0
  664. package/stories/login/pages/LogoutConfirm.stories.tsx +18 -0
  665. package/stories/login/pages/Register.stories.tsx +135 -0
  666. package/stories/login/pages/SamlPostForm.stories.tsx +18 -0
  667. package/stories/login/pages/SelectAuthenticator.stories.tsx +43 -0
  668. package/stories/login/pages/Terms.stories.tsx +42 -0
  669. package/stories/login/pages/UpdateEmail.stories.tsx +18 -0
  670. package/stories/login/pages/WebauthnAuthenticate.stories.tsx +18 -0
  671. package/stories/login/pages/WebauthnError.stories.tsx +18 -0
  672. package/stories/login/pages/WebauthnRegister.stories.tsx +18 -0
  673. package/tools/Array.prototype.every.js +2 -1
  674. package/tools/Array.prototype.every.js.map +1 -1
  675. package/tools/ExtractAfterStartingWith.d.ts +1 -0
  676. package/tools/ExtractAfterStartingWith.js +2 -0
  677. package/tools/ExtractAfterStartingWith.js.map +1 -0
  678. package/tools/HTMLElement.prototype.prepend.js.map +1 -1
  679. package/tools/Object.fromEntries.d.ts +1 -0
  680. package/tools/Object.fromEntries.js +17 -0
  681. package/tools/Object.fromEntries.js.map +1 -0
  682. package/tools/StatefulObservable/StatefulObservable.d.ts +8 -0
  683. package/tools/StatefulObservable/StatefulObservable.js +36 -0
  684. package/tools/StatefulObservable/StatefulObservable.js.map +1 -0
  685. package/tools/StatefulObservable/hooks/index.d.ts +2 -0
  686. package/tools/StatefulObservable/hooks/index.js +3 -0
  687. package/tools/StatefulObservable/hooks/index.js.map +1 -0
  688. package/tools/StatefulObservable/hooks/useObservable.d.ts +8 -0
  689. package/tools/StatefulObservable/hooks/useObservable.js +17 -0
  690. package/tools/StatefulObservable/hooks/useObservable.js.map +1 -0
  691. package/tools/StatefulObservable/hooks/useRerenderOnChange.d.ts +5 -0
  692. package/tools/StatefulObservable/hooks/useRerenderOnChange.js +14 -0
  693. package/tools/StatefulObservable/hooks/useRerenderOnChange.js.map +1 -0
  694. package/tools/StatefulObservable/index.d.ts +2 -0
  695. package/tools/StatefulObservable/index.js +3 -0
  696. package/tools/StatefulObservable/index.js.map +1 -0
  697. package/tools/ValueOf.d.ts +2 -0
  698. package/tools/ValueOf.js +2 -0
  699. package/tools/ValueOf.js.map +1 -0
  700. package/tools/clsx.d.ts +3 -2
  701. package/tools/clsx.js +5 -41
  702. package/tools/clsx.js.map +1 -1
  703. package/tools/clsx_withTransform.d.ts +5 -0
  704. package/tools/clsx_withTransform.js +43 -0
  705. package/tools/clsx_withTransform.js.map +1 -0
  706. package/tools/deepAssign.d.ts +1 -0
  707. package/tools/deepAssign.js +41 -16
  708. package/tools/deepAssign.js.map +1 -1
  709. package/tools/formatNumber.js +2 -1
  710. package/tools/formatNumber.js.map +1 -1
  711. package/tools/react-markdown.d.ts +3 -0
  712. package/tools/react-markdown.js +4 -0
  713. package/tools/react-markdown.js.map +1 -0
  714. package/tools/structuredCloneButFunctions.d.ts +7 -0
  715. package/tools/structuredCloneButFunctions.js +19 -0
  716. package/tools/structuredCloneButFunctions.js.map +1 -0
  717. package/tools/useConstCallback.js.map +1 -1
  718. package/tools/useInsertLinkTags.d.ts +11 -6
  719. package/tools/useInsertLinkTags.js +53 -52
  720. package/tools/useInsertLinkTags.js.map +1 -1
  721. package/tools/useInsertScriptTags.d.ts +15 -6
  722. package/tools/useInsertScriptTags.js +56 -61
  723. package/tools/useInsertScriptTags.js.map +1 -1
  724. package/tools/useOnFirstMount.d.ts +2 -0
  725. package/tools/useOnFirstMount.js +15 -0
  726. package/tools/useOnFirstMount.js.map +1 -0
  727. package/tools/useSetClassName.js.map +1 -1
  728. package/vite-plugin/index.d.ts +1 -0
  729. package/vite-plugin/index.js +53394 -0
  730. package/vite-plugin/vite-plugin.d.ts +5 -0
  731. package/account/Fallback.d.ts +0 -5
  732. package/account/Fallback.js.map +0 -1
  733. package/account/kcContext/KcContext.js.map +0 -1
  734. package/account/kcContext/createGetKcContext.d.ts +0 -19
  735. package/account/kcContext/createGetKcContext.js +0 -73
  736. package/account/kcContext/createGetKcContext.js.map +0 -1
  737. package/account/kcContext/getKcContext.d.ts +0 -13
  738. package/account/kcContext/getKcContext.js +0 -13
  739. package/account/kcContext/getKcContext.js.map +0 -1
  740. package/account/kcContext/getKcContextFromWindow.d.ts +0 -8
  741. package/account/kcContext/getKcContextFromWindow.js +0 -5
  742. package/account/kcContext/getKcContextFromWindow.js.map +0 -1
  743. package/account/kcContext/index.d.ts +0 -1
  744. package/account/kcContext/index.js +0 -2
  745. package/account/kcContext/index.js.map +0 -1
  746. package/account/kcContext/kcContextMocks.js +0 -215
  747. package/account/kcContext/kcContextMocks.js.map +0 -1
  748. package/account/lib/useGetClassName.d.ts +0 -7
  749. package/account/lib/useGetClassName.js +0 -19
  750. package/account/lib/useGetClassName.js.map +0 -1
  751. package/lib/isStorybook.d.ts +0 -1
  752. package/lib/isStorybook.js +0 -2
  753. package/lib/isStorybook.js.map +0 -1
  754. package/lib/useGetClassName.d.ts +0 -10
  755. package/lib/useGetClassName.js +0 -14
  756. package/lib/useGetClassName.js.map +0 -1
  757. package/login/Fallback.js.map +0 -1
  758. package/login/kcContext/KcContext.js.map +0 -1
  759. package/login/kcContext/createGetKcContext.d.ts +0 -19
  760. package/login/kcContext/createGetKcContext.js +0 -109
  761. package/login/kcContext/createGetKcContext.js.map +0 -1
  762. package/login/kcContext/getKcContext.d.ts +0 -13
  763. package/login/kcContext/getKcContext.js +0 -13
  764. package/login/kcContext/getKcContext.js.map +0 -1
  765. package/login/kcContext/getKcContextFromWindow.d.ts +0 -8
  766. package/login/kcContext/getKcContextFromWindow.js +0 -5
  767. package/login/kcContext/getKcContextFromWindow.js.map +0 -1
  768. package/login/kcContext/index.d.ts +0 -1
  769. package/login/kcContext/index.js +0 -2
  770. package/login/kcContext/index.js.map +0 -1
  771. package/login/kcContext/kcContextMocks.js +0 -390
  772. package/login/kcContext/kcContextMocks.js.map +0 -1
  773. package/login/lib/useGetClassName.d.ts +0 -7
  774. package/login/lib/useGetClassName.js +0 -130
  775. package/login/lib/useGetClassName.js.map +0 -1
  776. package/src/account/kcContext/createGetKcContext.ts +0 -108
  777. package/src/account/kcContext/getKcContext.ts +0 -21
  778. package/src/account/kcContext/getKcContextFromWindow.ts +0 -11
  779. package/src/account/kcContext/index.ts +0 -1
  780. package/src/account/kcContext/kcContextMocks.ts +0 -260
  781. package/src/account/lib/useGetClassName.ts +0 -20
  782. package/src/bin/download-builtin-keycloak-theme.ts +0 -30
  783. package/src/bin/eject-keycloak-page.ts +0 -126
  784. package/src/bin/keycloakify/generateSrcMainResources/bringInAccountV1.ts +0 -79
  785. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.ts +0 -32
  786. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.ts +0 -261
  787. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.ts +0 -56
  788. package/src/bin/keycloakify/generateSrcMainResources/index.ts +0 -1
  789. package/src/bin/keycloakify/generateStartKeycloakTestingContainer.ts +0 -60
  790. package/src/bin/keycloakify/replacers/replaceImportsInInlineCssCode.ts +0 -24
  791. package/src/bin/shared/buildOptions.ts +0 -277
  792. package/src/bin/shared/downloadAndUnzip.ts +0 -203
  793. package/src/bin/shared/downloadBuiltinKeycloakTheme.ts +0 -264
  794. package/src/bin/shared/getJarFileBasename.ts +0 -9
  795. package/src/bin/shared/getThemeSrcDirPath.ts +0 -47
  796. package/src/bin/start-keycloak.ts +0 -236
  797. package/src/bin/tools/unzip.ts +0 -141
  798. package/src/lib/isStorybook.ts +0 -1
  799. package/src/lib/useGetClassName.ts +0 -18
  800. package/src/login/kcContext/createGetKcContext.ts +0 -159
  801. package/src/login/kcContext/getKcContext.ts +0 -21
  802. package/src/login/kcContext/getKcContextFromWindow.ts +0 -11
  803. package/src/login/kcContext/index.ts +0 -1
  804. package/src/login/kcContext/kcContextMocks.ts +0 -630
  805. package/src/login/lib/useDownloadTerms.ts +0 -57
  806. package/src/login/lib/useGetClassName.ts +0 -132
  807. package/src/tools/AndByDiscriminatingKey.ts +0 -25
  808. package/src/tools/Markdown.ts +0 -3
  809. package/src/tools/deepClone.ts +0 -17
  810. package/src/tools/memoize.ts +0 -55
  811. package/tools/AndByDiscriminatingKey.d.ts +0 -5
  812. package/tools/AndByDiscriminatingKey.js +0 -2
  813. package/tools/AndByDiscriminatingKey.js.map +0 -1
  814. package/tools/Markdown.d.ts +0 -2
  815. package/tools/Markdown.js +0 -3
  816. package/tools/Markdown.js.map +0 -1
  817. package/tools/deepClone.d.ts +0 -2
  818. package/tools/deepClone.js +0 -14
  819. package/tools/deepClone.js.map +0 -1
  820. package/tools/memoize.d.ts +0 -7
  821. package/tools/memoize.js +0 -38
  822. package/tools/memoize.js.map +0 -1
  823. /package/account/{kcContext → KcContext}/KcContext.js +0 -0
  824. /package/login/{kcContext → KcContext}/KcContext.js +0 -0
@@ -0,0 +1,2150 @@
1
+ {
2
+ "id": "34c5f904-d66e-4d8f-8876-8f00d9fa9d6c",
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
+ "maxFailureWaitSeconds": 900,
41
+ "minimumQuickLoginWaitSeconds": 60,
42
+ "waitIncrementSeconds": 60,
43
+ "quickLoginCheckMilliSeconds": 1000,
44
+ "maxDeltaTimeSeconds": 43200,
45
+ "failureFactor": 30,
46
+ "roles": {
47
+ "realm": [
48
+ {
49
+ "id": "73196a8b-eb0e-4053-bc2b-e687710af912",
50
+ "name": "default-roles-myrealm",
51
+ "description": "${role_default-roles}",
52
+ "composite": true,
53
+ "composites": {
54
+ "realm": ["offline_access", "uma_authorization"],
55
+ "client": {
56
+ "account": ["view-profile", "manage-account"]
57
+ }
58
+ },
59
+ "clientRole": false,
60
+ "containerId": "34c5f904-d66e-4d8f-8876-8f00d9fa9d6c",
61
+ "attributes": {}
62
+ },
63
+ {
64
+ "id": "a9fd407f-7ab1-4cf4-abcc-395666a8646f",
65
+ "name": "offline_access",
66
+ "description": "${role_offline-access}",
67
+ "composite": false,
68
+ "clientRole": false,
69
+ "containerId": "34c5f904-d66e-4d8f-8876-8f00d9fa9d6c",
70
+ "attributes": {}
71
+ },
72
+ {
73
+ "id": "b07d1a38-a41b-4ecb-a273-4d173d3a2f07",
74
+ "name": "uma_authorization",
75
+ "description": "${role_uma_authorization}",
76
+ "composite": false,
77
+ "clientRole": false,
78
+ "containerId": "34c5f904-d66e-4d8f-8876-8f00d9fa9d6c",
79
+ "attributes": {}
80
+ }
81
+ ],
82
+ "client": {
83
+ "myclient": [],
84
+ "realm-management": [
85
+ {
86
+ "id": "775657eb-5c58-4452-9b92-96303f63108b",
87
+ "name": "query-clients",
88
+ "description": "${role_query-clients}",
89
+ "composite": false,
90
+ "clientRole": true,
91
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
92
+ "attributes": {}
93
+ },
94
+ {
95
+ "id": "01d01f09-efb3-4402-8b55-4fab89745b4b",
96
+ "name": "manage-identity-providers",
97
+ "description": "${role_manage-identity-providers}",
98
+ "composite": false,
99
+ "clientRole": true,
100
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
101
+ "attributes": {}
102
+ },
103
+ {
104
+ "id": "f86b8c06-296a-4622-a9cc-e97805b43e4a",
105
+ "name": "manage-realm",
106
+ "description": "${role_manage-realm}",
107
+ "composite": false,
108
+ "clientRole": true,
109
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
110
+ "attributes": {}
111
+ },
112
+ {
113
+ "id": "d30523cd-7710-4756-b27e-3a0ab0489b57",
114
+ "name": "manage-clients",
115
+ "description": "${role_manage-clients}",
116
+ "composite": false,
117
+ "clientRole": true,
118
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
119
+ "attributes": {}
120
+ },
121
+ {
122
+ "id": "986aee27-8ba7-472f-b139-33a731dc2f1c",
123
+ "name": "query-realms",
124
+ "description": "${role_query-realms}",
125
+ "composite": false,
126
+ "clientRole": true,
127
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
128
+ "attributes": {}
129
+ },
130
+ {
131
+ "id": "83303573-1714-45a8-9ef2-096f68d0018c",
132
+ "name": "create-client",
133
+ "description": "${role_create-client}",
134
+ "composite": false,
135
+ "clientRole": true,
136
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
137
+ "attributes": {}
138
+ },
139
+ {
140
+ "id": "6d8d7cb2-e83b-4767-9778-2d76f0994285",
141
+ "name": "view-events",
142
+ "description": "${role_view-events}",
143
+ "composite": false,
144
+ "clientRole": true,
145
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
146
+ "attributes": {}
147
+ },
148
+ {
149
+ "id": "994c9ecd-bd42-4ef2-b795-89638aecfbee",
150
+ "name": "view-users",
151
+ "description": "${role_view-users}",
152
+ "composite": true,
153
+ "composites": {
154
+ "client": {
155
+ "realm-management": ["query-users", "query-groups"]
156
+ }
157
+ },
158
+ "clientRole": true,
159
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
160
+ "attributes": {}
161
+ },
162
+ {
163
+ "id": "09d43569-839d-45c0-b8e8-b0768e8b6b78",
164
+ "name": "query-groups",
165
+ "description": "${role_query-groups}",
166
+ "composite": false,
167
+ "clientRole": true,
168
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
169
+ "attributes": {}
170
+ },
171
+ {
172
+ "id": "2713d8c6-0dca-4c48-b321-503f69ff943b",
173
+ "name": "view-realm",
174
+ "description": "${role_view-realm}",
175
+ "composite": false,
176
+ "clientRole": true,
177
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
178
+ "attributes": {}
179
+ },
180
+ {
181
+ "id": "48b308dd-5b7c-4602-9aa1-c63ede77605a",
182
+ "name": "manage-events",
183
+ "description": "${role_manage-events}",
184
+ "composite": false,
185
+ "clientRole": true,
186
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
187
+ "attributes": {}
188
+ },
189
+ {
190
+ "id": "00e9e87f-fac2-4edd-a8f0-43376a0c1ba3",
191
+ "name": "manage-authorization",
192
+ "description": "${role_manage-authorization}",
193
+ "composite": false,
194
+ "clientRole": true,
195
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
196
+ "attributes": {}
197
+ },
198
+ {
199
+ "id": "3d30a0f9-61b2-4c73-b90a-adcd45d21fd9",
200
+ "name": "view-authorization",
201
+ "description": "${role_view-authorization}",
202
+ "composite": false,
203
+ "clientRole": true,
204
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
205
+ "attributes": {}
206
+ },
207
+ {
208
+ "id": "ffe5d44a-f8c4-4a60-b2ae-b00802a773e0",
209
+ "name": "query-users",
210
+ "description": "${role_query-users}",
211
+ "composite": false,
212
+ "clientRole": true,
213
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
214
+ "attributes": {}
215
+ },
216
+ {
217
+ "id": "f3b33996-32d4-4cc6-8a8a-7a6cfebfe961",
218
+ "name": "impersonation",
219
+ "description": "${role_impersonation}",
220
+ "composite": false,
221
+ "clientRole": true,
222
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
223
+ "attributes": {}
224
+ },
225
+ {
226
+ "id": "ba8de396-48e9-4b98-ade8-c647aa14b365",
227
+ "name": "view-clients",
228
+ "description": "${role_view-clients}",
229
+ "composite": true,
230
+ "composites": {
231
+ "client": {
232
+ "realm-management": ["query-clients"]
233
+ }
234
+ },
235
+ "clientRole": true,
236
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
237
+ "attributes": {}
238
+ },
239
+ {
240
+ "id": "02c214b0-85ec-477e-ae0b-9b6d189694d8",
241
+ "name": "realm-admin",
242
+ "description": "${role_realm-admin}",
243
+ "composite": true,
244
+ "composites": {
245
+ "client": {
246
+ "realm-management": [
247
+ "query-clients",
248
+ "manage-identity-providers",
249
+ "manage-realm",
250
+ "manage-clients",
251
+ "query-realms",
252
+ "create-client",
253
+ "view-events",
254
+ "view-users",
255
+ "query-groups",
256
+ "view-realm",
257
+ "manage-events",
258
+ "manage-authorization",
259
+ "view-authorization",
260
+ "query-users",
261
+ "view-clients",
262
+ "impersonation",
263
+ "manage-users",
264
+ "view-identity-providers"
265
+ ]
266
+ }
267
+ },
268
+ "clientRole": true,
269
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
270
+ "attributes": {}
271
+ },
272
+ {
273
+ "id": "b82280bc-9d94-4022-a4f2-7a8302aea121",
274
+ "name": "manage-users",
275
+ "description": "${role_manage-users}",
276
+ "composite": false,
277
+ "clientRole": true,
278
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
279
+ "attributes": {}
280
+ },
281
+ {
282
+ "id": "71b6fdbd-58a3-4dc6-a7f9-8f41e93e2a5a",
283
+ "name": "view-identity-providers",
284
+ "description": "${role_view-identity-providers}",
285
+ "composite": false,
286
+ "clientRole": true,
287
+ "containerId": "7b59a215-bad5-49e1-a128-fa3479cb016d",
288
+ "attributes": {}
289
+ }
290
+ ],
291
+ "security-admin-console": [],
292
+ "admin-cli": [],
293
+ "account-console": [],
294
+ "broker": [
295
+ {
296
+ "id": "cfa32acf-996e-424b-a95c-17f975671e95",
297
+ "name": "read-token",
298
+ "description": "${role_read-token}",
299
+ "composite": false,
300
+ "clientRole": true,
301
+ "containerId": "18fb8e89-9866-442c-8848-10bd0acd3ffe",
302
+ "attributes": {}
303
+ }
304
+ ],
305
+ "account": [
306
+ {
307
+ "id": "b1f05b6e-02ff-4c1a-a65d-82649d4a57ad",
308
+ "name": "manage-account-links",
309
+ "description": "${role_manage-account-links}",
310
+ "composite": false,
311
+ "clientRole": true,
312
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
313
+ "attributes": {}
314
+ },
315
+ {
316
+ "id": "752f2e72-5416-4b27-85e3-a9fa8aa67922",
317
+ "name": "view-profile",
318
+ "description": "${role_view-profile}",
319
+ "composite": false,
320
+ "clientRole": true,
321
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
322
+ "attributes": {}
323
+ },
324
+ {
325
+ "id": "5a202431-ccad-4d21-8883-31526b145490",
326
+ "name": "view-consent",
327
+ "description": "${role_view-consent}",
328
+ "composite": false,
329
+ "clientRole": true,
330
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
331
+ "attributes": {}
332
+ },
333
+ {
334
+ "id": "194a968b-9451-4f48-88c3-da89b230e3f8",
335
+ "name": "delete-account",
336
+ "description": "${role_delete-account}",
337
+ "composite": false,
338
+ "clientRole": true,
339
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
340
+ "attributes": {}
341
+ },
342
+ {
343
+ "id": "11e79573-634b-4ac7-aadd-acbf08f98329",
344
+ "name": "view-applications",
345
+ "description": "${role_view-applications}",
346
+ "composite": false,
347
+ "clientRole": true,
348
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
349
+ "attributes": {}
350
+ },
351
+ {
352
+ "id": "07a6864b-3f95-4508-9c65-b65eaa4d3efd",
353
+ "name": "manage-account",
354
+ "description": "${role_manage-account}",
355
+ "composite": true,
356
+ "composites": {
357
+ "client": {
358
+ "account": ["manage-account-links"]
359
+ }
360
+ },
361
+ "clientRole": true,
362
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
363
+ "attributes": {}
364
+ },
365
+ {
366
+ "id": "80cac64a-fc3f-46af-8e13-acdcf3701a72",
367
+ "name": "manage-consent",
368
+ "description": "${role_manage-consent}",
369
+ "composite": true,
370
+ "composites": {
371
+ "client": {
372
+ "account": ["view-consent"]
373
+ }
374
+ },
375
+ "clientRole": true,
376
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
377
+ "attributes": {}
378
+ },
379
+ {
380
+ "id": "2e765515-4128-4c7b-9aac-b94e39cdd956",
381
+ "name": "view-groups",
382
+ "description": "${role_view-groups}",
383
+ "composite": false,
384
+ "clientRole": true,
385
+ "containerId": "072175a1-a921-4c5e-89ca-77d99fe64f41",
386
+ "attributes": {}
387
+ }
388
+ ]
389
+ }
390
+ },
391
+ "groups": [],
392
+ "defaultRole": {
393
+ "id": "73196a8b-eb0e-4053-bc2b-e687710af912",
394
+ "name": "default-roles-myrealm",
395
+ "description": "${role_default-roles}",
396
+ "composite": true,
397
+ "clientRole": false,
398
+ "containerId": "34c5f904-d66e-4d8f-8876-8f00d9fa9d6c"
399
+ },
400
+ "requiredCredentials": ["password"],
401
+ "otpPolicyType": "totp",
402
+ "otpPolicyAlgorithm": "HmacSHA1",
403
+ "otpPolicyInitialCounter": 0,
404
+ "otpPolicyDigits": 6,
405
+ "otpPolicyLookAheadWindow": 1,
406
+ "otpPolicyPeriod": 30,
407
+ "otpPolicyCodeReusable": false,
408
+ "otpSupportedApplications": [
409
+ "totpAppFreeOTPName",
410
+ "totpAppGoogleName",
411
+ "totpAppMicrosoftAuthenticatorName"
412
+ ],
413
+ "localizationTexts": {},
414
+ "webAuthnPolicyRpEntityName": "keycloak",
415
+ "webAuthnPolicySignatureAlgorithms": ["ES256"],
416
+ "webAuthnPolicyRpId": "",
417
+ "webAuthnPolicyAttestationConveyancePreference": "not specified",
418
+ "webAuthnPolicyAuthenticatorAttachment": "not specified",
419
+ "webAuthnPolicyRequireResidentKey": "not specified",
420
+ "webAuthnPolicyUserVerificationRequirement": "not specified",
421
+ "webAuthnPolicyCreateTimeout": 0,
422
+ "webAuthnPolicyAvoidSameAuthenticatorRegister": false,
423
+ "webAuthnPolicyAcceptableAaguids": [],
424
+ "webAuthnPolicyExtraOrigins": [],
425
+ "webAuthnPolicyPasswordlessRpEntityName": "keycloak",
426
+ "webAuthnPolicyPasswordlessSignatureAlgorithms": ["ES256"],
427
+ "webAuthnPolicyPasswordlessRpId": "",
428
+ "webAuthnPolicyPasswordlessAttestationConveyancePreference": "not specified",
429
+ "webAuthnPolicyPasswordlessAuthenticatorAttachment": "not specified",
430
+ "webAuthnPolicyPasswordlessRequireResidentKey": "not specified",
431
+ "webAuthnPolicyPasswordlessUserVerificationRequirement": "not specified",
432
+ "webAuthnPolicyPasswordlessCreateTimeout": 0,
433
+ "webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false,
434
+ "webAuthnPolicyPasswordlessAcceptableAaguids": [],
435
+ "webAuthnPolicyPasswordlessExtraOrigins": [],
436
+ "users": [
437
+ {
438
+ "id": "00a62e75-bcc1-419a-a292-63ee5d161ed3",
439
+ "createdTimestamp": 1716214686563,
440
+ "username": "testuser",
441
+ "enabled": true,
442
+ "totp": false,
443
+ "emailVerified": true,
444
+ "firstName": "Test",
445
+ "lastName": "User",
446
+ "email": "testuser@gmail.com",
447
+ "credentials": [
448
+ {
449
+ "id": "60e992d6-6c7a-45a2-af0e-28d84c86629f",
450
+ "type": "password",
451
+ "userLabel": "My password",
452
+ "createdDate": 1716214710762,
453
+ "secretData": "{\"value\":\"OaI4sKqQn+NZtS6N/bcqoZ8Q+ucpBby1n4XmzVmioKw=\",\"salt\":\"temixVCSbpA7Genml2KTAw==\",\"additionalParameters\":{}}",
454
+ "credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}"
455
+ }
456
+ ],
457
+ "disableableCredentialTypes": [],
458
+ "requiredActions": [],
459
+ "realmRoles": ["default-roles-myrealm"],
460
+ "notBefore": 0,
461
+ "groups": []
462
+ }
463
+ ],
464
+ "scopeMappings": [
465
+ {
466
+ "clientScope": "offline_access",
467
+ "roles": ["offline_access"]
468
+ }
469
+ ],
470
+ "clientScopeMappings": {
471
+ "account": [
472
+ {
473
+ "client": "account-console",
474
+ "roles": ["manage-account", "view-groups"]
475
+ }
476
+ ]
477
+ },
478
+ "clients": [
479
+ {
480
+ "id": "072175a1-a921-4c5e-89ca-77d99fe64f41",
481
+ "clientId": "account",
482
+ "name": "${client_account}",
483
+ "description": "",
484
+ "rootUrl": "${authBaseUrl}",
485
+ "adminUrl": "",
486
+ "baseUrl": "/realms/myrealm/account/",
487
+ "surrogateAuthRequired": false,
488
+ "enabled": true,
489
+ "alwaysDisplayInConsole": false,
490
+ "clientAuthenticatorType": "client-secret",
491
+ "redirectUris": ["/realms/myrealm/account/*"],
492
+ "webOrigins": [],
493
+ "notBefore": 0,
494
+ "bearerOnly": false,
495
+ "consentRequired": false,
496
+ "standardFlowEnabled": true,
497
+ "implicitFlowEnabled": false,
498
+ "directAccessGrantsEnabled": false,
499
+ "serviceAccountsEnabled": false,
500
+ "publicClient": true,
501
+ "frontchannelLogout": false,
502
+ "protocol": "openid-connect",
503
+ "attributes": {
504
+ "oidc.ciba.grant.enabled": "false",
505
+ "backchannel.logout.session.required": "true",
506
+ "login_theme": "keycloakify-starter",
507
+ "post.logout.redirect.uris": "+",
508
+ "oauth2.device.authorization.grant.enabled": "false",
509
+ "display.on.consent.screen": "false",
510
+ "backchannel.logout.revoke.offline.tokens": "false"
511
+ },
512
+ "authenticationFlowBindingOverrides": {},
513
+ "fullScopeAllowed": false,
514
+ "nodeReRegistrationTimeout": 0,
515
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
516
+ "optionalClientScopes": [
517
+ "address",
518
+ "phone",
519
+ "offline_access",
520
+ "microprofile-jwt"
521
+ ]
522
+ },
523
+ {
524
+ "id": "49254aff-1560-43e3-b10d-3e7e6aeba1b9",
525
+ "clientId": "account-console",
526
+ "name": "${client_account-console}",
527
+ "rootUrl": "${authBaseUrl}",
528
+ "baseUrl": "/realms/myrealm/account/",
529
+ "surrogateAuthRequired": false,
530
+ "enabled": true,
531
+ "alwaysDisplayInConsole": false,
532
+ "clientAuthenticatorType": "client-secret",
533
+ "redirectUris": ["/realms/myrealm/account/*"],
534
+ "webOrigins": [],
535
+ "notBefore": 0,
536
+ "bearerOnly": false,
537
+ "consentRequired": false,
538
+ "standardFlowEnabled": true,
539
+ "implicitFlowEnabled": false,
540
+ "directAccessGrantsEnabled": false,
541
+ "serviceAccountsEnabled": false,
542
+ "publicClient": true,
543
+ "frontchannelLogout": false,
544
+ "protocol": "openid-connect",
545
+ "attributes": {
546
+ "post.logout.redirect.uris": "+",
547
+ "pkce.code.challenge.method": "S256"
548
+ },
549
+ "authenticationFlowBindingOverrides": {},
550
+ "fullScopeAllowed": false,
551
+ "nodeReRegistrationTimeout": 0,
552
+ "protocolMappers": [
553
+ {
554
+ "id": "7053e4a2-2897-4fb1-99c9-e477a711444a",
555
+ "name": "audience resolve",
556
+ "protocol": "openid-connect",
557
+ "protocolMapper": "oidc-audience-resolve-mapper",
558
+ "consentRequired": false,
559
+ "config": {}
560
+ }
561
+ ],
562
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
563
+ "optionalClientScopes": [
564
+ "address",
565
+ "phone",
566
+ "offline_access",
567
+ "microprofile-jwt"
568
+ ]
569
+ },
570
+ {
571
+ "id": "525b15af-4a12-4d51-bdca-c7722d1a3f26",
572
+ "clientId": "admin-cli",
573
+ "name": "${client_admin-cli}",
574
+ "surrogateAuthRequired": false,
575
+ "enabled": true,
576
+ "alwaysDisplayInConsole": false,
577
+ "clientAuthenticatorType": "client-secret",
578
+ "redirectUris": [],
579
+ "webOrigins": [],
580
+ "notBefore": 0,
581
+ "bearerOnly": false,
582
+ "consentRequired": false,
583
+ "standardFlowEnabled": false,
584
+ "implicitFlowEnabled": false,
585
+ "directAccessGrantsEnabled": true,
586
+ "serviceAccountsEnabled": false,
587
+ "publicClient": true,
588
+ "frontchannelLogout": false,
589
+ "protocol": "openid-connect",
590
+ "attributes": {
591
+ "post.logout.redirect.uris": "+"
592
+ },
593
+ "authenticationFlowBindingOverrides": {},
594
+ "fullScopeAllowed": false,
595
+ "nodeReRegistrationTimeout": 0,
596
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
597
+ "optionalClientScopes": [
598
+ "address",
599
+ "phone",
600
+ "offline_access",
601
+ "microprofile-jwt"
602
+ ]
603
+ },
604
+ {
605
+ "id": "18fb8e89-9866-442c-8848-10bd0acd3ffe",
606
+ "clientId": "broker",
607
+ "name": "${client_broker}",
608
+ "surrogateAuthRequired": false,
609
+ "enabled": true,
610
+ "alwaysDisplayInConsole": false,
611
+ "clientAuthenticatorType": "client-secret",
612
+ "redirectUris": [],
613
+ "webOrigins": [],
614
+ "notBefore": 0,
615
+ "bearerOnly": true,
616
+ "consentRequired": false,
617
+ "standardFlowEnabled": true,
618
+ "implicitFlowEnabled": false,
619
+ "directAccessGrantsEnabled": false,
620
+ "serviceAccountsEnabled": false,
621
+ "publicClient": false,
622
+ "frontchannelLogout": false,
623
+ "protocol": "openid-connect",
624
+ "attributes": {
625
+ "post.logout.redirect.uris": "+"
626
+ },
627
+ "authenticationFlowBindingOverrides": {},
628
+ "fullScopeAllowed": false,
629
+ "nodeReRegistrationTimeout": 0,
630
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
631
+ "optionalClientScopes": [
632
+ "address",
633
+ "phone",
634
+ "offline_access",
635
+ "microprofile-jwt"
636
+ ]
637
+ },
638
+ {
639
+ "id": "d18075ea-e792-4e53-9a7c-1b724f652ea1",
640
+ "clientId": "myclient",
641
+ "name": "",
642
+ "description": "",
643
+ "rootUrl": "https://my-theme.keycloakify.dev",
644
+ "adminUrl": "https://my-theme.keycloakify.dev",
645
+ "baseUrl": "",
646
+ "surrogateAuthRequired": false,
647
+ "enabled": true,
648
+ "alwaysDisplayInConsole": false,
649
+ "clientAuthenticatorType": "client-secret",
650
+ "redirectUris": ["https://my-theme.keycloakify.dev/*", "http://localhost*"],
651
+ "webOrigins": ["*"],
652
+ "notBefore": 0,
653
+ "bearerOnly": false,
654
+ "consentRequired": false,
655
+ "standardFlowEnabled": true,
656
+ "implicitFlowEnabled": false,
657
+ "directAccessGrantsEnabled": true,
658
+ "serviceAccountsEnabled": false,
659
+ "publicClient": true,
660
+ "frontchannelLogout": true,
661
+ "protocol": "openid-connect",
662
+ "attributes": {
663
+ "oidc.ciba.grant.enabled": "false",
664
+ "backchannel.logout.session.required": "true",
665
+ "login_theme": "keycloakify-starter",
666
+ "post.logout.redirect.uris": "https://my-theme.keycloakify.dev/*",
667
+ "oauth2.device.authorization.grant.enabled": "false",
668
+ "display.on.consent.screen": "false",
669
+ "backchannel.logout.revoke.offline.tokens": "false"
670
+ },
671
+ "authenticationFlowBindingOverrides": {},
672
+ "fullScopeAllowed": true,
673
+ "nodeReRegistrationTimeout": -1,
674
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
675
+ "optionalClientScopes": [
676
+ "address",
677
+ "phone",
678
+ "offline_access",
679
+ "microprofile-jwt"
680
+ ]
681
+ },
682
+ {
683
+ "id": "7b59a215-bad5-49e1-a128-fa3479cb016d",
684
+ "clientId": "realm-management",
685
+ "name": "${client_realm-management}",
686
+ "surrogateAuthRequired": false,
687
+ "enabled": true,
688
+ "alwaysDisplayInConsole": false,
689
+ "clientAuthenticatorType": "client-secret",
690
+ "redirectUris": [],
691
+ "webOrigins": [],
692
+ "notBefore": 0,
693
+ "bearerOnly": true,
694
+ "consentRequired": false,
695
+ "standardFlowEnabled": true,
696
+ "implicitFlowEnabled": false,
697
+ "directAccessGrantsEnabled": false,
698
+ "serviceAccountsEnabled": false,
699
+ "publicClient": false,
700
+ "frontchannelLogout": false,
701
+ "protocol": "openid-connect",
702
+ "attributes": {
703
+ "post.logout.redirect.uris": "+"
704
+ },
705
+ "authenticationFlowBindingOverrides": {},
706
+ "fullScopeAllowed": false,
707
+ "nodeReRegistrationTimeout": 0,
708
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
709
+ "optionalClientScopes": [
710
+ "address",
711
+ "phone",
712
+ "offline_access",
713
+ "microprofile-jwt"
714
+ ]
715
+ },
716
+ {
717
+ "id": "b023c6db-b457-49f8-ac52-5b9dd4879871",
718
+ "clientId": "security-admin-console",
719
+ "name": "${client_security-admin-console}",
720
+ "rootUrl": "${authAdminUrl}",
721
+ "baseUrl": "/admin/myrealm/console/",
722
+ "surrogateAuthRequired": false,
723
+ "enabled": true,
724
+ "alwaysDisplayInConsole": false,
725
+ "clientAuthenticatorType": "client-secret",
726
+ "redirectUris": ["/admin/myrealm/console/*"],
727
+ "webOrigins": ["+"],
728
+ "notBefore": 0,
729
+ "bearerOnly": false,
730
+ "consentRequired": false,
731
+ "standardFlowEnabled": true,
732
+ "implicitFlowEnabled": false,
733
+ "directAccessGrantsEnabled": false,
734
+ "serviceAccountsEnabled": false,
735
+ "publicClient": true,
736
+ "frontchannelLogout": false,
737
+ "protocol": "openid-connect",
738
+ "attributes": {
739
+ "post.logout.redirect.uris": "+",
740
+ "pkce.code.challenge.method": "S256"
741
+ },
742
+ "authenticationFlowBindingOverrides": {},
743
+ "fullScopeAllowed": false,
744
+ "nodeReRegistrationTimeout": 0,
745
+ "protocolMappers": [
746
+ {
747
+ "id": "59cde7ae-2218-4a8e-83af-cad992c3a700",
748
+ "name": "locale",
749
+ "protocol": "openid-connect",
750
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
751
+ "consentRequired": false,
752
+ "config": {
753
+ "introspection.token.claim": "true",
754
+ "userinfo.token.claim": "true",
755
+ "user.attribute": "locale",
756
+ "id.token.claim": "true",
757
+ "access.token.claim": "true",
758
+ "claim.name": "locale",
759
+ "jsonType.label": "String"
760
+ }
761
+ }
762
+ ],
763
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
764
+ "optionalClientScopes": [
765
+ "address",
766
+ "phone",
767
+ "offline_access",
768
+ "microprofile-jwt"
769
+ ]
770
+ }
771
+ ],
772
+ "clientScopes": [
773
+ {
774
+ "id": "a34adbcc-2377-47ed-ab09-16d1c3710eab",
775
+ "name": "microprofile-jwt",
776
+ "description": "Microprofile - JWT built-in scope",
777
+ "protocol": "openid-connect",
778
+ "attributes": {
779
+ "include.in.token.scope": "true",
780
+ "display.on.consent.screen": "false"
781
+ },
782
+ "protocolMappers": [
783
+ {
784
+ "id": "f05416b9-66cf-4db7-a599-c82e517eec7a",
785
+ "name": "groups",
786
+ "protocol": "openid-connect",
787
+ "protocolMapper": "oidc-usermodel-realm-role-mapper",
788
+ "consentRequired": false,
789
+ "config": {
790
+ "introspection.token.claim": "true",
791
+ "multivalued": "true",
792
+ "userinfo.token.claim": "true",
793
+ "user.attribute": "foo",
794
+ "id.token.claim": "true",
795
+ "access.token.claim": "true",
796
+ "claim.name": "groups",
797
+ "jsonType.label": "String"
798
+ }
799
+ },
800
+ {
801
+ "id": "54e42795-25d0-4b17-80d1-03138d37a84a",
802
+ "name": "upn",
803
+ "protocol": "openid-connect",
804
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
805
+ "consentRequired": false,
806
+ "config": {
807
+ "introspection.token.claim": "true",
808
+ "userinfo.token.claim": "true",
809
+ "user.attribute": "username",
810
+ "id.token.claim": "true",
811
+ "access.token.claim": "true",
812
+ "claim.name": "upn",
813
+ "jsonType.label": "String"
814
+ }
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "id": "98c5fa3c-5acc-4839-9a0b-19ce4c3f76df",
820
+ "name": "acr",
821
+ "description": "OpenID Connect scope for add acr (authentication context class reference) to the token",
822
+ "protocol": "openid-connect",
823
+ "attributes": {
824
+ "include.in.token.scope": "false",
825
+ "display.on.consent.screen": "false"
826
+ },
827
+ "protocolMappers": [
828
+ {
829
+ "id": "778cde17-a2a5-47c2-accd-fa47f7d1f728",
830
+ "name": "acr loa level",
831
+ "protocol": "openid-connect",
832
+ "protocolMapper": "oidc-acr-mapper",
833
+ "consentRequired": false,
834
+ "config": {
835
+ "id.token.claim": "true",
836
+ "introspection.token.claim": "true",
837
+ "access.token.claim": "true",
838
+ "userinfo.token.claim": "true"
839
+ }
840
+ }
841
+ ]
842
+ },
843
+ {
844
+ "id": "4b7b8bf4-7b9e-4d98-8e38-c94e59eada5c",
845
+ "name": "offline_access",
846
+ "description": "OpenID Connect built-in scope: offline_access",
847
+ "protocol": "openid-connect",
848
+ "attributes": {
849
+ "consent.screen.text": "${offlineAccessScopeConsentText}",
850
+ "display.on.consent.screen": "true"
851
+ }
852
+ },
853
+ {
854
+ "id": "3179cb14-245b-48ee-b93b-ca26a8a678e2",
855
+ "name": "email",
856
+ "description": "OpenID Connect built-in scope: email",
857
+ "protocol": "openid-connect",
858
+ "attributes": {
859
+ "include.in.token.scope": "true",
860
+ "display.on.consent.screen": "true",
861
+ "consent.screen.text": "${emailScopeConsentText}"
862
+ },
863
+ "protocolMappers": [
864
+ {
865
+ "id": "17ce460b-4235-4660-a453-d204a537e8a1",
866
+ "name": "email",
867
+ "protocol": "openid-connect",
868
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
869
+ "consentRequired": false,
870
+ "config": {
871
+ "introspection.token.claim": "true",
872
+ "userinfo.token.claim": "true",
873
+ "user.attribute": "email",
874
+ "id.token.claim": "true",
875
+ "access.token.claim": "true",
876
+ "claim.name": "email",
877
+ "jsonType.label": "String"
878
+ }
879
+ },
880
+ {
881
+ "id": "5a64b7ee-2a4c-4802-bdaf-0980b4015f2f",
882
+ "name": "email verified",
883
+ "protocol": "openid-connect",
884
+ "protocolMapper": "oidc-usermodel-property-mapper",
885
+ "consentRequired": false,
886
+ "config": {
887
+ "introspection.token.claim": "true",
888
+ "userinfo.token.claim": "true",
889
+ "user.attribute": "emailVerified",
890
+ "id.token.claim": "true",
891
+ "access.token.claim": "true",
892
+ "claim.name": "email_verified",
893
+ "jsonType.label": "boolean"
894
+ }
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "id": "08b27048-a2bd-4c35-a892-24dca6ec6995",
900
+ "name": "role_list",
901
+ "description": "SAML role list",
902
+ "protocol": "saml",
903
+ "attributes": {
904
+ "consent.screen.text": "${samlRoleListScopeConsentText}",
905
+ "display.on.consent.screen": "true"
906
+ },
907
+ "protocolMappers": [
908
+ {
909
+ "id": "f94644bb-853d-47c6-b41a-11218edb85f4",
910
+ "name": "role list",
911
+ "protocol": "saml",
912
+ "protocolMapper": "saml-role-list-mapper",
913
+ "consentRequired": false,
914
+ "config": {
915
+ "single": "false",
916
+ "attribute.nameformat": "Basic",
917
+ "attribute.name": "Role"
918
+ }
919
+ }
920
+ ]
921
+ },
922
+ {
923
+ "id": "8bc857e0-f791-4b1c-a8c5-e3c5375f38dd",
924
+ "name": "phone",
925
+ "description": "OpenID Connect built-in scope: phone",
926
+ "protocol": "openid-connect",
927
+ "attributes": {
928
+ "include.in.token.scope": "true",
929
+ "display.on.consent.screen": "true",
930
+ "consent.screen.text": "${phoneScopeConsentText}"
931
+ },
932
+ "protocolMappers": [
933
+ {
934
+ "id": "feea5cc1-e811-4daf-8352-451feb23f982",
935
+ "name": "phone number",
936
+ "protocol": "openid-connect",
937
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
938
+ "consentRequired": false,
939
+ "config": {
940
+ "introspection.token.claim": "true",
941
+ "userinfo.token.claim": "true",
942
+ "user.attribute": "phoneNumber",
943
+ "id.token.claim": "true",
944
+ "access.token.claim": "true",
945
+ "claim.name": "phone_number",
946
+ "jsonType.label": "String"
947
+ }
948
+ },
949
+ {
950
+ "id": "6daa31a8-213d-47c4-98d7-f08fdc35ef7c",
951
+ "name": "phone number verified",
952
+ "protocol": "openid-connect",
953
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
954
+ "consentRequired": false,
955
+ "config": {
956
+ "introspection.token.claim": "true",
957
+ "userinfo.token.claim": "true",
958
+ "user.attribute": "phoneNumberVerified",
959
+ "id.token.claim": "true",
960
+ "access.token.claim": "true",
961
+ "claim.name": "phone_number_verified",
962
+ "jsonType.label": "boolean"
963
+ }
964
+ }
965
+ ]
966
+ },
967
+ {
968
+ "id": "347cd2c6-025a-459e-8085-7437f7397e75",
969
+ "name": "profile",
970
+ "description": "OpenID Connect built-in scope: profile",
971
+ "protocol": "openid-connect",
972
+ "attributes": {
973
+ "include.in.token.scope": "true",
974
+ "display.on.consent.screen": "true",
975
+ "consent.screen.text": "${profileScopeConsentText}"
976
+ },
977
+ "protocolMappers": [
978
+ {
979
+ "id": "bfa6d24e-01da-47fc-ae63-f99402dd9cef",
980
+ "name": "locale",
981
+ "protocol": "openid-connect",
982
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
983
+ "consentRequired": false,
984
+ "config": {
985
+ "introspection.token.claim": "true",
986
+ "userinfo.token.claim": "true",
987
+ "user.attribute": "locale",
988
+ "id.token.claim": "true",
989
+ "access.token.claim": "true",
990
+ "claim.name": "locale",
991
+ "jsonType.label": "String"
992
+ }
993
+ },
994
+ {
995
+ "id": "94880dd1-cf8e-44bd-9fc5-d30da22087ba",
996
+ "name": "middle name",
997
+ "protocol": "openid-connect",
998
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
999
+ "consentRequired": false,
1000
+ "config": {
1001
+ "introspection.token.claim": "true",
1002
+ "userinfo.token.claim": "true",
1003
+ "user.attribute": "middleName",
1004
+ "id.token.claim": "true",
1005
+ "access.token.claim": "true",
1006
+ "claim.name": "middle_name",
1007
+ "jsonType.label": "String"
1008
+ }
1009
+ },
1010
+ {
1011
+ "id": "51437d5a-cb3c-4421-9d8e-ddd1fb5d0222",
1012
+ "name": "website",
1013
+ "protocol": "openid-connect",
1014
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1015
+ "consentRequired": false,
1016
+ "config": {
1017
+ "introspection.token.claim": "true",
1018
+ "userinfo.token.claim": "true",
1019
+ "user.attribute": "website",
1020
+ "id.token.claim": "true",
1021
+ "access.token.claim": "true",
1022
+ "claim.name": "website",
1023
+ "jsonType.label": "String"
1024
+ }
1025
+ },
1026
+ {
1027
+ "id": "f6e565d0-9257-4347-83a9-1a6262b3719d",
1028
+ "name": "updated at",
1029
+ "protocol": "openid-connect",
1030
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1031
+ "consentRequired": false,
1032
+ "config": {
1033
+ "introspection.token.claim": "true",
1034
+ "userinfo.token.claim": "true",
1035
+ "user.attribute": "updatedAt",
1036
+ "id.token.claim": "true",
1037
+ "access.token.claim": "true",
1038
+ "claim.name": "updated_at",
1039
+ "jsonType.label": "long"
1040
+ }
1041
+ },
1042
+ {
1043
+ "id": "02ce2fe1-4960-4110-89b6-c3e5726a98e7",
1044
+ "name": "username",
1045
+ "protocol": "openid-connect",
1046
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1047
+ "consentRequired": false,
1048
+ "config": {
1049
+ "introspection.token.claim": "true",
1050
+ "userinfo.token.claim": "true",
1051
+ "user.attribute": "username",
1052
+ "id.token.claim": "true",
1053
+ "access.token.claim": "true",
1054
+ "claim.name": "preferred_username",
1055
+ "jsonType.label": "String"
1056
+ }
1057
+ },
1058
+ {
1059
+ "id": "9939d565-954a-4796-9c2b-f916232dfe85",
1060
+ "name": "family name",
1061
+ "protocol": "openid-connect",
1062
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1063
+ "consentRequired": false,
1064
+ "config": {
1065
+ "introspection.token.claim": "true",
1066
+ "userinfo.token.claim": "true",
1067
+ "user.attribute": "lastName",
1068
+ "id.token.claim": "true",
1069
+ "access.token.claim": "true",
1070
+ "claim.name": "family_name",
1071
+ "jsonType.label": "String"
1072
+ }
1073
+ },
1074
+ {
1075
+ "id": "fc6433e8-b829-4567-b105-4e23658742f7",
1076
+ "name": "nickname",
1077
+ "protocol": "openid-connect",
1078
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1079
+ "consentRequired": false,
1080
+ "config": {
1081
+ "introspection.token.claim": "true",
1082
+ "userinfo.token.claim": "true",
1083
+ "user.attribute": "nickname",
1084
+ "id.token.claim": "true",
1085
+ "access.token.claim": "true",
1086
+ "claim.name": "nickname",
1087
+ "jsonType.label": "String"
1088
+ }
1089
+ },
1090
+ {
1091
+ "id": "effaee81-88d6-48e7-a08a-7b39ea88827f",
1092
+ "name": "picture",
1093
+ "protocol": "openid-connect",
1094
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1095
+ "consentRequired": false,
1096
+ "config": {
1097
+ "introspection.token.claim": "true",
1098
+ "userinfo.token.claim": "true",
1099
+ "user.attribute": "picture",
1100
+ "id.token.claim": "true",
1101
+ "access.token.claim": "true",
1102
+ "claim.name": "picture",
1103
+ "jsonType.label": "String"
1104
+ }
1105
+ },
1106
+ {
1107
+ "id": "068f4cf8-b079-4a5f-8c20-933fdb949be7",
1108
+ "name": "zoneinfo",
1109
+ "protocol": "openid-connect",
1110
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1111
+ "consentRequired": false,
1112
+ "config": {
1113
+ "introspection.token.claim": "true",
1114
+ "userinfo.token.claim": "true",
1115
+ "user.attribute": "zoneinfo",
1116
+ "id.token.claim": "true",
1117
+ "access.token.claim": "true",
1118
+ "claim.name": "zoneinfo",
1119
+ "jsonType.label": "String"
1120
+ }
1121
+ },
1122
+ {
1123
+ "id": "04611199-7e12-4318-86df-648700ed921b",
1124
+ "name": "given name",
1125
+ "protocol": "openid-connect",
1126
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1127
+ "consentRequired": false,
1128
+ "config": {
1129
+ "introspection.token.claim": "true",
1130
+ "userinfo.token.claim": "true",
1131
+ "user.attribute": "firstName",
1132
+ "id.token.claim": "true",
1133
+ "access.token.claim": "true",
1134
+ "claim.name": "given_name",
1135
+ "jsonType.label": "String"
1136
+ }
1137
+ },
1138
+ {
1139
+ "id": "5a8596d4-2805-4cc3-87f7-cb61c15f4639",
1140
+ "name": "birthdate",
1141
+ "protocol": "openid-connect",
1142
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1143
+ "consentRequired": false,
1144
+ "config": {
1145
+ "introspection.token.claim": "true",
1146
+ "userinfo.token.claim": "true",
1147
+ "user.attribute": "birthdate",
1148
+ "id.token.claim": "true",
1149
+ "access.token.claim": "true",
1150
+ "claim.name": "birthdate",
1151
+ "jsonType.label": "String"
1152
+ }
1153
+ },
1154
+ {
1155
+ "id": "a2903b6b-954b-45ca-9cc7-2f334c5664d6",
1156
+ "name": "full name",
1157
+ "protocol": "openid-connect",
1158
+ "protocolMapper": "oidc-full-name-mapper",
1159
+ "consentRequired": false,
1160
+ "config": {
1161
+ "id.token.claim": "true",
1162
+ "introspection.token.claim": "true",
1163
+ "access.token.claim": "true",
1164
+ "userinfo.token.claim": "true"
1165
+ }
1166
+ },
1167
+ {
1168
+ "id": "c226be74-7c32-46dd-bb59-6cb746122e63",
1169
+ "name": "gender",
1170
+ "protocol": "openid-connect",
1171
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1172
+ "consentRequired": false,
1173
+ "config": {
1174
+ "introspection.token.claim": "true",
1175
+ "userinfo.token.claim": "true",
1176
+ "user.attribute": "gender",
1177
+ "id.token.claim": "true",
1178
+ "access.token.claim": "true",
1179
+ "claim.name": "gender",
1180
+ "jsonType.label": "String"
1181
+ }
1182
+ },
1183
+ {
1184
+ "id": "beee7b3f-e350-4a5a-bd58-283754616822",
1185
+ "name": "profile",
1186
+ "protocol": "openid-connect",
1187
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1188
+ "consentRequired": false,
1189
+ "config": {
1190
+ "introspection.token.claim": "true",
1191
+ "userinfo.token.claim": "true",
1192
+ "user.attribute": "profile",
1193
+ "id.token.claim": "true",
1194
+ "access.token.claim": "true",
1195
+ "claim.name": "profile",
1196
+ "jsonType.label": "String"
1197
+ }
1198
+ }
1199
+ ]
1200
+ },
1201
+ {
1202
+ "id": "58b780fe-3ae1-4a9a-b753-83c73d8b9b16",
1203
+ "name": "web-origins",
1204
+ "description": "OpenID Connect scope for add allowed web origins to the access token",
1205
+ "protocol": "openid-connect",
1206
+ "attributes": {
1207
+ "include.in.token.scope": "false",
1208
+ "display.on.consent.screen": "false",
1209
+ "consent.screen.text": ""
1210
+ },
1211
+ "protocolMappers": [
1212
+ {
1213
+ "id": "42ba398f-544f-4d8f-904c-751ca128851b",
1214
+ "name": "allowed web origins",
1215
+ "protocol": "openid-connect",
1216
+ "protocolMapper": "oidc-allowed-origins-mapper",
1217
+ "consentRequired": false,
1218
+ "config": {
1219
+ "introspection.token.claim": "true",
1220
+ "access.token.claim": "true"
1221
+ }
1222
+ }
1223
+ ]
1224
+ },
1225
+ {
1226
+ "id": "82380a8a-21ac-4ccb-9537-089e6f6925b0",
1227
+ "name": "roles",
1228
+ "description": "OpenID Connect scope for add user roles to the access token",
1229
+ "protocol": "openid-connect",
1230
+ "attributes": {
1231
+ "include.in.token.scope": "false",
1232
+ "display.on.consent.screen": "true",
1233
+ "consent.screen.text": "${rolesScopeConsentText}"
1234
+ },
1235
+ "protocolMappers": [
1236
+ {
1237
+ "id": "f74a0bc9-d605-4d22-8a55-b50646a8feee",
1238
+ "name": "client roles",
1239
+ "protocol": "openid-connect",
1240
+ "protocolMapper": "oidc-usermodel-client-role-mapper",
1241
+ "consentRequired": false,
1242
+ "config": {
1243
+ "introspection.token.claim": "true",
1244
+ "multivalued": "true",
1245
+ "user.attribute": "foo",
1246
+ "access.token.claim": "true",
1247
+ "claim.name": "resource_access.${client_id}.roles",
1248
+ "jsonType.label": "String"
1249
+ }
1250
+ },
1251
+ {
1252
+ "id": "76ed7617-0e8f-4eae-a3d7-1f56a449146b",
1253
+ "name": "realm roles",
1254
+ "protocol": "openid-connect",
1255
+ "protocolMapper": "oidc-usermodel-realm-role-mapper",
1256
+ "consentRequired": false,
1257
+ "config": {
1258
+ "introspection.token.claim": "true",
1259
+ "multivalued": "true",
1260
+ "user.attribute": "foo",
1261
+ "access.token.claim": "true",
1262
+ "claim.name": "realm_access.roles",
1263
+ "jsonType.label": "String"
1264
+ }
1265
+ },
1266
+ {
1267
+ "id": "161fe03f-45a1-40b9-8127-73666be6146c",
1268
+ "name": "audience resolve",
1269
+ "protocol": "openid-connect",
1270
+ "protocolMapper": "oidc-audience-resolve-mapper",
1271
+ "consentRequired": false,
1272
+ "config": {
1273
+ "introspection.token.claim": "true",
1274
+ "access.token.claim": "true"
1275
+ }
1276
+ }
1277
+ ]
1278
+ },
1279
+ {
1280
+ "id": "d80195f7-4516-4028-9327-18896bfa0e76",
1281
+ "name": "address",
1282
+ "description": "OpenID Connect built-in scope: address",
1283
+ "protocol": "openid-connect",
1284
+ "attributes": {
1285
+ "include.in.token.scope": "true",
1286
+ "display.on.consent.screen": "true",
1287
+ "consent.screen.text": "${addressScopeConsentText}"
1288
+ },
1289
+ "protocolMappers": [
1290
+ {
1291
+ "id": "3d90f8b1-12a4-415f-bd93-dc729a1aac83",
1292
+ "name": "address",
1293
+ "protocol": "openid-connect",
1294
+ "protocolMapper": "oidc-address-mapper",
1295
+ "consentRequired": false,
1296
+ "config": {
1297
+ "user.attribute.formatted": "formatted",
1298
+ "user.attribute.country": "country",
1299
+ "introspection.token.claim": "true",
1300
+ "user.attribute.postal_code": "postal_code",
1301
+ "userinfo.token.claim": "true",
1302
+ "user.attribute.street": "street",
1303
+ "id.token.claim": "true",
1304
+ "user.attribute.region": "region",
1305
+ "access.token.claim": "true",
1306
+ "user.attribute.locality": "locality"
1307
+ }
1308
+ }
1309
+ ]
1310
+ }
1311
+ ],
1312
+ "defaultDefaultClientScopes": [
1313
+ "role_list",
1314
+ "profile",
1315
+ "email",
1316
+ "roles",
1317
+ "web-origins",
1318
+ "acr"
1319
+ ],
1320
+ "defaultOptionalClientScopes": [
1321
+ "offline_access",
1322
+ "address",
1323
+ "phone",
1324
+ "microprofile-jwt"
1325
+ ],
1326
+ "browserSecurityHeaders": {
1327
+ "contentSecurityPolicyReportOnly": "",
1328
+ "xContentTypeOptions": "nosniff",
1329
+ "referrerPolicy": "no-referrer",
1330
+ "xRobotsTag": "none",
1331
+ "xFrameOptions": "SAMEORIGIN",
1332
+ "contentSecurityPolicy": "frame-src 'self'; frame-ancestors 'self'; object-src 'none';",
1333
+ "xXSSProtection": "1; mode=block",
1334
+ "strictTransportSecurity": "max-age=31536000; includeSubDomains"
1335
+ },
1336
+ "smtpServer": {},
1337
+ "loginTheme": "",
1338
+ "accountTheme": "keycloakify-starter",
1339
+ "adminTheme": "",
1340
+ "emailTheme": "",
1341
+ "eventsEnabled": false,
1342
+ "eventsListeners": ["jboss-logging"],
1343
+ "enabledEventTypes": [],
1344
+ "adminEventsEnabled": false,
1345
+ "adminEventsDetailsEnabled": false,
1346
+ "identityProviders": [],
1347
+ "identityProviderMappers": [],
1348
+ "components": {
1349
+ "org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [
1350
+ {
1351
+ "id": "f289d7fd-002a-4b94-b31b-e749f2e8c929",
1352
+ "name": "Allowed Protocol Mapper Types",
1353
+ "providerId": "allowed-protocol-mappers",
1354
+ "subType": "anonymous",
1355
+ "subComponents": {},
1356
+ "config": {
1357
+ "allowed-protocol-mapper-types": [
1358
+ "oidc-sha256-pairwise-sub-mapper",
1359
+ "oidc-address-mapper",
1360
+ "saml-user-property-mapper",
1361
+ "oidc-full-name-mapper",
1362
+ "oidc-usermodel-attribute-mapper",
1363
+ "saml-role-list-mapper",
1364
+ "saml-user-attribute-mapper",
1365
+ "oidc-usermodel-property-mapper"
1366
+ ]
1367
+ }
1368
+ },
1369
+ {
1370
+ "id": "2cc912f4-dece-4896-8109-83cd9ebc0a94",
1371
+ "name": "Consent Required",
1372
+ "providerId": "consent-required",
1373
+ "subType": "anonymous",
1374
+ "subComponents": {},
1375
+ "config": {}
1376
+ },
1377
+ {
1378
+ "id": "9f649d42-0651-4ffb-8d66-d37668f7de66",
1379
+ "name": "Full Scope Disabled",
1380
+ "providerId": "scope",
1381
+ "subType": "anonymous",
1382
+ "subComponents": {},
1383
+ "config": {}
1384
+ },
1385
+ {
1386
+ "id": "86f27d14-3985-4d1f-beae-37e8ec1cad45",
1387
+ "name": "Allowed Client Scopes",
1388
+ "providerId": "allowed-client-templates",
1389
+ "subType": "authenticated",
1390
+ "subComponents": {},
1391
+ "config": {
1392
+ "allow-default-scopes": ["true"]
1393
+ }
1394
+ },
1395
+ {
1396
+ "id": "28059f5e-8d6b-4ff5-be82-de65e00bf546",
1397
+ "name": "Max Clients Limit",
1398
+ "providerId": "max-clients",
1399
+ "subType": "anonymous",
1400
+ "subComponents": {},
1401
+ "config": {
1402
+ "max-clients": ["200"]
1403
+ }
1404
+ },
1405
+ {
1406
+ "id": "dde0e878-b750-4284-b1bc-2f4e030af77e",
1407
+ "name": "Allowed Client Scopes",
1408
+ "providerId": "allowed-client-templates",
1409
+ "subType": "anonymous",
1410
+ "subComponents": {},
1411
+ "config": {
1412
+ "allow-default-scopes": ["true"]
1413
+ }
1414
+ },
1415
+ {
1416
+ "id": "545d007b-d351-46ab-91ff-f5ff106b3b6e",
1417
+ "name": "Trusted Hosts",
1418
+ "providerId": "trusted-hosts",
1419
+ "subType": "anonymous",
1420
+ "subComponents": {},
1421
+ "config": {
1422
+ "host-sending-registration-request-must-match": ["true"],
1423
+ "client-uris-must-match": ["true"]
1424
+ }
1425
+ },
1426
+ {
1427
+ "id": "aa554a2f-505c-4b30-ba25-810304049a9d",
1428
+ "name": "Allowed Protocol Mapper Types",
1429
+ "providerId": "allowed-protocol-mappers",
1430
+ "subType": "authenticated",
1431
+ "subComponents": {},
1432
+ "config": {
1433
+ "allowed-protocol-mapper-types": [
1434
+ "saml-user-property-mapper",
1435
+ "oidc-full-name-mapper",
1436
+ "saml-user-attribute-mapper",
1437
+ "oidc-sha256-pairwise-sub-mapper",
1438
+ "saml-role-list-mapper",
1439
+ "oidc-address-mapper",
1440
+ "oidc-usermodel-attribute-mapper",
1441
+ "oidc-usermodel-property-mapper"
1442
+ ]
1443
+ }
1444
+ }
1445
+ ],
1446
+ "org.keycloak.keys.KeyProvider": [
1447
+ {
1448
+ "id": "f8e3412c-73f8-44dc-bad1-985e5fd26027",
1449
+ "name": "rsa-enc-generated",
1450
+ "providerId": "rsa-enc-generated",
1451
+ "subComponents": {},
1452
+ "config": {
1453
+ "privateKey": [
1454
+ "MIIEowIBAAKCAQEA3dc4kZf0ztlkaMJ8OaTab3KzdXIUJgG4SZFmHCvHEwM8Jhn2qF7Cz3pbS3vDEPmb9FduFKZM47z5hayyM2EDea1hCDjbGNfyd3hd225TmaLB9/7hQde2kprbM7r/Jq+TNIwnfXfW930Byp4YrlvGdSK3vcSp7BmWtH/7ovxVhJ6G9nKDtbUmdfIIj4X4JxcCO+n9y/3p2ku3b2JM2VQWbyc8xHyZ9MI/FI1OQ9hxRl9f+o8keR6DcT8+Cd+oihjz2tgx+3QcPNQ304JACEKs7eLLEX2CA8XMXQ/PgZ39QowJrys70cnMNNZGVhPHkEEhBdTJkIGJEc+YGng/picdOQIDAQABAoIBAA7doveBGjeyskhU4ODQaI53iyNJJqSykJtmQdRZPw9jZzUnoA0bWiAJYBnLhg0ndOlBFjbbCAo3OfW+8CtPCnd6ao16MrBtzcLUwl4q4zF6vYqbvi0pdYOwgRTsqISt1x/HCC4GIrxV8hGv83gOEI5j6hhhsYAi6aO+ppzlUbby9EIdOFxLSFqEqHnIW5MuktIAjUMz3/RUhPaXCLfnEyHTiqXSZ+jCwEiQx4mccBSgQSTzbUwKpZ92xWvjb72wUC4i71ilDacf2OK7mRb9WQTmanKW7gCGyLTzEaeOEXvMYJ85FSYRoikSEVRlzdZ9j7+d2VLOf6Gij3vS1WhZTEsCgYEA7pNnbgUzTxo69+2njVFil5VTdm0x6+j2HRbkhLv14ZUBG/HUIJWRNTMgwKCkTb7Zth7EYBDqqx+CnBjuFK68DT8J14K0OyCDaWixI0rrEC3RkiiL3gRbDENhBlqO4ZhLnttRzL0+G1pznVLQrNqBO608TC73H0SUTv4B9647CmcCgYEA7grsxMYaDkfdtnhUAYdDtxQYuD6qC5sjzfxd/qUAb6+b7/n8BB0yJ7yUeKcsvfbCHqDa29kWesuaG3Jpgt0FY6FC5C5tcva5KOAnP6s0mgxu7G5JpOpbY3kFNvkPRN+aP+PJOv5ZZR1EinPPVzMcpz/GcdYEnSwaF9mHyMnZF18CgYAonIb6v3/gc0KeeaIP+E6kJxMyEZxx4BIlGYSE48oTQF4T97J4aX1yZOWqZK4TXe2Jhus+vyJzRsXg9I1yj9wLFTQDr4gmmH5GL0AYFeS1uFb4XlaQ0IT/LWkSv8+ar2YQAJ2IEJ7F4TvVCAflpLxjADZHcac3d2EXoT2Mf+gk+QKBgQCbuQflPldjSj5PlW4XRd7VkM8PEOd7CjWlFliDMnwTlEUl+1qTcmoSNrrGJ08MwrWBBefG9MBQ+orJM9K0alSRNbilv32YPLEqfWEPtLeHo2SZRRjmSu4YJ95ydQI5IzIsY56L+kKO9FOXY2WbfPNcskrmw4RnMaesPIEoqGtdbwKBgBJ8qNLZrchF521r7dJB8kcC9PsDZoLXMi1neKHHlUWLe6t9JGrgnjApy3FctDJD+MCGUdyqudnDf/4fjc4G4xO8qhHLaBG43cOaFIqFzuNPVG9NVxZYIaEUX6k1VfRbaB+WX2gPUEgXtuJA+0aelkrdr7peghnZGhGUesO5ziLd"
1455
+ ],
1456
+ "keyUse": ["ENC"],
1457
+ "certificate": [
1458
+ "MIICnTCCAYUCBgGPllpgqzANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdteXJlYWxtMB4XDTI0MDUyMDE0MTIzNloXDTM0MDUyMDE0MTQxNlowEjEQMA4GA1UEAwwHbXlyZWFsbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN3XOJGX9M7ZZGjCfDmk2m9ys3VyFCYBuEmRZhwrxxMDPCYZ9qhews96W0t7wxD5m/RXbhSmTOO8+YWssjNhA3mtYQg42xjX8nd4XdtuU5miwff+4UHXtpKa2zO6/yavkzSMJ3131vd9AcqeGK5bxnUit73EqewZlrR/+6L8VYSehvZyg7W1JnXyCI+F+CcXAjvp/cv96dpLt29iTNlUFm8nPMR8mfTCPxSNTkPYcUZfX/qPJHkeg3E/PgnfqIoY89rYMft0HDzUN9OCQAhCrO3iyxF9ggPFzF0Pz4Gd/UKMCa8rO9HJzDTWRlYTx5BBIQXUyZCBiRHPmBp4P6YnHTkCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAaTOz7jQv16D38jWX774eEdhfpKwoFmbsybQ7TO9ZRSaN9l8pKtZXAXUVKaTwpBjzG3QoVirFkZ2GPz0jezVa4jhH26AAv7FZKSP1FZ/buSUbV6XNIhdne8PE+ggObGeCHefeEgOLXnWFrSr43XrlZnhbNuxiVRYu6RKtuG1V3Ycs06wAPclu5bIrWtqDq96w3q2Up/CgLvQXLNs4X7gXqnwlJqS/CLvwKK1tzO6UKOal/V8dSPQuo3XY6oBHFOgyOQdlrO3xroK40T/G9T9bczJBrO3eDB1/mMlbHkk9kXWRjrqMomdrFqWrxqqda7+danSPbzHsJGZtZKEtLXx6Gw=="
1459
+ ],
1460
+ "priority": ["100"],
1461
+ "algorithm": ["RSA-OAEP"]
1462
+ }
1463
+ },
1464
+ {
1465
+ "id": "6f637cad-3706-4c97-b4e5-ab230104d1f0",
1466
+ "name": "aes-generated",
1467
+ "providerId": "aes-generated",
1468
+ "subComponents": {},
1469
+ "config": {
1470
+ "kid": ["e29dcdba-12e4-4e6c-8190-9f1d0df345a5"],
1471
+ "secret": ["PEyekPW9N8_E5bZIzNVztw"],
1472
+ "priority": ["100"]
1473
+ }
1474
+ },
1475
+ {
1476
+ "id": "63a57d4f-e952-4d37-ba58-a79f6f0692e7",
1477
+ "name": "hmac-generated",
1478
+ "providerId": "hmac-generated",
1479
+ "subComponents": {},
1480
+ "config": {
1481
+ "kid": ["819b6963-4adf-4ca0-a49b-d83ca77902df"],
1482
+ "secret": [
1483
+ "20ufWaXdKGihY3ObEZrO9qe4yQQVM5JJnMvQk-3yf8vnupPmorPdISG2Ea2zYfrEWkkqat3TtMlktJFzt-YuNQ"
1484
+ ],
1485
+ "priority": ["100"],
1486
+ "algorithm": ["HS256"]
1487
+ }
1488
+ },
1489
+ {
1490
+ "id": "bf0d1f33-f472-4ef5-b356-79e3533db4e5",
1491
+ "name": "rsa-generated",
1492
+ "providerId": "rsa-generated",
1493
+ "subComponents": {},
1494
+ "config": {
1495
+ "privateKey": [
1496
+ "MIIEogIBAAKCAQEAk5I37zrgm0HlbkA7jnfSerEhvVgQqIzYSV5xhfAnsShZWwUXZwefC+IK8iX+uD5rBRKvQhyFEK2L2pfx+Fy6Yemkdo7T4z9RBFD55RXgzPTzB7G8hIEezmwn3qq27BaM/dOaYkCVtI/GDEpIvwXtAvmgIFPS1npFT/VW0WtGk/pyeg6g00LwQEWhsN3kECJN42AyoseuOkYQ0zvBmoraKmBYs2BfDUx3NoPDcCOLWuIndsrPLCkhXxhpkCHOz1JjdW9fYklJEXIh4yDO4OR1qh1HwgMBKhGkpH2c94RsKzUk8oTEqYYxDZldfvISZPH0Zw2jMsxEKRGEqSxnjFRzFQIDAQABAoIBAACKfW6A1IB1NCJclWtPCKQ/AHzpdPwtMgDI2hkv2XFmkLdK9DxCNKTOQhSDq6Sgw/Mrj51qLdmzDStyuaYbruo7eUke+mtfmMwvgM8EbsPJlRd+4Q5KS+LdViMUlKGWbpNionMAQhw8l7EFV7Ftk+IaKKpdrEzxe04Q++2+Gy7hL3s3VdsAsPulev1fqpYCuifAKzNBj582rsHMua6WgUXJN5r+EN3JngoXVTncfa0L2Ra3WJtr8vELpKSE/ubjNfk7kUr6noF8v89YG3OuCvDFEBof85CHmzCCLXFRt71IyKIO0HFDRTWNjp0sP5UpkSkRBBxMPCj9ZaiEt0zmwpkCgYEAzu4lhTqBzM1DGFgAh6RHn9vUUl5GmGiXm0PNwjnjRx3C6BuuhmKaPlAUWExIm94jrmfAlIwlEZj3j/TXTALpF4HxLnI5Pa2/50mbIHtm7f0TTIWeG8jgFtmYcnbcMLclZTJzmkqi5SAiMEqk1jyFvHxTxGZCIbRNKDEZKxY6920CgYEAtpCicDbwkix0rCIWrXs8zPRJmPSTVGTvwX//dy9wlJqcfWwXOYWvefF+Q8YfF2fwrTPe/u9XDepEWIA9AkHE0PCE0tpP/n1DoIb2lMiXxjX1myLDh11IOtLDHsjxsXYrAj/9c8/gZWw/2y2FtCDN59uexsGEDXAtbVdxdvEbWUkCgYBJhkiCnBU+pbgvUCVwDKj+XeeFFMZUpOUpX+AeIN9mh2aXfi52xVY0ydNQxFoQN8/JykedAGazZ/yeg8pz0Zzso1kEvcUk6zWCgp7B3dbmvMM8r0VMbgVhWRNXqG/4RzrcSB7XNanHa7F6IyuKi5qhLDO/Vu4sd5nqq/dbXdy5yQKBgB0OsjwIEoxBdSR8nH1qMwgwDZLBwr1Y/2wd8kxHCbUtUqEH1j56j65qCH3DB+nSylTW/7Q15fY6BjzL1GoKi8fxsEJbKwZHa78eHBscPkP3DKtvgg2GhFuQdivtMcLcGwZVpwKK4J1j+FnrSe+clQlFRGVAIcN9yk0v8MhMody5AoGAVzppjutQbmkfeZUQN5vOUp8Xw/nzyWNU2KaEaFKqgdmJQhTF09AV6dTXUrXDow+DVS7RNCDVRbWDRn1TDT+mSgylIp7PC3M5tpOnTRbqK0oAM0xyg5kg3eDL1vIYpIKtfdO/RokqGnXZSNGQEqudHTl1VgjLY6T47HaVJeu7JYU="
1497
+ ],
1498
+ "keyUse": ["SIG"],
1499
+ "certificate": [
1500
+ "MIICnTCCAYUCBgGPllpgIjANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdteXJlYWxtMB4XDTI0MDUyMDE0MTIzNloXDTM0MDUyMDE0MTQxNlowEjEQMA4GA1UEAwwHbXlyZWFsbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJOSN+864JtB5W5AO4530nqxIb1YEKiM2ElecYXwJ7EoWVsFF2cHnwviCvIl/rg+awUSr0IchRCti9qX8fhcumHppHaO0+M/UQRQ+eUV4Mz08wexvISBHs5sJ96qtuwWjP3TmmJAlbSPxgxKSL8F7QL5oCBT0tZ6RU/1VtFrRpP6cnoOoNNC8EBFobDd5BAiTeNgMqLHrjpGENM7wZqK2ipgWLNgXw1MdzaDw3Aji1riJ3bKzywpIV8YaZAhzs9SY3VvX2JJSRFyIeMgzuDkdaodR8IDASoRpKR9nPeEbCs1JPKExKmGMQ2ZXX7yEmTx9GcNozLMRCkRhKksZ4xUcxUCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAJXUFhVPgu8Qdof5fFzV6asaRy+SAA0ymDSSY4bTMMEV7cCX5TfTZwqK/AIGc+C04Fk+xaQFKlW3QgK2+Fhu43xxQoAhDvQopuNEXqwv/PoWmdseSYpOXozT/UrrOLHcWs8bJz4CeL4hgyks22IUyiH7yqiAnw36uA5za7iB8G/nV6/5AXi6MMlzJ1V0PqoAvpgRrxlts7qI2cK6dcEZ1XB6tAOm4cz9oRe+DT8dw9J/zjAicSzAnNWEgijQz4eG7Hn4fesgNTaq38G9rMHgHlp+cuxEC8r8iVjfcpwep4BwMqbrwjj4JnpG7pG7H29yY1JxDOcrruOM9t21SmUK9aA=="
1501
+ ],
1502
+ "priority": ["100"]
1503
+ }
1504
+ }
1505
+ ]
1506
+ },
1507
+ "internationalizationEnabled": true,
1508
+ "supportedLocales": ["ar", "de", "el", "en", "fa", "ca", "es"],
1509
+ "defaultLocale": "en",
1510
+ "authenticationFlows": [
1511
+ {
1512
+ "id": "3d3b9160-e633-4a51-b687-55fca932c6c1",
1513
+ "alias": "Account verification options",
1514
+ "description": "Method with which to verity the existing account",
1515
+ "providerId": "basic-flow",
1516
+ "topLevel": false,
1517
+ "builtIn": true,
1518
+ "authenticationExecutions": [
1519
+ {
1520
+ "authenticator": "idp-email-verification",
1521
+ "authenticatorFlow": false,
1522
+ "requirement": "ALTERNATIVE",
1523
+ "priority": 10,
1524
+ "autheticatorFlow": false,
1525
+ "userSetupAllowed": false
1526
+ },
1527
+ {
1528
+ "authenticatorFlow": true,
1529
+ "requirement": "ALTERNATIVE",
1530
+ "priority": 20,
1531
+ "autheticatorFlow": true,
1532
+ "flowAlias": "Verify Existing Account by Re-authentication",
1533
+ "userSetupAllowed": false
1534
+ }
1535
+ ]
1536
+ },
1537
+ {
1538
+ "id": "b6868e6f-121c-4e87-af0f-cb503564d9b0",
1539
+ "alias": "Browser - Conditional OTP",
1540
+ "description": "Flow to determine if the OTP is required for the authentication",
1541
+ "providerId": "basic-flow",
1542
+ "topLevel": false,
1543
+ "builtIn": true,
1544
+ "authenticationExecutions": [
1545
+ {
1546
+ "authenticator": "conditional-user-configured",
1547
+ "authenticatorFlow": false,
1548
+ "requirement": "REQUIRED",
1549
+ "priority": 10,
1550
+ "autheticatorFlow": false,
1551
+ "userSetupAllowed": false
1552
+ },
1553
+ {
1554
+ "authenticator": "auth-otp-form",
1555
+ "authenticatorFlow": false,
1556
+ "requirement": "REQUIRED",
1557
+ "priority": 20,
1558
+ "autheticatorFlow": false,
1559
+ "userSetupAllowed": false
1560
+ }
1561
+ ]
1562
+ },
1563
+ {
1564
+ "id": "a2ef0f95-2323-47cb-97d9-55b0334bdc7c",
1565
+ "alias": "Direct Grant - Conditional OTP",
1566
+ "description": "Flow to determine if the OTP is required for the authentication",
1567
+ "providerId": "basic-flow",
1568
+ "topLevel": false,
1569
+ "builtIn": true,
1570
+ "authenticationExecutions": [
1571
+ {
1572
+ "authenticator": "conditional-user-configured",
1573
+ "authenticatorFlow": false,
1574
+ "requirement": "REQUIRED",
1575
+ "priority": 10,
1576
+ "autheticatorFlow": false,
1577
+ "userSetupAllowed": false
1578
+ },
1579
+ {
1580
+ "authenticator": "direct-grant-validate-otp",
1581
+ "authenticatorFlow": false,
1582
+ "requirement": "REQUIRED",
1583
+ "priority": 20,
1584
+ "autheticatorFlow": false,
1585
+ "userSetupAllowed": false
1586
+ }
1587
+ ]
1588
+ },
1589
+ {
1590
+ "id": "a3dfa288-ab51-4b92-b89a-93c45ed6cce0",
1591
+ "alias": "First broker login - Conditional OTP",
1592
+ "description": "Flow to determine if the OTP is required for the authentication",
1593
+ "providerId": "basic-flow",
1594
+ "topLevel": false,
1595
+ "builtIn": true,
1596
+ "authenticationExecutions": [
1597
+ {
1598
+ "authenticator": "conditional-user-configured",
1599
+ "authenticatorFlow": false,
1600
+ "requirement": "REQUIRED",
1601
+ "priority": 10,
1602
+ "autheticatorFlow": false,
1603
+ "userSetupAllowed": false
1604
+ },
1605
+ {
1606
+ "authenticator": "auth-otp-form",
1607
+ "authenticatorFlow": false,
1608
+ "requirement": "REQUIRED",
1609
+ "priority": 20,
1610
+ "autheticatorFlow": false,
1611
+ "userSetupAllowed": false
1612
+ }
1613
+ ]
1614
+ },
1615
+ {
1616
+ "id": "7f61de52-47c7-4e09-8f3d-e41ea614cf9e",
1617
+ "alias": "Handle Existing Account",
1618
+ "description": "Handle what to do if there is existing account with same email/username like authenticated identity provider",
1619
+ "providerId": "basic-flow",
1620
+ "topLevel": false,
1621
+ "builtIn": true,
1622
+ "authenticationExecutions": [
1623
+ {
1624
+ "authenticator": "idp-confirm-link",
1625
+ "authenticatorFlow": false,
1626
+ "requirement": "REQUIRED",
1627
+ "priority": 10,
1628
+ "autheticatorFlow": false,
1629
+ "userSetupAllowed": false
1630
+ },
1631
+ {
1632
+ "authenticatorFlow": true,
1633
+ "requirement": "REQUIRED",
1634
+ "priority": 20,
1635
+ "autheticatorFlow": true,
1636
+ "flowAlias": "Account verification options",
1637
+ "userSetupAllowed": false
1638
+ }
1639
+ ]
1640
+ },
1641
+ {
1642
+ "id": "f0709f98-d365-45ea-b55a-0bb5774ac84d",
1643
+ "alias": "Reset - Conditional OTP",
1644
+ "description": "Flow to determine if the OTP should be reset or not. Set to REQUIRED to force.",
1645
+ "providerId": "basic-flow",
1646
+ "topLevel": false,
1647
+ "builtIn": true,
1648
+ "authenticationExecutions": [
1649
+ {
1650
+ "authenticator": "conditional-user-configured",
1651
+ "authenticatorFlow": false,
1652
+ "requirement": "REQUIRED",
1653
+ "priority": 10,
1654
+ "autheticatorFlow": false,
1655
+ "userSetupAllowed": false
1656
+ },
1657
+ {
1658
+ "authenticator": "reset-otp",
1659
+ "authenticatorFlow": false,
1660
+ "requirement": "REQUIRED",
1661
+ "priority": 20,
1662
+ "autheticatorFlow": false,
1663
+ "userSetupAllowed": false
1664
+ }
1665
+ ]
1666
+ },
1667
+ {
1668
+ "id": "e0f6a0ce-5ce2-4119-b865-33d758acb2ad",
1669
+ "alias": "User creation or linking",
1670
+ "description": "Flow for the existing/non-existing user alternatives",
1671
+ "providerId": "basic-flow",
1672
+ "topLevel": false,
1673
+ "builtIn": true,
1674
+ "authenticationExecutions": [
1675
+ {
1676
+ "authenticatorConfig": "create unique user config",
1677
+ "authenticator": "idp-create-user-if-unique",
1678
+ "authenticatorFlow": false,
1679
+ "requirement": "ALTERNATIVE",
1680
+ "priority": 10,
1681
+ "autheticatorFlow": false,
1682
+ "userSetupAllowed": false
1683
+ },
1684
+ {
1685
+ "authenticatorFlow": true,
1686
+ "requirement": "ALTERNATIVE",
1687
+ "priority": 20,
1688
+ "autheticatorFlow": true,
1689
+ "flowAlias": "Handle Existing Account",
1690
+ "userSetupAllowed": false
1691
+ }
1692
+ ]
1693
+ },
1694
+ {
1695
+ "id": "662f35a6-7037-4dc3-b4ec-f7b59447c620",
1696
+ "alias": "Verify Existing Account by Re-authentication",
1697
+ "description": "Reauthentication of existing account",
1698
+ "providerId": "basic-flow",
1699
+ "topLevel": false,
1700
+ "builtIn": true,
1701
+ "authenticationExecutions": [
1702
+ {
1703
+ "authenticator": "idp-username-password-form",
1704
+ "authenticatorFlow": false,
1705
+ "requirement": "REQUIRED",
1706
+ "priority": 10,
1707
+ "autheticatorFlow": false,
1708
+ "userSetupAllowed": false
1709
+ },
1710
+ {
1711
+ "authenticatorFlow": true,
1712
+ "requirement": "CONDITIONAL",
1713
+ "priority": 20,
1714
+ "autheticatorFlow": true,
1715
+ "flowAlias": "First broker login - Conditional OTP",
1716
+ "userSetupAllowed": false
1717
+ }
1718
+ ]
1719
+ },
1720
+ {
1721
+ "id": "e36b66e6-4776-4055-bc6f-cf386392de64",
1722
+ "alias": "browser",
1723
+ "description": "browser based authentication",
1724
+ "providerId": "basic-flow",
1725
+ "topLevel": true,
1726
+ "builtIn": true,
1727
+ "authenticationExecutions": [
1728
+ {
1729
+ "authenticator": "auth-cookie",
1730
+ "authenticatorFlow": false,
1731
+ "requirement": "ALTERNATIVE",
1732
+ "priority": 10,
1733
+ "autheticatorFlow": false,
1734
+ "userSetupAllowed": false
1735
+ },
1736
+ {
1737
+ "authenticator": "auth-spnego",
1738
+ "authenticatorFlow": false,
1739
+ "requirement": "DISABLED",
1740
+ "priority": 20,
1741
+ "autheticatorFlow": false,
1742
+ "userSetupAllowed": false
1743
+ },
1744
+ {
1745
+ "authenticator": "identity-provider-redirector",
1746
+ "authenticatorFlow": false,
1747
+ "requirement": "ALTERNATIVE",
1748
+ "priority": 25,
1749
+ "autheticatorFlow": false,
1750
+ "userSetupAllowed": false
1751
+ },
1752
+ {
1753
+ "authenticatorFlow": true,
1754
+ "requirement": "ALTERNATIVE",
1755
+ "priority": 30,
1756
+ "autheticatorFlow": true,
1757
+ "flowAlias": "forms",
1758
+ "userSetupAllowed": false
1759
+ }
1760
+ ]
1761
+ },
1762
+ {
1763
+ "id": "17c78338-664e-49f8-9738-9ece4d76dbea",
1764
+ "alias": "clients",
1765
+ "description": "Base authentication for clients",
1766
+ "providerId": "client-flow",
1767
+ "topLevel": true,
1768
+ "builtIn": true,
1769
+ "authenticationExecutions": [
1770
+ {
1771
+ "authenticator": "client-secret",
1772
+ "authenticatorFlow": false,
1773
+ "requirement": "ALTERNATIVE",
1774
+ "priority": 10,
1775
+ "autheticatorFlow": false,
1776
+ "userSetupAllowed": false
1777
+ },
1778
+ {
1779
+ "authenticator": "client-jwt",
1780
+ "authenticatorFlow": false,
1781
+ "requirement": "ALTERNATIVE",
1782
+ "priority": 20,
1783
+ "autheticatorFlow": false,
1784
+ "userSetupAllowed": false
1785
+ },
1786
+ {
1787
+ "authenticator": "client-secret-jwt",
1788
+ "authenticatorFlow": false,
1789
+ "requirement": "ALTERNATIVE",
1790
+ "priority": 30,
1791
+ "autheticatorFlow": false,
1792
+ "userSetupAllowed": false
1793
+ },
1794
+ {
1795
+ "authenticator": "client-x509",
1796
+ "authenticatorFlow": false,
1797
+ "requirement": "ALTERNATIVE",
1798
+ "priority": 40,
1799
+ "autheticatorFlow": false,
1800
+ "userSetupAllowed": false
1801
+ }
1802
+ ]
1803
+ },
1804
+ {
1805
+ "id": "e1542a18-2c84-4661-ba90-d45b6b577034",
1806
+ "alias": "direct grant",
1807
+ "description": "OpenID Connect Resource Owner Grant",
1808
+ "providerId": "basic-flow",
1809
+ "topLevel": true,
1810
+ "builtIn": true,
1811
+ "authenticationExecutions": [
1812
+ {
1813
+ "authenticator": "direct-grant-validate-username",
1814
+ "authenticatorFlow": false,
1815
+ "requirement": "REQUIRED",
1816
+ "priority": 10,
1817
+ "autheticatorFlow": false,
1818
+ "userSetupAllowed": false
1819
+ },
1820
+ {
1821
+ "authenticator": "direct-grant-validate-password",
1822
+ "authenticatorFlow": false,
1823
+ "requirement": "REQUIRED",
1824
+ "priority": 20,
1825
+ "autheticatorFlow": false,
1826
+ "userSetupAllowed": false
1827
+ },
1828
+ {
1829
+ "authenticatorFlow": true,
1830
+ "requirement": "CONDITIONAL",
1831
+ "priority": 30,
1832
+ "autheticatorFlow": true,
1833
+ "flowAlias": "Direct Grant - Conditional OTP",
1834
+ "userSetupAllowed": false
1835
+ }
1836
+ ]
1837
+ },
1838
+ {
1839
+ "id": "e0eba6d2-bc36-4550-b7e0-f9708b38ed9a",
1840
+ "alias": "docker auth",
1841
+ "description": "Used by Docker clients to authenticate against the IDP",
1842
+ "providerId": "basic-flow",
1843
+ "topLevel": true,
1844
+ "builtIn": true,
1845
+ "authenticationExecutions": [
1846
+ {
1847
+ "authenticator": "docker-http-basic-authenticator",
1848
+ "authenticatorFlow": false,
1849
+ "requirement": "REQUIRED",
1850
+ "priority": 10,
1851
+ "autheticatorFlow": false,
1852
+ "userSetupAllowed": false
1853
+ }
1854
+ ]
1855
+ },
1856
+ {
1857
+ "id": "14b1c0ac-fe33-4d20-af2f-8db1410e73fb",
1858
+ "alias": "first broker login",
1859
+ "description": "Actions taken after first broker login with identity provider account, which is not yet linked to any Keycloak account",
1860
+ "providerId": "basic-flow",
1861
+ "topLevel": true,
1862
+ "builtIn": true,
1863
+ "authenticationExecutions": [
1864
+ {
1865
+ "authenticatorConfig": "review profile config",
1866
+ "authenticator": "idp-review-profile",
1867
+ "authenticatorFlow": false,
1868
+ "requirement": "REQUIRED",
1869
+ "priority": 10,
1870
+ "autheticatorFlow": false,
1871
+ "userSetupAllowed": false
1872
+ },
1873
+ {
1874
+ "authenticatorFlow": true,
1875
+ "requirement": "REQUIRED",
1876
+ "priority": 20,
1877
+ "autheticatorFlow": true,
1878
+ "flowAlias": "User creation or linking",
1879
+ "userSetupAllowed": false
1880
+ }
1881
+ ]
1882
+ },
1883
+ {
1884
+ "id": "a5e89acc-227e-4228-8e00-0bdee6584976",
1885
+ "alias": "forms",
1886
+ "description": "Username, password, otp and other auth forms.",
1887
+ "providerId": "basic-flow",
1888
+ "topLevel": false,
1889
+ "builtIn": true,
1890
+ "authenticationExecutions": [
1891
+ {
1892
+ "authenticator": "auth-username-password-form",
1893
+ "authenticatorFlow": false,
1894
+ "requirement": "REQUIRED",
1895
+ "priority": 10,
1896
+ "autheticatorFlow": false,
1897
+ "userSetupAllowed": false
1898
+ },
1899
+ {
1900
+ "authenticatorFlow": true,
1901
+ "requirement": "CONDITIONAL",
1902
+ "priority": 20,
1903
+ "autheticatorFlow": true,
1904
+ "flowAlias": "Browser - Conditional OTP",
1905
+ "userSetupAllowed": false
1906
+ }
1907
+ ]
1908
+ },
1909
+ {
1910
+ "id": "62085f8a-dfab-4443-bbc6-8137b2215d62",
1911
+ "alias": "registration",
1912
+ "description": "registration flow",
1913
+ "providerId": "basic-flow",
1914
+ "topLevel": true,
1915
+ "builtIn": true,
1916
+ "authenticationExecutions": [
1917
+ {
1918
+ "authenticator": "registration-page-form",
1919
+ "authenticatorFlow": true,
1920
+ "requirement": "REQUIRED",
1921
+ "priority": 10,
1922
+ "autheticatorFlow": true,
1923
+ "flowAlias": "registration form",
1924
+ "userSetupAllowed": false
1925
+ }
1926
+ ]
1927
+ },
1928
+ {
1929
+ "id": "ed37c318-ab37-423b-8254-ce68100da538",
1930
+ "alias": "registration form",
1931
+ "description": "registration form",
1932
+ "providerId": "form-flow",
1933
+ "topLevel": false,
1934
+ "builtIn": true,
1935
+ "authenticationExecutions": [
1936
+ {
1937
+ "authenticator": "registration-user-creation",
1938
+ "authenticatorFlow": false,
1939
+ "requirement": "REQUIRED",
1940
+ "priority": 20,
1941
+ "autheticatorFlow": false,
1942
+ "userSetupAllowed": false
1943
+ },
1944
+ {
1945
+ "authenticator": "registration-password-action",
1946
+ "authenticatorFlow": false,
1947
+ "requirement": "REQUIRED",
1948
+ "priority": 50,
1949
+ "autheticatorFlow": false,
1950
+ "userSetupAllowed": false
1951
+ },
1952
+ {
1953
+ "authenticator": "registration-recaptcha-action",
1954
+ "authenticatorFlow": false,
1955
+ "requirement": "DISABLED",
1956
+ "priority": 60,
1957
+ "autheticatorFlow": false,
1958
+ "userSetupAllowed": false
1959
+ }
1960
+ ]
1961
+ },
1962
+ {
1963
+ "id": "44979057-104c-45ed-9bfd-650e4afd70ed",
1964
+ "alias": "reset credentials",
1965
+ "description": "Reset credentials for a user if they forgot their password or something",
1966
+ "providerId": "basic-flow",
1967
+ "topLevel": true,
1968
+ "builtIn": true,
1969
+ "authenticationExecutions": [
1970
+ {
1971
+ "authenticator": "reset-credentials-choose-user",
1972
+ "authenticatorFlow": false,
1973
+ "requirement": "REQUIRED",
1974
+ "priority": 10,
1975
+ "autheticatorFlow": false,
1976
+ "userSetupAllowed": false
1977
+ },
1978
+ {
1979
+ "authenticator": "reset-credential-email",
1980
+ "authenticatorFlow": false,
1981
+ "requirement": "REQUIRED",
1982
+ "priority": 20,
1983
+ "autheticatorFlow": false,
1984
+ "userSetupAllowed": false
1985
+ },
1986
+ {
1987
+ "authenticator": "reset-password",
1988
+ "authenticatorFlow": false,
1989
+ "requirement": "REQUIRED",
1990
+ "priority": 30,
1991
+ "autheticatorFlow": false,
1992
+ "userSetupAllowed": false
1993
+ },
1994
+ {
1995
+ "authenticatorFlow": true,
1996
+ "requirement": "CONDITIONAL",
1997
+ "priority": 40,
1998
+ "autheticatorFlow": true,
1999
+ "flowAlias": "Reset - Conditional OTP",
2000
+ "userSetupAllowed": false
2001
+ }
2002
+ ]
2003
+ },
2004
+ {
2005
+ "id": "2eb7ed21-fe1a-4b9a-a9f8-b1792675fe85",
2006
+ "alias": "saml ecp",
2007
+ "description": "SAML ECP Profile Authentication Flow",
2008
+ "providerId": "basic-flow",
2009
+ "topLevel": true,
2010
+ "builtIn": true,
2011
+ "authenticationExecutions": [
2012
+ {
2013
+ "authenticator": "http-basic-authenticator",
2014
+ "authenticatorFlow": false,
2015
+ "requirement": "REQUIRED",
2016
+ "priority": 10,
2017
+ "autheticatorFlow": false,
2018
+ "userSetupAllowed": false
2019
+ }
2020
+ ]
2021
+ }
2022
+ ],
2023
+ "authenticatorConfig": [
2024
+ {
2025
+ "id": "0df4aa3d-3127-48c6-8688-408d280a0dc1",
2026
+ "alias": "create unique user config",
2027
+ "config": {
2028
+ "require.password.update.after.registration": "false"
2029
+ }
2030
+ },
2031
+ {
2032
+ "id": "725ab792-d78b-4e8e-a514-bd2da50795ad",
2033
+ "alias": "review profile config",
2034
+ "config": {
2035
+ "update.profile.on.first.login": "missing"
2036
+ }
2037
+ }
2038
+ ],
2039
+ "requiredActions": [
2040
+ {
2041
+ "alias": "CONFIGURE_TOTP",
2042
+ "name": "Configure OTP",
2043
+ "providerId": "CONFIGURE_TOTP",
2044
+ "enabled": true,
2045
+ "defaultAction": false,
2046
+ "priority": 10,
2047
+ "config": {}
2048
+ },
2049
+ {
2050
+ "alias": "TERMS_AND_CONDITIONS",
2051
+ "name": "Terms and Conditions",
2052
+ "providerId": "TERMS_AND_CONDITIONS",
2053
+ "enabled": true,
2054
+ "defaultAction": true,
2055
+ "priority": 20,
2056
+ "config": {}
2057
+ },
2058
+ {
2059
+ "alias": "UPDATE_PASSWORD",
2060
+ "name": "Update Password",
2061
+ "providerId": "UPDATE_PASSWORD",
2062
+ "enabled": true,
2063
+ "defaultAction": false,
2064
+ "priority": 30,
2065
+ "config": {}
2066
+ },
2067
+ {
2068
+ "alias": "UPDATE_PROFILE",
2069
+ "name": "Update Profile",
2070
+ "providerId": "UPDATE_PROFILE",
2071
+ "enabled": true,
2072
+ "defaultAction": false,
2073
+ "priority": 40,
2074
+ "config": {}
2075
+ },
2076
+ {
2077
+ "alias": "VERIFY_EMAIL",
2078
+ "name": "Verify Email",
2079
+ "providerId": "VERIFY_EMAIL",
2080
+ "enabled": true,
2081
+ "defaultAction": false,
2082
+ "priority": 50,
2083
+ "config": {}
2084
+ },
2085
+ {
2086
+ "alias": "delete_account",
2087
+ "name": "Delete Account",
2088
+ "providerId": "delete_account",
2089
+ "enabled": false,
2090
+ "defaultAction": false,
2091
+ "priority": 60,
2092
+ "config": {}
2093
+ },
2094
+ {
2095
+ "alias": "webauthn-register",
2096
+ "name": "Webauthn Register",
2097
+ "providerId": "webauthn-register",
2098
+ "enabled": true,
2099
+ "defaultAction": false,
2100
+ "priority": 70,
2101
+ "config": {}
2102
+ },
2103
+ {
2104
+ "alias": "webauthn-register-passwordless",
2105
+ "name": "Webauthn Register Passwordless",
2106
+ "providerId": "webauthn-register-passwordless",
2107
+ "enabled": true,
2108
+ "defaultAction": false,
2109
+ "priority": 80,
2110
+ "config": {}
2111
+ },
2112
+ {
2113
+ "alias": "update_user_locale",
2114
+ "name": "Update User Locale",
2115
+ "providerId": "update_user_locale",
2116
+ "enabled": true,
2117
+ "defaultAction": false,
2118
+ "priority": 1000,
2119
+ "config": {}
2120
+ }
2121
+ ],
2122
+ "browserFlow": "browser",
2123
+ "registrationFlow": "registration",
2124
+ "directGrantFlow": "direct grant",
2125
+ "resetCredentialsFlow": "reset credentials",
2126
+ "clientAuthenticationFlow": "clients",
2127
+ "dockerAuthenticationFlow": "docker auth",
2128
+ "attributes": {
2129
+ "cibaBackchannelTokenDeliveryMode": "poll",
2130
+ "cibaExpiresIn": "120",
2131
+ "cibaAuthRequestedUserHint": "login_hint",
2132
+ "oauth2DeviceCodeLifespan": "600",
2133
+ "clientOfflineSessionMaxLifespan": "0",
2134
+ "oauth2DevicePollingInterval": "5",
2135
+ "clientSessionIdleTimeout": "0",
2136
+ "parRequestUriLifespan": "60",
2137
+ "clientSessionMaxLifespan": "0",
2138
+ "clientOfflineSessionIdleTimeout": "0",
2139
+ "cibaInterval": "5",
2140
+ "realmReusableOtpCode": "false"
2141
+ },
2142
+ "keycloakVersion": "23.0.7",
2143
+ "userManagedAccessAllowed": false,
2144
+ "clientProfiles": {
2145
+ "profiles": []
2146
+ },
2147
+ "clientPolicies": {
2148
+ "policies": []
2149
+ }
2150
+ }