keycloakify 10.0.0-rc.14 → 10.0.0-rc.140

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