keycloakify 10.0.0-rc.2 → 10.0.0-rc.21

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 (567) hide show
  1. package/PUBLIC_URL.js +1 -1
  2. package/PUBLIC_URL.js.map +1 -1
  3. package/account/Fallback.js +3 -0
  4. package/account/Fallback.js.map +1 -1
  5. package/account/Template.js +7 -7
  6. package/account/Template.js.map +1 -1
  7. package/account/i18n/baseMessages/index.js.map +1 -1
  8. package/account/i18n/i18n.d.ts +3 -4
  9. package/account/i18n/i18n.js +38 -31
  10. package/account/i18n/i18n.js.map +1 -1
  11. package/account/index.d.ts +1 -1
  12. package/account/kcContext/KcContext.d.ts +62 -59
  13. package/account/kcContext/KcContext.js.map +1 -1
  14. package/account/kcContext/createGetKcContext.d.ts +3 -3
  15. package/account/kcContext/createGetKcContext.js +20 -15
  16. package/account/kcContext/createGetKcContext.js.map +1 -1
  17. package/account/kcContext/getKcContext.js.map +1 -1
  18. package/account/kcContext/getKcContextFromWindow.d.ts +3 -1
  19. package/account/kcContext/getKcContextFromWindow.js +1 -1
  20. package/account/kcContext/getKcContextFromWindow.js.map +1 -1
  21. package/account/kcContext/kcContextMocks.js +155 -143
  22. package/account/kcContext/kcContextMocks.js.map +1 -1
  23. package/account/lib/useGetClassName.js +14 -14
  24. package/account/lib/useGetClassName.js.map +1 -1
  25. package/account/pages/Account.js +2 -2
  26. package/account/pages/Account.js.map +1 -1
  27. package/account/pages/Applications.js +3 -3
  28. package/account/pages/Applications.js.map +1 -1
  29. package/account/pages/FederatedIdentity.d.ts +7 -0
  30. package/account/pages/FederatedIdentity.js +8 -0
  31. package/account/pages/FederatedIdentity.js.map +1 -0
  32. package/account/pages/Log.js +2 -2
  33. package/account/pages/Log.js.map +1 -1
  34. package/account/pages/Password.js +9 -11
  35. package/account/pages/Password.js.map +1 -1
  36. package/account/pages/Sessions.js +1 -5
  37. package/account/pages/Sessions.js.map +1 -1
  38. package/account/pages/Totp.js +5 -5
  39. package/account/pages/Totp.js.map +1 -1
  40. package/bin/246.index.js +466 -0
  41. package/bin/420.index.js +508 -0
  42. package/bin/509.index.js +438 -0
  43. package/bin/772.index.js +1524 -0
  44. package/bin/main.js +155619 -0
  45. package/bin/{keycloakify/generateFtl/pageId.d.ts → shared/constants.d.ts} +16 -1
  46. package/bin/shared/constants.js +63 -0
  47. package/bin/shared/constants.js.map +1 -0
  48. package/lib/BASE_URL.js.map +1 -1
  49. package/lib/isStorybook.js +2 -1
  50. package/lib/isStorybook.js.map +1 -1
  51. package/lib/useGetClassName.js.map +1 -1
  52. package/login/Fallback.js.map +1 -1
  53. package/login/Template.js +17 -17
  54. package/login/Template.js.map +1 -1
  55. package/login/UserProfileFormFields.js +59 -59
  56. package/login/UserProfileFormFields.js.map +1 -1
  57. package/login/i18n/baseMessages/ca.d.ts +1 -1
  58. package/login/i18n/baseMessages/ca.js +1 -1
  59. package/login/i18n/baseMessages/el.d.ts +0 -1
  60. package/login/i18n/baseMessages/el.js +0 -1
  61. package/login/i18n/baseMessages/el.js.map +1 -1
  62. package/login/i18n/baseMessages/en.d.ts +1 -1
  63. package/login/i18n/baseMessages/en.js +1 -1
  64. package/login/i18n/baseMessages/es.d.ts +1 -1
  65. package/login/i18n/baseMessages/es.js +1 -1
  66. package/login/i18n/baseMessages/fa.d.ts +0 -1
  67. package/login/i18n/baseMessages/fa.js +0 -1
  68. package/login/i18n/baseMessages/fa.js.map +1 -1
  69. package/login/i18n/baseMessages/hu.d.ts +1 -1
  70. package/login/i18n/baseMessages/hu.js +1 -1
  71. package/login/i18n/baseMessages/index.d.ts +1 -2
  72. package/login/i18n/baseMessages/index.js.map +1 -1
  73. package/login/i18n/baseMessages/zh-CN.d.ts +1 -1
  74. package/login/i18n/baseMessages/zh-CN.js +1 -1
  75. package/login/i18n/i18n.d.ts +5 -5
  76. package/login/i18n/i18n.js +59 -41
  77. package/login/i18n/i18n.js.map +1 -1
  78. package/login/index.d.ts +1 -1
  79. package/login/kcContext/KcContext.d.ts +1 -0
  80. package/login/kcContext/KcContext.js +1 -0
  81. package/login/kcContext/KcContext.js.map +1 -1
  82. package/login/kcContext/createGetKcContext.d.ts +3 -3
  83. package/login/kcContext/createGetKcContext.js +30 -22
  84. package/login/kcContext/createGetKcContext.js.map +1 -1
  85. package/login/kcContext/getKcContext.js.map +1 -1
  86. package/login/kcContext/getKcContextFromWindow.d.ts +3 -1
  87. package/login/kcContext/getKcContextFromWindow.js +1 -1
  88. package/login/kcContext/getKcContextFromWindow.js.map +1 -1
  89. package/login/kcContext/kcContextMocks.js +235 -232
  90. package/login/kcContext/kcContextMocks.js.map +1 -1
  91. package/login/lib/useDownloadTerms.js +5 -6
  92. package/login/lib/useDownloadTerms.js.map +1 -1
  93. package/login/lib/useGetClassName.js +112 -112
  94. package/login/lib/useGetClassName.js.map +1 -1
  95. package/login/lib/useUserProfileForm.js +188 -188
  96. package/login/lib/useUserProfileForm.js.map +1 -1
  97. package/login/pages/Code.js +1 -1
  98. package/login/pages/Code.js.map +1 -1
  99. package/login/pages/DeleteAccountConfirm.js +5 -1
  100. package/login/pages/DeleteAccountConfirm.js.map +1 -1
  101. package/login/pages/DeleteCredential.js +1 -1
  102. package/login/pages/DeleteCredential.js.map +1 -1
  103. package/login/pages/Error.js +1 -1
  104. package/login/pages/Error.js.map +1 -1
  105. package/login/pages/FrontchannelLogout.js +1 -1
  106. package/login/pages/FrontchannelLogout.js.map +1 -1
  107. package/login/pages/IdpReviewUserProfile.js +1 -1
  108. package/login/pages/IdpReviewUserProfile.js.map +1 -1
  109. package/login/pages/Info.js +5 -5
  110. package/login/pages/Info.js.map +1 -1
  111. package/login/pages/Login.js +4 -4
  112. package/login/pages/Login.js.map +1 -1
  113. package/login/pages/LoginConfigTotp.js +2 -2
  114. package/login/pages/LoginConfigTotp.js.map +1 -1
  115. package/login/pages/LoginIdpLinkConfirm.js +1 -1
  116. package/login/pages/LoginIdpLinkConfirm.js.map +1 -1
  117. package/login/pages/LoginIdpLinkEmail.js +1 -1
  118. package/login/pages/LoginIdpLinkEmail.js.map +1 -1
  119. package/login/pages/LoginOauth2DeviceVerifyUserCode.js +1 -1
  120. package/login/pages/LoginOauth2DeviceVerifyUserCode.js.map +1 -1
  121. package/login/pages/LoginOauthGrant.js +2 -2
  122. package/login/pages/LoginOauthGrant.js.map +1 -1
  123. package/login/pages/LoginOtp.js +1 -1
  124. package/login/pages/LoginOtp.js.map +1 -1
  125. package/login/pages/LoginPageExpired.js +1 -1
  126. package/login/pages/LoginPageExpired.js.map +1 -1
  127. package/login/pages/LoginPassword.js +3 -3
  128. package/login/pages/LoginPassword.js.map +1 -1
  129. package/login/pages/LoginRecoveryAuthnCodeConfig.js +6 -6
  130. package/login/pages/LoginRecoveryAuthnCodeConfig.js.map +1 -1
  131. package/login/pages/LoginRecoveryAuthnCodeInput.js +1 -1
  132. package/login/pages/LoginRecoveryAuthnCodeInput.js.map +1 -1
  133. package/login/pages/LoginResetOtp.js +1 -1
  134. package/login/pages/LoginResetOtp.js.map +1 -1
  135. package/login/pages/LoginResetPassword.js +2 -2
  136. package/login/pages/LoginResetPassword.js.map +1 -1
  137. package/login/pages/LoginUpdatePassword.js +3 -3
  138. package/login/pages/LoginUpdatePassword.js.map +1 -1
  139. package/login/pages/LoginUpdateProfile.js +2 -4
  140. package/login/pages/LoginUpdateProfile.js.map +1 -1
  141. package/login/pages/LoginUsername.js +3 -3
  142. package/login/pages/LoginUsername.js.map +1 -1
  143. package/login/pages/LoginVerifyEmail.js +1 -1
  144. package/login/pages/LoginVerifyEmail.js.map +1 -1
  145. package/login/pages/LoginX509Info.js +1 -1
  146. package/login/pages/LoginX509Info.js.map +1 -1
  147. package/login/pages/LogoutConfirm.js +1 -1
  148. package/login/pages/LogoutConfirm.js.map +1 -1
  149. package/login/pages/Register.js +4 -8
  150. package/login/pages/Register.js.map +1 -1
  151. package/login/pages/SamlPostForm.js +1 -1
  152. package/login/pages/SamlPostForm.js.map +1 -1
  153. package/login/pages/SelectAuthenticator.js +2 -2
  154. package/login/pages/SelectAuthenticator.js.map +1 -1
  155. package/login/pages/Terms.js +1 -1
  156. package/login/pages/Terms.js.map +1 -1
  157. package/login/pages/UpdateEmail.js +3 -5
  158. package/login/pages/UpdateEmail.js.map +1 -1
  159. package/login/pages/WebauthnAuthenticate.js +17 -14
  160. package/login/pages/WebauthnAuthenticate.js.map +1 -1
  161. package/login/pages/WebauthnError.js +2 -2
  162. package/login/pages/WebauthnError.js.map +1 -1
  163. package/login/pages/WebauthnRegister.js +10 -10
  164. package/login/pages/WebauthnRegister.js.map +1 -1
  165. package/package.json +103 -512
  166. package/src/PUBLIC_URL.ts +4 -1
  167. package/src/account/Fallback.tsx +3 -0
  168. package/src/account/Template.tsx +7 -10
  169. package/src/account/TemplateProps.ts +4 -1
  170. package/src/account/i18n/i18n.tsx +44 -37
  171. package/src/account/index.ts +1 -1
  172. package/src/account/kcContext/KcContext.ts +76 -63
  173. package/src/account/kcContext/createGetKcContext.ts +48 -22
  174. package/src/account/kcContext/getKcContext.ts +3 -1
  175. package/src/account/kcContext/getKcContextFromWindow.ts +7 -3
  176. package/src/account/kcContext/kcContextMocks.ts +172 -162
  177. package/src/account/lib/useGetClassName.ts +15 -14
  178. package/src/account/pages/Account.tsx +2 -2
  179. package/src/account/pages/Applications.tsx +2 -2
  180. package/src/account/pages/FederatedIdentity.tsx +58 -0
  181. package/src/account/pages/Log.tsx +1 -1
  182. package/src/account/pages/Password.tsx +8 -8
  183. package/src/account/pages/Sessions.tsx +0 -3
  184. package/src/account/pages/Totp.tsx +23 -26
  185. package/src/bin/copy-keycloak-resources-to-public.ts +10 -106
  186. package/src/bin/download-keycloak-default-theme.ts +63 -0
  187. package/src/bin/eject-page.ts +176 -0
  188. package/src/bin/initialize-email-theme.ts +38 -29
  189. package/src/bin/keycloakify/buildJars/buildJar.ts +192 -72
  190. package/src/bin/keycloakify/buildJars/buildJars.ts +41 -23
  191. package/src/bin/keycloakify/buildJars/extensionVersions.ts +2 -1
  192. package/src/bin/keycloakify/buildJars/generatePom.ts +12 -4
  193. package/src/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.ts +73 -21
  194. package/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +182 -252
  195. package/src/bin/keycloakify/generateFtl/generateFtl.ts +59 -15
  196. package/src/bin/keycloakify/generateFtl/index.ts +0 -1
  197. package/src/bin/keycloakify/{generateTheme → generateSrcMainResources}/bringInAccountV1.ts +34 -22
  198. package/src/bin/keycloakify/{generateTheme → generateSrcMainResources}/generateMessageProperties.ts +72 -20
  199. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.ts +34 -0
  200. package/src/bin/keycloakify/{generateTheme/generateSrcMainResources.ts → generateSrcMainResources/generateSrcMainResourcesForMainTheme.ts} +113 -74
  201. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.ts +80 -0
  202. package/src/bin/keycloakify/generateSrcMainResources/index.ts +1 -0
  203. package/src/bin/keycloakify/{generateTheme → generateSrcMainResources}/readExtraPageNames.ts +21 -8
  204. package/src/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.ts +83 -0
  205. package/src/bin/keycloakify/generateStartKeycloakTestingContainer.ts +31 -18
  206. package/src/bin/keycloakify/index.ts +0 -7
  207. package/src/bin/keycloakify/keycloakify.ts +77 -69
  208. package/src/bin/keycloakify/replacers/replaceImportsInCssCode.ts +26 -7
  209. package/src/bin/keycloakify/replacers/replaceImportsInInlineCssCode.ts +8 -4
  210. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.ts +7 -4
  211. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/vite.ts +25 -7
  212. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.ts +50 -12
  213. package/src/bin/main.ts +212 -0
  214. package/src/bin/shared/KeycloakVersionRange.ts +9 -0
  215. package/src/bin/shared/buildOptions.ts +307 -0
  216. package/src/bin/{keycloakify/generateFtl/pageId.ts → shared/constants.ts} +31 -1
  217. package/src/bin/shared/copyKeycloakResourcesToPublic.ts +104 -0
  218. package/src/bin/shared/downloadKeycloakDefaultTheme.ts +207 -0
  219. package/src/bin/shared/downloadKeycloakStaticResources.ts +53 -0
  220. package/src/bin/shared/getJarFileBasename.ts +11 -0
  221. package/src/bin/{getThemeSrcDirPath.ts → shared/getThemeSrcDirPath.ts} +6 -3
  222. package/src/bin/shared/metaInfKeycloakThemes.ts +61 -0
  223. package/src/bin/shared/promptKeycloakVersion.ts +125 -0
  224. package/src/bin/start-keycloak/appBuild.ts +129 -0
  225. package/src/bin/start-keycloak/index.ts +1 -0
  226. package/src/bin/start-keycloak/keycloakifyBuild.ts +41 -0
  227. package/src/bin/start-keycloak/myrealm-realm-23.json +2142 -0
  228. package/src/bin/start-keycloak/myrealm-realm-24.json +2318 -0
  229. package/src/bin/start-keycloak/start-keycloak.ts +467 -0
  230. package/src/bin/tools/SemVer.ts +32 -13
  231. package/src/bin/tools/String.prototype.replaceAll.ts +9 -2
  232. package/src/bin/tools/crawl.ts +4 -1
  233. package/src/bin/tools/crc32.ts +42 -24
  234. package/src/bin/tools/downloadAndExtractArchive/downloadAndExtractArchive.ts +262 -0
  235. package/src/bin/tools/downloadAndExtractArchive/fetchProxyOptions.ts +96 -0
  236. package/src/bin/tools/downloadAndExtractArchive/index.ts +1 -0
  237. package/src/bin/tools/extractArchive.ts +140 -0
  238. package/src/bin/tools/fetchProxyOptions.ts +31 -8
  239. package/src/bin/tools/fs.rmSync.ts +4 -4
  240. package/src/bin/tools/getAbsoluteAndInOsFormatPath.ts +17 -2
  241. package/src/bin/tools/getNpmWorkspaceRootDirPath.ts +73 -0
  242. package/src/bin/tools/octokit-addons/getLatestsSemVersionedTag.ts +8 -2
  243. package/src/bin/tools/octokit-addons/listTags.ts +15 -4
  244. package/src/bin/tools/partitionPromiseSettledResults.ts +12 -3
  245. package/src/bin/tools/{readThisNpmProjectVersion.ts → readThisNpmPackageVersion.ts} +6 -2
  246. package/src/bin/tools/transformCodebase.ts +29 -10
  247. package/src/bin/tools/trimIndent.ts +4 -1
  248. package/src/lib/isStorybook.ts +3 -1
  249. package/src/lib/useGetClassName.ts +12 -3
  250. package/src/login/Template.tsx +20 -36
  251. package/src/login/TemplateProps.ts +4 -1
  252. package/src/login/UserProfileFormFields.tsx +46 -47
  253. package/src/login/i18n/baseMessages/ca.ts +1 -1
  254. package/src/login/i18n/baseMessages/el.ts +0 -1
  255. package/src/login/i18n/baseMessages/en.ts +1 -1
  256. package/src/login/i18n/baseMessages/es.ts +1 -1
  257. package/src/login/i18n/baseMessages/fa.ts +0 -1
  258. package/src/login/i18n/baseMessages/hu.ts +1 -1
  259. package/src/login/i18n/baseMessages/zh-CN.ts +1 -1
  260. package/src/login/i18n/i18n.tsx +77 -54
  261. package/src/login/index.ts +1 -1
  262. package/src/login/kcContext/KcContext.ts +23 -4
  263. package/src/login/kcContext/createGetKcContext.ts +84 -37
  264. package/src/login/kcContext/getKcContext.ts +3 -1
  265. package/src/login/kcContext/getKcContextFromWindow.ts +7 -3
  266. package/src/login/kcContext/kcContextMocks.ts +340 -326
  267. package/src/login/lib/useDownloadTerms.ts +13 -9
  268. package/src/login/lib/useGetClassName.ts +119 -112
  269. package/src/login/lib/useUserProfileForm.tsx +227 -213
  270. package/src/login/pages/Code.tsx +1 -1
  271. package/src/login/pages/DeleteAccountConfirm.tsx +9 -3
  272. package/src/login/pages/FrontchannelLogout.tsx +1 -1
  273. package/src/login/pages/IdpReviewUserProfile.tsx +1 -1
  274. package/src/login/pages/Login.tsx +3 -3
  275. package/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx +3 -3
  276. package/src/login/pages/LoginResetPassword.tsx +2 -2
  277. package/src/login/pages/LoginUpdateProfile.tsx +1 -1
  278. package/src/login/pages/LoginUsername.tsx +3 -3
  279. package/src/login/pages/Register.tsx +1 -1
  280. package/src/login/pages/UpdateEmail.tsx +1 -1
  281. package/src/login/pages/WebauthnAuthenticate.tsx +11 -8
  282. package/src/login/pages/WebauthnRegister.tsx +8 -8
  283. package/src/tools/AndByDiscriminatingKey.ts +12 -6
  284. package/src/tools/Array.prototype.every.ts +4 -1
  285. package/src/tools/LazyOrNot.ts +3 -1
  286. package/src/tools/StatefulObservable/README.md +16 -0
  287. package/src/tools/StatefulObservable/StatefulObservable.ts +58 -0
  288. package/src/tools/StatefulObservable/hooks/index.ts +2 -0
  289. package/src/tools/StatefulObservable/hooks/useObservable.ts +25 -0
  290. package/src/tools/StatefulObservable/hooks/useRerenderOnChange.ts +19 -0
  291. package/src/tools/StatefulObservable/index.ts +2 -0
  292. package/src/tools/clsx.ts +7 -1
  293. package/src/tools/deepAssign.ts +15 -8
  294. package/src/tools/deepClone.ts +3 -1
  295. package/src/tools/formatNumber.ts +4 -1
  296. package/src/tools/useConstCallback.ts +3 -1
  297. package/src/tools/useInsertLinkTags.ts +20 -7
  298. package/src/tools/useInsertScriptTags.ts +7 -2
  299. package/src/tools/useSetClassName.ts +4 -1
  300. package/src/vite-plugin/tsconfig.json +2 -1
  301. package/src/vite-plugin/vite-plugin.ts +64 -52
  302. package/tools/Array.prototype.every.js +2 -1
  303. package/tools/Array.prototype.every.js.map +1 -1
  304. package/tools/HTMLElement.prototype.prepend.js.map +1 -1
  305. package/tools/StatefulObservable/StatefulObservable.d.ts +8 -0
  306. package/tools/StatefulObservable/StatefulObservable.js +36 -0
  307. package/tools/StatefulObservable/StatefulObservable.js.map +1 -0
  308. package/tools/StatefulObservable/hooks/index.d.ts +2 -0
  309. package/tools/StatefulObservable/hooks/index.js +3 -0
  310. package/tools/StatefulObservable/hooks/index.js.map +1 -0
  311. package/tools/StatefulObservable/hooks/useObservable.d.ts +8 -0
  312. package/tools/StatefulObservable/hooks/useObservable.js +17 -0
  313. package/tools/StatefulObservable/hooks/useObservable.js.map +1 -0
  314. package/tools/StatefulObservable/hooks/useRerenderOnChange.d.ts +5 -0
  315. package/tools/StatefulObservable/hooks/useRerenderOnChange.js +14 -0
  316. package/tools/StatefulObservable/hooks/useRerenderOnChange.js.map +1 -0
  317. package/tools/StatefulObservable/index.d.ts +2 -0
  318. package/tools/StatefulObservable/index.js +3 -0
  319. package/tools/StatefulObservable/index.js.map +1 -0
  320. package/tools/clsx.js.map +1 -1
  321. package/tools/deepAssign.js +9 -7
  322. package/tools/deepAssign.js.map +1 -1
  323. package/tools/deepClone.js.map +1 -1
  324. package/tools/formatNumber.js.map +1 -1
  325. package/tools/memoize.js.map +1 -1
  326. package/tools/useConstCallback.js.map +1 -1
  327. package/tools/useInsertLinkTags.js +5 -4
  328. package/tools/useInsertLinkTags.js.map +1 -1
  329. package/tools/useInsertScriptTags.js +5 -2
  330. package/tools/useInsertScriptTags.js.map +1 -1
  331. package/tools/useSetClassName.js.map +1 -1
  332. package/vite-plugin/index.js +50241 -3
  333. package/bin/constants.d.ts +0 -10
  334. package/bin/constants.js +0 -13
  335. package/bin/constants.js.map +0 -1
  336. package/bin/copy-keycloak-resources-to-public.d.ts +0 -14
  337. package/bin/copy-keycloak-resources-to-public.js +0 -216
  338. package/bin/copy-keycloak-resources-to-public.js.map +0 -1
  339. package/bin/download-builtin-keycloak-theme.d.ts +0 -10
  340. package/bin/download-builtin-keycloak-theme.js +0 -352
  341. package/bin/download-builtin-keycloak-theme.js.map +0 -1
  342. package/bin/downloadAndUnzip.d.ts +0 -16
  343. package/bin/downloadAndUnzip.js +0 -255
  344. package/bin/downloadAndUnzip.js.map +0 -1
  345. package/bin/eject-keycloak-page.d.ts +0 -2
  346. package/bin/eject-keycloak-page.js +0 -132
  347. package/bin/eject-keycloak-page.js.map +0 -1
  348. package/bin/getThemeSrcDirPath.d.ts +0 -6
  349. package/bin/getThemeSrcDirPath.js +0 -123
  350. package/bin/getThemeSrcDirPath.js.map +0 -1
  351. package/bin/initialize-email-theme.d.ts +0 -2
  352. package/bin/initialize-email-theme.js +0 -121
  353. package/bin/initialize-email-theme.js.map +0 -1
  354. package/bin/keycloakify/buildJars/buildJar.d.ts +0 -14
  355. package/bin/keycloakify/buildJars/buildJar.js +0 -224
  356. package/bin/keycloakify/buildJars/buildJar.js.map +0 -1
  357. package/bin/keycloakify/buildJars/buildJars.d.ts +0 -10
  358. package/bin/keycloakify/buildJars/buildJars.js +0 -95
  359. package/bin/keycloakify/buildJars/buildJars.js.map +0 -1
  360. package/bin/keycloakify/buildJars/extensionVersions.d.ts +0 -12
  361. package/bin/keycloakify/buildJars/extensionVersions.js +0 -7
  362. package/bin/keycloakify/buildJars/extensionVersions.js.map +0 -1
  363. package/bin/keycloakify/buildJars/generatePom.d.ts +0 -13
  364. package/bin/keycloakify/buildJars/generatePom.js +0 -95
  365. package/bin/keycloakify/buildJars/generatePom.js.map +0 -1
  366. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.d.ts +0 -6
  367. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js +0 -35
  368. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js.map +0 -1
  369. package/bin/keycloakify/buildJars/index.d.ts +0 -1
  370. package/bin/keycloakify/buildJars/index.js +0 -18
  371. package/bin/keycloakify/buildJars/index.js.map +0 -1
  372. package/bin/keycloakify/buildOptions/UserProvidedBuildOptions.d.ts +0 -35
  373. package/bin/keycloakify/buildOptions/UserProvidedBuildOptions.js +0 -14
  374. package/bin/keycloakify/buildOptions/UserProvidedBuildOptions.js.map +0 -1
  375. package/bin/keycloakify/buildOptions/buildOptions.d.ts +0 -25
  376. package/bin/keycloakify/buildOptions/buildOptions.js +0 -178
  377. package/bin/keycloakify/buildOptions/buildOptions.js.map +0 -1
  378. package/bin/keycloakify/buildOptions/getCacheDirPath.d.ts +0 -5
  379. package/bin/keycloakify/buildOptions/getCacheDirPath.js +0 -22
  380. package/bin/keycloakify/buildOptions/getCacheDirPath.js.map +0 -1
  381. package/bin/keycloakify/buildOptions/getNpmWorkspaceRootDirPath.d.ts +0 -5
  382. package/bin/keycloakify/buildOptions/getNpmWorkspaceRootDirPath.js +0 -86
  383. package/bin/keycloakify/buildOptions/getNpmWorkspaceRootDirPath.js.map +0 -1
  384. package/bin/keycloakify/buildOptions/getReactAppRootDirPath.d.ts +0 -5
  385. package/bin/keycloakify/buildOptions/getReactAppRootDirPath.js +0 -26
  386. package/bin/keycloakify/buildOptions/getReactAppRootDirPath.js.map +0 -1
  387. package/bin/keycloakify/buildOptions/index.d.ts +0 -1
  388. package/bin/keycloakify/buildOptions/index.js +0 -18
  389. package/bin/keycloakify/buildOptions/index.js.map +0 -1
  390. package/bin/keycloakify/buildOptions/parsedPackageJson.d.ts +0 -10
  391. package/bin/keycloakify/buildOptions/parsedPackageJson.js +0 -49
  392. package/bin/keycloakify/buildOptions/parsedPackageJson.js.map +0 -1
  393. package/bin/keycloakify/buildOptions/resolvedViteConfig.d.ts +0 -13
  394. package/bin/keycloakify/buildOptions/resolvedViteConfig.js +0 -77
  395. package/bin/keycloakify/buildOptions/resolvedViteConfig.js.map +0 -1
  396. package/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +0 -604
  397. package/bin/keycloakify/generateFtl/generateFtl.d.ts +0 -23
  398. package/bin/keycloakify/generateFtl/generateFtl.js +0 -169
  399. package/bin/keycloakify/generateFtl/generateFtl.js.map +0 -1
  400. package/bin/keycloakify/generateFtl/index.d.ts +0 -2
  401. package/bin/keycloakify/generateFtl/index.js +0 -19
  402. package/bin/keycloakify/generateFtl/index.js.map +0 -1
  403. package/bin/keycloakify/generateFtl/pageId.js +0 -41
  404. package/bin/keycloakify/generateFtl/pageId.js.map +0 -1
  405. package/bin/keycloakify/generateStartKeycloakTestingContainer.d.ts +0 -11
  406. package/bin/keycloakify/generateStartKeycloakTestingContainer.js +0 -89
  407. package/bin/keycloakify/generateStartKeycloakTestingContainer.js.map +0 -1
  408. package/bin/keycloakify/generateTheme/bringInAccountV1.d.ts +0 -9
  409. package/bin/keycloakify/generateTheme/bringInAccountV1.js +0 -153
  410. package/bin/keycloakify/generateTheme/bringInAccountV1.js.map +0 -1
  411. package/bin/keycloakify/generateTheme/downloadKeycloakStaticResources.d.ts +0 -11
  412. package/bin/keycloakify/generateTheme/downloadKeycloakStaticResources.js +0 -102
  413. package/bin/keycloakify/generateTheme/downloadKeycloakStaticResources.js.map +0 -1
  414. package/bin/keycloakify/generateTheme/generateMessageProperties.d.ts +0 -8
  415. package/bin/keycloakify/generateTheme/generateMessageProperties.js +0 -271
  416. package/bin/keycloakify/generateTheme/generateMessageProperties.js.map +0 -1
  417. package/bin/keycloakify/generateTheme/generateSrcMainResources.d.ts +0 -21
  418. package/bin/keycloakify/generateTheme/generateSrcMainResources.js +0 -340
  419. package/bin/keycloakify/generateTheme/generateSrcMainResources.js.map +0 -1
  420. package/bin/keycloakify/generateTheme/generateTheme.d.ts +0 -13
  421. package/bin/keycloakify/generateTheme/generateTheme.js +0 -115
  422. package/bin/keycloakify/generateTheme/generateTheme.js.map +0 -1
  423. package/bin/keycloakify/generateTheme/generateThemeVariants.d.ts +0 -5
  424. package/bin/keycloakify/generateTheme/generateThemeVariants.js +0 -67
  425. package/bin/keycloakify/generateTheme/generateThemeVariants.js.map +0 -1
  426. package/bin/keycloakify/generateTheme/index.d.ts +0 -1
  427. package/bin/keycloakify/generateTheme/index.js +0 -18
  428. package/bin/keycloakify/generateTheme/index.js.map +0 -1
  429. package/bin/keycloakify/generateTheme/readExtraPageNames.d.ts +0 -5
  430. package/bin/keycloakify/generateTheme/readExtraPageNames.js +0 -105
  431. package/bin/keycloakify/generateTheme/readExtraPageNames.js.map +0 -1
  432. package/bin/keycloakify/generateTheme/readFieldNameUsage.d.ts +0 -7
  433. package/bin/keycloakify/generateTheme/readFieldNameUsage.js +0 -141
  434. package/bin/keycloakify/generateTheme/readFieldNameUsage.js.map +0 -1
  435. package/bin/keycloakify/index.d.ts +0 -2
  436. package/bin/keycloakify/index.js +0 -23
  437. package/bin/keycloakify/index.js.map +0 -1
  438. package/bin/keycloakify/keycloakify.d.ts +0 -1
  439. package/bin/keycloakify/keycloakify.js +0 -166
  440. package/bin/keycloakify/keycloakify.js.map +0 -1
  441. package/bin/keycloakify/replacers/replaceImportsInCssCode.d.ts +0 -15
  442. package/bin/keycloakify/replacers/replaceImportsInCssCode.js +0 -88
  443. package/bin/keycloakify/replacers/replaceImportsInCssCode.js.map +0 -1
  444. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.d.ts +0 -9
  445. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js +0 -38
  446. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js.map +0 -1
  447. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.d.ts +0 -1
  448. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js +0 -18
  449. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js.map +0 -1
  450. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.d.ts +0 -12
  451. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js +0 -70
  452. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js.map +0 -1
  453. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.d.ts +0 -13
  454. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js +0 -95
  455. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js.map +0 -1
  456. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.d.ts +0 -12
  457. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js +0 -103
  458. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js.map +0 -1
  459. package/bin/promptKeycloakVersion.d.ts +0 -3
  460. package/bin/promptKeycloakVersion.js +0 -121
  461. package/bin/promptKeycloakVersion.js.map +0 -1
  462. package/bin/tools/OptionalIfCanBeUndefined.d.ts +0 -14
  463. package/bin/tools/OptionalIfCanBeUndefined.js +0 -3
  464. package/bin/tools/OptionalIfCanBeUndefined.js.map +0 -1
  465. package/bin/tools/SemVer.d.ts +0 -26
  466. package/bin/tools/SemVer.js +0 -119
  467. package/bin/tools/SemVer.js.map +0 -1
  468. package/bin/tools/String.prototype.replaceAll.d.ts +0 -1
  469. package/bin/tools/String.prototype.replaceAll.js +0 -29
  470. package/bin/tools/String.prototype.replaceAll.js.map +0 -1
  471. package/bin/tools/crawl.d.ts +0 -5
  472. package/bin/tools/crawl.js +0 -74
  473. package/bin/tools/crawl.js.map +0 -1
  474. package/bin/tools/crc32.d.ts +0 -9
  475. package/bin/tools/crc32.js +0 -64
  476. package/bin/tools/crc32.js.map +0 -1
  477. package/bin/tools/deflate.d.ts +0 -24
  478. package/bin/tools/deflate.js +0 -155
  479. package/bin/tools/deflate.js.map +0 -1
  480. package/bin/tools/fetchProxyOptions.d.ts +0 -5
  481. package/bin/tools/fetchProxyOptions.js +0 -172
  482. package/bin/tools/fetchProxyOptions.js.map +0 -1
  483. package/bin/tools/fs.existsAsync.d.ts +0 -1
  484. package/bin/tools/fs.existsAsync.js +0 -86
  485. package/bin/tools/fs.existsAsync.js.map +0 -1
  486. package/bin/tools/fs.rm.d.ts +0 -8
  487. package/bin/tools/fs.rm.js +0 -151
  488. package/bin/tools/fs.rm.js.map +0 -1
  489. package/bin/tools/fs.rmSync.d.ts +0 -8
  490. package/bin/tools/fs.rmSync.js +0 -58
  491. package/bin/tools/fs.rmSync.js.map +0 -1
  492. package/bin/tools/getAbsoluteAndInOsFormatPath.d.ts +0 -4
  493. package/bin/tools/getAbsoluteAndInOsFormatPath.js +0 -16
  494. package/bin/tools/getAbsoluteAndInOsFormatPath.js.map +0 -1
  495. package/bin/tools/getThisCodebaseRootDirPath.d.ts +0 -1
  496. package/bin/tools/getThisCodebaseRootDirPath.js +0 -43
  497. package/bin/tools/getThisCodebaseRootDirPath.js.map +0 -1
  498. package/bin/tools/grant-exec-perms.d.ts +0 -1
  499. package/bin/tools/grant-exec-perms.js +0 -100
  500. package/bin/tools/grant-exec-perms.js.map +0 -1
  501. package/bin/tools/isInside.d.ts +0 -4
  502. package/bin/tools/isInside.js +0 -10
  503. package/bin/tools/isInside.js.map +0 -1
  504. package/bin/tools/kebabCaseToSnakeCase.d.ts +0 -1
  505. package/bin/tools/kebabCaseToSnakeCase.js +0 -35
  506. package/bin/tools/kebabCaseToSnakeCase.js.map +0 -1
  507. package/bin/tools/logger.d.ts +0 -12
  508. package/bin/tools/logger.js +0 -23
  509. package/bin/tools/logger.js.map +0 -1
  510. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.d.ts +0 -14
  511. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js +0 -119
  512. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js.map +0 -1
  513. package/bin/tools/octokit-addons/listTags.d.ts +0 -13
  514. package/bin/tools/octokit-addons/listTags.js +0 -154
  515. package/bin/tools/octokit-addons/listTags.js.map +0 -1
  516. package/bin/tools/partitionPromiseSettledResults.d.ts +0 -2
  517. package/bin/tools/partitionPromiseSettledResults.js +0 -41
  518. package/bin/tools/partitionPromiseSettledResults.js.map +0 -1
  519. package/bin/tools/readThisNpmProjectVersion.d.ts +0 -1
  520. package/bin/tools/readThisNpmProjectVersion.js +0 -37
  521. package/bin/tools/readThisNpmProjectVersion.js.map +0 -1
  522. package/bin/tools/tee.d.ts +0 -3
  523. package/bin/tools/tee.js +0 -37
  524. package/bin/tools/tee.js.map +0 -1
  525. package/bin/tools/transformCodebase.d.ts +0 -20
  526. package/bin/tools/transformCodebase.js +0 -97
  527. package/bin/tools/transformCodebase.js.map +0 -1
  528. package/bin/tools/trimIndent.d.ts +0 -5
  529. package/bin/tools/trimIndent.js +0 -82
  530. package/bin/tools/trimIndent.js.map +0 -1
  531. package/bin/tools/unzip.d.ts +0 -2
  532. package/bin/tools/unzip.js +0 -274
  533. package/bin/tools/unzip.js.map +0 -1
  534. package/index.d.ts +0 -1
  535. package/index.js +0 -2
  536. package/index.js.map +0 -1
  537. package/lib/keycloakJsAdapter.d.ts +0 -51
  538. package/lib/keycloakJsAdapter.js +0 -74
  539. package/lib/keycloakJsAdapter.js.map +0 -1
  540. package/src/bin/constants.ts +0 -13
  541. package/src/bin/download-builtin-keycloak-theme.ts +0 -290
  542. package/src/bin/downloadAndUnzip.ts +0 -203
  543. package/src/bin/eject-keycloak-page.ts +0 -64
  544. package/src/bin/keycloakify/buildOptions/UserProvidedBuildOptions.ts +0 -21
  545. package/src/bin/keycloakify/buildOptions/buildOptions.ts +0 -189
  546. package/src/bin/keycloakify/buildOptions/getCacheDirPath.ts +0 -25
  547. package/src/bin/keycloakify/buildOptions/getNpmWorkspaceRootDirPath.ts +0 -49
  548. package/src/bin/keycloakify/buildOptions/getReactAppRootDirPath.ts +0 -23
  549. package/src/bin/keycloakify/buildOptions/index.ts +0 -1
  550. package/src/bin/keycloakify/buildOptions/parsedPackageJson.ts +0 -32
  551. package/src/bin/keycloakify/buildOptions/resolvedViteConfig.ts +0 -74
  552. package/src/bin/keycloakify/generateTheme/downloadKeycloakStaticResources.ts +0 -49
  553. package/src/bin/keycloakify/generateTheme/generateTheme.ts +0 -44
  554. package/src/bin/keycloakify/generateTheme/generateThemeVariants.ts +0 -50
  555. package/src/bin/keycloakify/generateTheme/index.ts +0 -1
  556. package/src/bin/keycloakify/generateTheme/readFieldNameUsage.ts +0 -55
  557. package/src/bin/promptKeycloakVersion.ts +0 -49
  558. package/src/bin/tools/grant-exec-perms.ts +0 -19
  559. package/src/bin/tools/logger.ts +0 -27
  560. package/src/bin/tools/unzip.ts +0 -141
  561. package/src/index.ts +0 -1
  562. package/src/lib/keycloakJsAdapter.ts +0 -118
  563. package/vite-plugin/index.js.map +0 -1
  564. package/vite-plugin/tsconfig.tsbuildinfo +0 -1
  565. package/vite-plugin/vite-plugin.d.ts +0 -6
  566. package/vite-plugin/vite-plugin.js +0 -158
  567. package/vite-plugin/vite-plugin.js.map +0 -1
@@ -0,0 +1,2318 @@
1
+ {
2
+ "id": "616d429a-c097-4625-b163-80c934f5054b",
3
+ "realm": "myrealm",
4
+ "notBefore": 0,
5
+ "defaultSignatureAlgorithm": "RS256",
6
+ "revokeRefreshToken": false,
7
+ "refreshTokenMaxReuse": 0,
8
+ "accessTokenLifespan": 300,
9
+ "accessTokenLifespanForImplicitFlow": 900,
10
+ "ssoSessionIdleTimeout": 1800,
11
+ "ssoSessionMaxLifespan": 36000,
12
+ "ssoSessionIdleTimeoutRememberMe": 0,
13
+ "ssoSessionMaxLifespanRememberMe": 0,
14
+ "offlineSessionIdleTimeout": 2592000,
15
+ "offlineSessionMaxLifespanEnabled": false,
16
+ "offlineSessionMaxLifespan": 5184000,
17
+ "clientSessionIdleTimeout": 0,
18
+ "clientSessionMaxLifespan": 0,
19
+ "clientOfflineSessionIdleTimeout": 0,
20
+ "clientOfflineSessionMaxLifespan": 0,
21
+ "accessCodeLifespan": 60,
22
+ "accessCodeLifespanUserAction": 300,
23
+ "accessCodeLifespanLogin": 1800,
24
+ "actionTokenGeneratedByAdminLifespan": 43200,
25
+ "actionTokenGeneratedByUserLifespan": 300,
26
+ "oauth2DeviceCodeLifespan": 600,
27
+ "oauth2DevicePollingInterval": 5,
28
+ "enabled": true,
29
+ "sslRequired": "external",
30
+ "registrationAllowed": true,
31
+ "registrationEmailAsUsername": false,
32
+ "rememberMe": true,
33
+ "verifyEmail": false,
34
+ "loginWithEmailAllowed": true,
35
+ "duplicateEmailsAllowed": false,
36
+ "resetPasswordAllowed": true,
37
+ "editUsernameAllowed": false,
38
+ "bruteForceProtected": false,
39
+ "permanentLockout": false,
40
+ "maxTemporaryLockouts": 0,
41
+ "maxFailureWaitSeconds": 900,
42
+ "minimumQuickLoginWaitSeconds": 60,
43
+ "waitIncrementSeconds": 60,
44
+ "quickLoginCheckMilliSeconds": 1000,
45
+ "maxDeltaTimeSeconds": 43200,
46
+ "failureFactor": 30,
47
+ "roles": {
48
+ "realm": [
49
+ {
50
+ "id": "dca83465-acb5-4478-b177-1043dee1fa35",
51
+ "name": "offline_access",
52
+ "description": "${role_offline-access}",
53
+ "composite": false,
54
+ "clientRole": false,
55
+ "containerId": "616d429a-c097-4625-b163-80c934f5054b",
56
+ "attributes": {}
57
+ },
58
+ {
59
+ "id": "0525122a-2ad0-4dea-8486-1e9a8dd79a6b",
60
+ "name": "default-roles-myrealm",
61
+ "description": "${role_default-roles}",
62
+ "composite": true,
63
+ "composites": {
64
+ "realm": ["offline_access", "uma_authorization"],
65
+ "client": {
66
+ "account": ["manage-account", "view-profile"]
67
+ }
68
+ },
69
+ "clientRole": false,
70
+ "containerId": "616d429a-c097-4625-b163-80c934f5054b",
71
+ "attributes": {}
72
+ },
73
+ {
74
+ "id": "61c01289-3b79-48c5-9c4f-a30fb025a5cd",
75
+ "name": "uma_authorization",
76
+ "description": "${role_uma_authorization}",
77
+ "composite": false,
78
+ "clientRole": false,
79
+ "containerId": "616d429a-c097-4625-b163-80c934f5054b",
80
+ "attributes": {}
81
+ }
82
+ ],
83
+ "client": {
84
+ "myclient": [],
85
+ "realm-management": [
86
+ {
87
+ "id": "53cd1758-dd61-4d05-8772-ed4a3f8fda74",
88
+ "name": "manage-clients",
89
+ "description": "${role_manage-clients}",
90
+ "composite": false,
91
+ "clientRole": true,
92
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
93
+ "attributes": {}
94
+ },
95
+ {
96
+ "id": "af3e5fdf-a56f-474c-9220-0ef2e8951925",
97
+ "name": "manage-users",
98
+ "description": "${role_manage-users}",
99
+ "composite": false,
100
+ "clientRole": true,
101
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
102
+ "attributes": {}
103
+ },
104
+ {
105
+ "id": "a2caa913-1e6b-41d7-bea3-2f2a1dfad5b2",
106
+ "name": "view-identity-providers",
107
+ "description": "${role_view-identity-providers}",
108
+ "composite": false,
109
+ "clientRole": true,
110
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
111
+ "attributes": {}
112
+ },
113
+ {
114
+ "id": "cc3cd6b4-acfc-4e50-a26b-271ba264d8da",
115
+ "name": "query-realms",
116
+ "description": "${role_query-realms}",
117
+ "composite": false,
118
+ "clientRole": true,
119
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
120
+ "attributes": {}
121
+ },
122
+ {
123
+ "id": "654442a7-360a-4ae2-ad28-de0c318bf199",
124
+ "name": "realm-admin",
125
+ "description": "${role_realm-admin}",
126
+ "composite": true,
127
+ "composites": {
128
+ "client": {
129
+ "realm-management": [
130
+ "manage-clients",
131
+ "manage-users",
132
+ "view-identity-providers",
133
+ "query-realms",
134
+ "view-events",
135
+ "view-realm",
136
+ "manage-events",
137
+ "manage-authorization",
138
+ "view-users",
139
+ "manage-realm",
140
+ "query-clients",
141
+ "impersonation",
142
+ "query-groups",
143
+ "view-clients",
144
+ "manage-identity-providers",
145
+ "query-users",
146
+ "create-client",
147
+ "view-authorization"
148
+ ]
149
+ }
150
+ },
151
+ "clientRole": true,
152
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
153
+ "attributes": {}
154
+ },
155
+ {
156
+ "id": "6ff00a5f-4a3f-4e48-983f-0c24569bc7b6",
157
+ "name": "view-events",
158
+ "description": "${role_view-events}",
159
+ "composite": false,
160
+ "clientRole": true,
161
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
162
+ "attributes": {}
163
+ },
164
+ {
165
+ "id": "b9afcf4f-13ea-4a8f-85a1-7004a64f516b",
166
+ "name": "view-realm",
167
+ "description": "${role_view-realm}",
168
+ "composite": false,
169
+ "clientRole": true,
170
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
171
+ "attributes": {}
172
+ },
173
+ {
174
+ "id": "7f0cb0ee-71be-4a66-b9d8-bb74e06dc70e",
175
+ "name": "manage-events",
176
+ "description": "${role_manage-events}",
177
+ "composite": false,
178
+ "clientRole": true,
179
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
180
+ "attributes": {}
181
+ },
182
+ {
183
+ "id": "e0c17b92-3a0d-42e9-9dd4-43b65294b629",
184
+ "name": "manage-authorization",
185
+ "description": "${role_manage-authorization}",
186
+ "composite": false,
187
+ "clientRole": true,
188
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
189
+ "attributes": {}
190
+ },
191
+ {
192
+ "id": "e5335f53-9078-4b6c-aa5e-721c28ca4268",
193
+ "name": "view-users",
194
+ "description": "${role_view-users}",
195
+ "composite": true,
196
+ "composites": {
197
+ "client": {
198
+ "realm-management": ["query-groups", "query-users"]
199
+ }
200
+ },
201
+ "clientRole": true,
202
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
203
+ "attributes": {}
204
+ },
205
+ {
206
+ "id": "5b759b4c-ef7c-4fca-acf0-b640fc6470da",
207
+ "name": "manage-realm",
208
+ "description": "${role_manage-realm}",
209
+ "composite": false,
210
+ "clientRole": true,
211
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
212
+ "attributes": {}
213
+ },
214
+ {
215
+ "id": "071a2086-ed53-4ae5-bb89-e3077d2dbb81",
216
+ "name": "query-clients",
217
+ "description": "${role_query-clients}",
218
+ "composite": false,
219
+ "clientRole": true,
220
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
221
+ "attributes": {}
222
+ },
223
+ {
224
+ "id": "83af2263-75af-4d8e-a2ca-a8a3718dcfc1",
225
+ "name": "impersonation",
226
+ "description": "${role_impersonation}",
227
+ "composite": false,
228
+ "clientRole": true,
229
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
230
+ "attributes": {}
231
+ },
232
+ {
233
+ "id": "668e0441-9005-4db4-9d23-46c9b7961201",
234
+ "name": "query-groups",
235
+ "description": "${role_query-groups}",
236
+ "composite": false,
237
+ "clientRole": true,
238
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
239
+ "attributes": {}
240
+ },
241
+ {
242
+ "id": "ca7b4a7d-60be-4630-99a5-63d1258dd3a1",
243
+ "name": "manage-identity-providers",
244
+ "description": "${role_manage-identity-providers}",
245
+ "composite": false,
246
+ "clientRole": true,
247
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
248
+ "attributes": {}
249
+ },
250
+ {
251
+ "id": "75cf25f1-80ec-4b26-9a51-0e8b020ac435",
252
+ "name": "view-clients",
253
+ "description": "${role_view-clients}",
254
+ "composite": true,
255
+ "composites": {
256
+ "client": {
257
+ "realm-management": ["query-clients"]
258
+ }
259
+ },
260
+ "clientRole": true,
261
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
262
+ "attributes": {}
263
+ },
264
+ {
265
+ "id": "7638da79-1410-42a3-b869-651797eae5e5",
266
+ "name": "query-users",
267
+ "description": "${role_query-users}",
268
+ "composite": false,
269
+ "clientRole": true,
270
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
271
+ "attributes": {}
272
+ },
273
+ {
274
+ "id": "a9783933-4c85-4217-a28a-6e8bbe309058",
275
+ "name": "create-client",
276
+ "description": "${role_create-client}",
277
+ "composite": false,
278
+ "clientRole": true,
279
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
280
+ "attributes": {}
281
+ },
282
+ {
283
+ "id": "9445d56c-eaf2-4d24-8ab4-4244829ec248",
284
+ "name": "view-authorization",
285
+ "description": "${role_view-authorization}",
286
+ "composite": false,
287
+ "clientRole": true,
288
+ "containerId": "8efd01a0-40cd-487d-818b-fa2b096170e0",
289
+ "attributes": {}
290
+ }
291
+ ],
292
+ "security-admin-console": [],
293
+ "admin-cli": [],
294
+ "account-console": [],
295
+ "broker": [
296
+ {
297
+ "id": "fe7041c7-9aac-4e6c-9fe9-324e6a0e002b",
298
+ "name": "read-token",
299
+ "description": "${role_read-token}",
300
+ "composite": false,
301
+ "clientRole": true,
302
+ "containerId": "2c000747-ea5b-4226-82a3-1fc32bc8a079",
303
+ "attributes": {}
304
+ }
305
+ ],
306
+ "account": [
307
+ {
308
+ "id": "5f0a18e3-f6f5-4738-823c-ce218ead4d76",
309
+ "name": "manage-consent",
310
+ "description": "${role_manage-consent}",
311
+ "composite": true,
312
+ "composites": {
313
+ "client": {
314
+ "account": ["view-consent"]
315
+ }
316
+ },
317
+ "clientRole": true,
318
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
319
+ "attributes": {}
320
+ },
321
+ {
322
+ "id": "7ff0ec05-c0be-4875-83d8-eac0eeff0c92",
323
+ "name": "view-applications",
324
+ "description": "${role_view-applications}",
325
+ "composite": false,
326
+ "clientRole": true,
327
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
328
+ "attributes": {}
329
+ },
330
+ {
331
+ "id": "e13384cd-d8a2-44c5-809f-bc959c955469",
332
+ "name": "view-groups",
333
+ "description": "${role_view-groups}",
334
+ "composite": false,
335
+ "clientRole": true,
336
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
337
+ "attributes": {}
338
+ },
339
+ {
340
+ "id": "2124b97a-28b8-43db-8a84-b2f9b93acb4b",
341
+ "name": "manage-account-links",
342
+ "description": "${role_manage-account-links}",
343
+ "composite": false,
344
+ "clientRole": true,
345
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
346
+ "attributes": {}
347
+ },
348
+ {
349
+ "id": "b42f11d1-4e9f-4bea-a31e-ec5535ddd875",
350
+ "name": "delete-account",
351
+ "description": "${role_delete-account}",
352
+ "composite": false,
353
+ "clientRole": true,
354
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
355
+ "attributes": {}
356
+ },
357
+ {
358
+ "id": "c7e1f628-f977-4f81-9dd9-2d60d60ab3ce",
359
+ "name": "view-consent",
360
+ "description": "${role_view-consent}",
361
+ "composite": false,
362
+ "clientRole": true,
363
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
364
+ "attributes": {}
365
+ },
366
+ {
367
+ "id": "3bcd4f2b-bac3-4244-b42c-3eb7fde415e6",
368
+ "name": "manage-account",
369
+ "description": "${role_manage-account}",
370
+ "composite": true,
371
+ "composites": {
372
+ "client": {
373
+ "account": ["manage-account-links"]
374
+ }
375
+ },
376
+ "clientRole": true,
377
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
378
+ "attributes": {}
379
+ },
380
+ {
381
+ "id": "db2f9ffc-d895-4432-96e5-81b00a1f3822",
382
+ "name": "view-profile",
383
+ "description": "${role_view-profile}",
384
+ "composite": false,
385
+ "clientRole": true,
386
+ "containerId": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
387
+ "attributes": {}
388
+ }
389
+ ]
390
+ }
391
+ },
392
+ "groups": [],
393
+ "defaultRole": {
394
+ "id": "0525122a-2ad0-4dea-8486-1e9a8dd79a6b",
395
+ "name": "default-roles-myrealm",
396
+ "description": "${role_default-roles}",
397
+ "composite": true,
398
+ "clientRole": false,
399
+ "containerId": "616d429a-c097-4625-b163-80c934f5054b"
400
+ },
401
+ "requiredCredentials": ["password"],
402
+ "passwordPolicy": "notEmail(undefined) and length(4) and notUsername(undefined)",
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": "d93e1772-4916-4243-850f-a6d9b2615716",
441
+ "username": "testuser",
442
+ "firstName": "Test",
443
+ "lastName": "User",
444
+ "email": "testuser@gmail.com",
445
+ "emailVerified": true,
446
+ "attributes": {
447
+ "additional_emails": ["test.user@protonmail.com", "testuser@hotmail.com"],
448
+ "favorite_pet": ["cats"],
449
+ "gender": ["prefer_not_to_say"],
450
+ "bio": ["Hello I'm Test User and I do not exist."],
451
+ "phone_number": ["1111111111"],
452
+ "locale": ["fr"],
453
+ "favorite_media": ["movies", "series"]
454
+ },
455
+ "createdTimestamp": 1716183898408,
456
+ "enabled": true,
457
+ "totp": false,
458
+ "credentials": [
459
+ {
460
+ "id": "576982e2-6fb3-4752-8724-5ff390ea8301",
461
+ "type": "password",
462
+ "userLabel": "My password",
463
+ "createdDate": 1716183916529,
464
+ "secretData": "{\"value\":\"64RQFbQQTwJqgqEscwivDTQTfbXKzgsRNe5KmjufAMKhEpsGXkRuCX/Ptg5WjEpH0LcLZJpKNyY6z/W/483w2w==\",\"salt\":\"fPmkKpgyEAyDEsvp0VLGZg==\",\"additionalParameters\":{}}",
465
+ "credentialData": "{\"hashIterations\":210000,\"algorithm\":\"pbkdf2-sha512\",\"additionalParameters\":{}}"
466
+ }
467
+ ],
468
+ "disableableCredentialTypes": [],
469
+ "requiredActions": [],
470
+ "realmRoles": ["default-roles-myrealm"],
471
+ "notBefore": 0,
472
+ "groups": []
473
+ }
474
+ ],
475
+ "scopeMappings": [
476
+ {
477
+ "clientScope": "offline_access",
478
+ "roles": ["offline_access"]
479
+ }
480
+ ],
481
+ "clientScopeMappings": {
482
+ "account": [
483
+ {
484
+ "client": "account-console",
485
+ "roles": ["manage-account", "view-groups"]
486
+ }
487
+ ]
488
+ },
489
+ "clients": [
490
+ {
491
+ "id": "d9b642f1-dcfd-4ead-a890-c03b32df4177",
492
+ "clientId": "account",
493
+ "name": "${client_account}",
494
+ "description": "",
495
+ "rootUrl": "${authBaseUrl}",
496
+ "adminUrl": "",
497
+ "baseUrl": "/realms/myrealm/account/",
498
+ "surrogateAuthRequired": false,
499
+ "enabled": true,
500
+ "alwaysDisplayInConsole": false,
501
+ "clientAuthenticatorType": "client-secret",
502
+ "redirectUris": ["/realms/myrealm/account/*"],
503
+ "webOrigins": [],
504
+ "notBefore": 0,
505
+ "bearerOnly": false,
506
+ "consentRequired": false,
507
+ "standardFlowEnabled": true,
508
+ "implicitFlowEnabled": false,
509
+ "directAccessGrantsEnabled": false,
510
+ "serviceAccountsEnabled": false,
511
+ "publicClient": true,
512
+ "frontchannelLogout": false,
513
+ "protocol": "openid-connect",
514
+ "attributes": {
515
+ "oidc.ciba.grant.enabled": "false",
516
+ "backchannel.logout.session.required": "true",
517
+ "login_theme": "keycloakify-starter",
518
+ "post.logout.redirect.uris": "+",
519
+ "oauth2.device.authorization.grant.enabled": "false",
520
+ "display.on.consent.screen": "false",
521
+ "backchannel.logout.revoke.offline.tokens": "false"
522
+ },
523
+ "authenticationFlowBindingOverrides": {},
524
+ "fullScopeAllowed": false,
525
+ "nodeReRegistrationTimeout": 0,
526
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
527
+ "optionalClientScopes": [
528
+ "address",
529
+ "phone",
530
+ "offline_access",
531
+ "microprofile-jwt"
532
+ ]
533
+ },
534
+ {
535
+ "id": "bb874a19-9a92-4504-a7c0-d32ef6f3d266",
536
+ "clientId": "account-console",
537
+ "name": "${client_account-console}",
538
+ "rootUrl": "${authBaseUrl}",
539
+ "baseUrl": "/realms/myrealm/account/",
540
+ "surrogateAuthRequired": false,
541
+ "enabled": true,
542
+ "alwaysDisplayInConsole": false,
543
+ "clientAuthenticatorType": "client-secret",
544
+ "redirectUris": ["/realms/myrealm/account/*"],
545
+ "webOrigins": [],
546
+ "notBefore": 0,
547
+ "bearerOnly": false,
548
+ "consentRequired": false,
549
+ "standardFlowEnabled": true,
550
+ "implicitFlowEnabled": false,
551
+ "directAccessGrantsEnabled": false,
552
+ "serviceAccountsEnabled": false,
553
+ "publicClient": true,
554
+ "frontchannelLogout": false,
555
+ "protocol": "openid-connect",
556
+ "attributes": {
557
+ "post.logout.redirect.uris": "+",
558
+ "pkce.code.challenge.method": "S256"
559
+ },
560
+ "authenticationFlowBindingOverrides": {},
561
+ "fullScopeAllowed": false,
562
+ "nodeReRegistrationTimeout": 0,
563
+ "protocolMappers": [
564
+ {
565
+ "id": "29aea167-ff0f-4954-8310-aa28c05d1594",
566
+ "name": "audience resolve",
567
+ "protocol": "openid-connect",
568
+ "protocolMapper": "oidc-audience-resolve-mapper",
569
+ "consentRequired": false,
570
+ "config": {}
571
+ }
572
+ ],
573
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
574
+ "optionalClientScopes": [
575
+ "address",
576
+ "phone",
577
+ "offline_access",
578
+ "microprofile-jwt"
579
+ ]
580
+ },
581
+ {
582
+ "id": "e19ed660-ca30-4266-be25-7ac226994f0f",
583
+ "clientId": "admin-cli",
584
+ "name": "${client_admin-cli}",
585
+ "surrogateAuthRequired": false,
586
+ "enabled": true,
587
+ "alwaysDisplayInConsole": false,
588
+ "clientAuthenticatorType": "client-secret",
589
+ "redirectUris": [],
590
+ "webOrigins": [],
591
+ "notBefore": 0,
592
+ "bearerOnly": false,
593
+ "consentRequired": false,
594
+ "standardFlowEnabled": false,
595
+ "implicitFlowEnabled": false,
596
+ "directAccessGrantsEnabled": true,
597
+ "serviceAccountsEnabled": false,
598
+ "publicClient": true,
599
+ "frontchannelLogout": false,
600
+ "protocol": "openid-connect",
601
+ "attributes": {
602
+ "post.logout.redirect.uris": "+"
603
+ },
604
+ "authenticationFlowBindingOverrides": {},
605
+ "fullScopeAllowed": false,
606
+ "nodeReRegistrationTimeout": 0,
607
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
608
+ "optionalClientScopes": [
609
+ "address",
610
+ "phone",
611
+ "offline_access",
612
+ "microprofile-jwt"
613
+ ]
614
+ },
615
+ {
616
+ "id": "2c000747-ea5b-4226-82a3-1fc32bc8a079",
617
+ "clientId": "broker",
618
+ "name": "${client_broker}",
619
+ "surrogateAuthRequired": false,
620
+ "enabled": true,
621
+ "alwaysDisplayInConsole": false,
622
+ "clientAuthenticatorType": "client-secret",
623
+ "redirectUris": [],
624
+ "webOrigins": [],
625
+ "notBefore": 0,
626
+ "bearerOnly": true,
627
+ "consentRequired": false,
628
+ "standardFlowEnabled": true,
629
+ "implicitFlowEnabled": false,
630
+ "directAccessGrantsEnabled": false,
631
+ "serviceAccountsEnabled": false,
632
+ "publicClient": false,
633
+ "frontchannelLogout": false,
634
+ "protocol": "openid-connect",
635
+ "attributes": {
636
+ "post.logout.redirect.uris": "+"
637
+ },
638
+ "authenticationFlowBindingOverrides": {},
639
+ "fullScopeAllowed": false,
640
+ "nodeReRegistrationTimeout": 0,
641
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
642
+ "optionalClientScopes": [
643
+ "address",
644
+ "phone",
645
+ "offline_access",
646
+ "microprofile-jwt"
647
+ ]
648
+ },
649
+ {
650
+ "id": "5dfb0d1a-2ab1-480f-8bab-81502f762ac0",
651
+ "clientId": "myclient",
652
+ "name": "",
653
+ "description": "",
654
+ "rootUrl": "https://my-theme.keycloakify.dev",
655
+ "adminUrl": "https://my-theme.keycloakify.dev",
656
+ "baseUrl": "",
657
+ "surrogateAuthRequired": false,
658
+ "enabled": true,
659
+ "alwaysDisplayInConsole": false,
660
+ "clientAuthenticatorType": "client-secret",
661
+ "redirectUris": ["https://my-theme.keycloakify.dev/*", "http://localhost*"],
662
+ "webOrigins": ["*"],
663
+ "notBefore": 0,
664
+ "bearerOnly": false,
665
+ "consentRequired": false,
666
+ "standardFlowEnabled": true,
667
+ "implicitFlowEnabled": false,
668
+ "directAccessGrantsEnabled": true,
669
+ "serviceAccountsEnabled": false,
670
+ "publicClient": true,
671
+ "frontchannelLogout": true,
672
+ "protocol": "openid-connect",
673
+ "attributes": {
674
+ "oidc.ciba.grant.enabled": "false",
675
+ "backchannel.logout.session.required": "true",
676
+ "login_theme": "keycloakify-starter",
677
+ "post.logout.redirect.uris": "https://my-theme.keycloakify.dev/*##http://localhost*",
678
+ "oauth2.device.authorization.grant.enabled": "false",
679
+ "display.on.consent.screen": "false",
680
+ "backchannel.logout.revoke.offline.tokens": "false"
681
+ },
682
+ "authenticationFlowBindingOverrides": {},
683
+ "fullScopeAllowed": true,
684
+ "nodeReRegistrationTimeout": -1,
685
+ "protocolMappers": [
686
+ {
687
+ "id": "7dd54ba1-e899-43d1-8034-958fa8b1c142",
688
+ "name": "Bio",
689
+ "protocol": "openid-connect",
690
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
691
+ "consentRequired": false,
692
+ "config": {
693
+ "introspection.token.claim": "true",
694
+ "userinfo.token.claim": "true",
695
+ "user.attribute": "bio",
696
+ "id.token.claim": "true",
697
+ "lightweight.claim": "false",
698
+ "access.token.claim": "true",
699
+ "claim.name": "bio",
700
+ "jsonType.label": "String"
701
+ }
702
+ },
703
+ {
704
+ "id": "e2d6bd78-ad5d-4fd8-911b-4b4c8710d4bc",
705
+ "name": "Favorite media",
706
+ "protocol": "openid-connect",
707
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
708
+ "consentRequired": false,
709
+ "config": {
710
+ "introspection.token.claim": "true",
711
+ "userinfo.token.claim": "true",
712
+ "multivalued": "true",
713
+ "user.attribute": "favorite_media",
714
+ "id.token.claim": "true",
715
+ "lightweight.claim": "false",
716
+ "access.token.claim": "true",
717
+ "claim.name": "favorite_media",
718
+ "jsonType.label": "String"
719
+ }
720
+ },
721
+ {
722
+ "id": "783bb8c3-1630-4cd3-a40f-c2ba089af1ff",
723
+ "name": "Additional Emails",
724
+ "protocol": "openid-connect",
725
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
726
+ "consentRequired": false,
727
+ "config": {
728
+ "introspection.token.claim": "true",
729
+ "userinfo.token.claim": "true",
730
+ "multivalued": "true",
731
+ "user.attribute": "additional_emails",
732
+ "id.token.claim": "true",
733
+ "lightweight.claim": "false",
734
+ "access.token.claim": "true",
735
+ "claim.name": "additional_emails",
736
+ "jsonType.label": "String"
737
+ }
738
+ },
739
+ {
740
+ "id": "cae22dae-561f-4396-86b2-5e740e5a5558",
741
+ "name": "Favorite pet",
742
+ "protocol": "openid-connect",
743
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
744
+ "consentRequired": false,
745
+ "config": {
746
+ "introspection.token.claim": "true",
747
+ "userinfo.token.claim": "true",
748
+ "user.attribute": "favorite_pet",
749
+ "id.token.claim": "true",
750
+ "lightweight.claim": "false",
751
+ "access.token.claim": "true",
752
+ "claim.name": "favorite_pet",
753
+ "jsonType.label": "String"
754
+ }
755
+ },
756
+ {
757
+ "id": "2166778a-0bc1-4f16-bb50-a41d5b08b4c2",
758
+ "name": "Gender",
759
+ "protocol": "openid-connect",
760
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
761
+ "consentRequired": false,
762
+ "config": {
763
+ "introspection.token.claim": "true",
764
+ "userinfo.token.claim": "true",
765
+ "user.attribute": "gender",
766
+ "id.token.claim": "true",
767
+ "lightweight.claim": "false",
768
+ "access.token.claim": "true",
769
+ "claim.name": "gender",
770
+ "jsonType.label": "String"
771
+ }
772
+ },
773
+ {
774
+ "id": "a0d67c6a-d81b-4220-999c-9166fb449c2a",
775
+ "name": "Phone number",
776
+ "protocol": "openid-connect",
777
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
778
+ "consentRequired": false,
779
+ "config": {
780
+ "introspection.token.claim": "true",
781
+ "userinfo.token.claim": "true",
782
+ "user.attribute": "phone_number",
783
+ "id.token.claim": "true",
784
+ "lightweight.claim": "false",
785
+ "access.token.claim": "true",
786
+ "claim.name": "phone_number",
787
+ "jsonType.label": "String"
788
+ }
789
+ }
790
+ ],
791
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
792
+ "optionalClientScopes": [
793
+ "address",
794
+ "phone",
795
+ "offline_access",
796
+ "microprofile-jwt"
797
+ ]
798
+ },
799
+ {
800
+ "id": "8efd01a0-40cd-487d-818b-fa2b096170e0",
801
+ "clientId": "realm-management",
802
+ "name": "${client_realm-management}",
803
+ "surrogateAuthRequired": false,
804
+ "enabled": true,
805
+ "alwaysDisplayInConsole": false,
806
+ "clientAuthenticatorType": "client-secret",
807
+ "redirectUris": [],
808
+ "webOrigins": [],
809
+ "notBefore": 0,
810
+ "bearerOnly": true,
811
+ "consentRequired": false,
812
+ "standardFlowEnabled": true,
813
+ "implicitFlowEnabled": false,
814
+ "directAccessGrantsEnabled": false,
815
+ "serviceAccountsEnabled": false,
816
+ "publicClient": false,
817
+ "frontchannelLogout": false,
818
+ "protocol": "openid-connect",
819
+ "attributes": {
820
+ "post.logout.redirect.uris": "+"
821
+ },
822
+ "authenticationFlowBindingOverrides": {},
823
+ "fullScopeAllowed": false,
824
+ "nodeReRegistrationTimeout": 0,
825
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
826
+ "optionalClientScopes": [
827
+ "address",
828
+ "phone",
829
+ "offline_access",
830
+ "microprofile-jwt"
831
+ ]
832
+ },
833
+ {
834
+ "id": "199b2e1b-2cdd-4d8b-8816-4a5c79741658",
835
+ "clientId": "security-admin-console",
836
+ "name": "${client_security-admin-console}",
837
+ "rootUrl": "${authAdminUrl}",
838
+ "baseUrl": "/admin/myrealm/console/",
839
+ "surrogateAuthRequired": false,
840
+ "enabled": true,
841
+ "alwaysDisplayInConsole": false,
842
+ "clientAuthenticatorType": "client-secret",
843
+ "redirectUris": ["/admin/myrealm/console/*"],
844
+ "webOrigins": ["+"],
845
+ "notBefore": 0,
846
+ "bearerOnly": false,
847
+ "consentRequired": false,
848
+ "standardFlowEnabled": true,
849
+ "implicitFlowEnabled": false,
850
+ "directAccessGrantsEnabled": false,
851
+ "serviceAccountsEnabled": false,
852
+ "publicClient": true,
853
+ "frontchannelLogout": false,
854
+ "protocol": "openid-connect",
855
+ "attributes": {
856
+ "post.logout.redirect.uris": "+",
857
+ "pkce.code.challenge.method": "S256"
858
+ },
859
+ "authenticationFlowBindingOverrides": {},
860
+ "fullScopeAllowed": false,
861
+ "nodeReRegistrationTimeout": 0,
862
+ "protocolMappers": [
863
+ {
864
+ "id": "b8adc85f-0d5d-4e9d-88d1-bc7dc7f0ee71",
865
+ "name": "locale",
866
+ "protocol": "openid-connect",
867
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
868
+ "consentRequired": false,
869
+ "config": {
870
+ "introspection.token.claim": "true",
871
+ "userinfo.token.claim": "true",
872
+ "user.attribute": "locale",
873
+ "id.token.claim": "true",
874
+ "access.token.claim": "true",
875
+ "claim.name": "locale",
876
+ "jsonType.label": "String"
877
+ }
878
+ }
879
+ ],
880
+ "defaultClientScopes": ["web-origins", "acr", "profile", "roles", "email"],
881
+ "optionalClientScopes": [
882
+ "address",
883
+ "phone",
884
+ "offline_access",
885
+ "microprofile-jwt"
886
+ ]
887
+ }
888
+ ],
889
+ "clientScopes": [
890
+ {
891
+ "id": "2e66943f-c8d8-43ae-9101-61ae51eb5091",
892
+ "name": "offline_access",
893
+ "description": "OpenID Connect built-in scope: offline_access",
894
+ "protocol": "openid-connect",
895
+ "attributes": {
896
+ "consent.screen.text": "${offlineAccessScopeConsentText}",
897
+ "display.on.consent.screen": "true"
898
+ }
899
+ },
900
+ {
901
+ "id": "734e6e4f-f4c6-47f5-8277-ca7d75213c18",
902
+ "name": "email",
903
+ "description": "OpenID Connect built-in scope: email",
904
+ "protocol": "openid-connect",
905
+ "attributes": {
906
+ "include.in.token.scope": "true",
907
+ "display.on.consent.screen": "true",
908
+ "consent.screen.text": "${emailScopeConsentText}"
909
+ },
910
+ "protocolMappers": [
911
+ {
912
+ "id": "36ce4ad6-e1c1-4ca8-a777-3c6e38846497",
913
+ "name": "email",
914
+ "protocol": "openid-connect",
915
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
916
+ "consentRequired": false,
917
+ "config": {
918
+ "introspection.token.claim": "true",
919
+ "userinfo.token.claim": "true",
920
+ "user.attribute": "email",
921
+ "id.token.claim": "true",
922
+ "access.token.claim": "true",
923
+ "claim.name": "email",
924
+ "jsonType.label": "String"
925
+ }
926
+ },
927
+ {
928
+ "id": "83e1062b-841a-4630-ae1d-c53830d1cf5d",
929
+ "name": "email verified",
930
+ "protocol": "openid-connect",
931
+ "protocolMapper": "oidc-usermodel-property-mapper",
932
+ "consentRequired": false,
933
+ "config": {
934
+ "introspection.token.claim": "true",
935
+ "userinfo.token.claim": "true",
936
+ "user.attribute": "emailVerified",
937
+ "id.token.claim": "true",
938
+ "access.token.claim": "true",
939
+ "claim.name": "email_verified",
940
+ "jsonType.label": "boolean"
941
+ }
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "id": "265169ba-5dd9-4a56-81c7-d0d6009c2c7d",
947
+ "name": "acr",
948
+ "description": "OpenID Connect scope for add acr (authentication context class reference) to the token",
949
+ "protocol": "openid-connect",
950
+ "attributes": {
951
+ "include.in.token.scope": "false",
952
+ "display.on.consent.screen": "false"
953
+ },
954
+ "protocolMappers": [
955
+ {
956
+ "id": "238b2479-e6d5-41ca-9634-f19853f3adab",
957
+ "name": "acr loa level",
958
+ "protocol": "openid-connect",
959
+ "protocolMapper": "oidc-acr-mapper",
960
+ "consentRequired": false,
961
+ "config": {
962
+ "id.token.claim": "true",
963
+ "introspection.token.claim": "true",
964
+ "access.token.claim": "true",
965
+ "userinfo.token.claim": "true"
966
+ }
967
+ }
968
+ ]
969
+ },
970
+ {
971
+ "id": "d29fa2ac-80f3-4046-ae01-440ca9cca415",
972
+ "name": "microprofile-jwt",
973
+ "description": "Microprofile - JWT built-in scope",
974
+ "protocol": "openid-connect",
975
+ "attributes": {
976
+ "include.in.token.scope": "true",
977
+ "display.on.consent.screen": "false"
978
+ },
979
+ "protocolMappers": [
980
+ {
981
+ "id": "a8399ddb-d9be-4398-a494-b6743756ace0",
982
+ "name": "upn",
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": "username",
990
+ "id.token.claim": "true",
991
+ "access.token.claim": "true",
992
+ "claim.name": "upn",
993
+ "jsonType.label": "String"
994
+ }
995
+ },
996
+ {
997
+ "id": "fc142c26-630e-40b1-8c46-8694f46cf9f6",
998
+ "name": "groups",
999
+ "protocol": "openid-connect",
1000
+ "protocolMapper": "oidc-usermodel-realm-role-mapper",
1001
+ "consentRequired": false,
1002
+ "config": {
1003
+ "introspection.token.claim": "true",
1004
+ "multivalued": "true",
1005
+ "userinfo.token.claim": "true",
1006
+ "user.attribute": "foo",
1007
+ "id.token.claim": "true",
1008
+ "access.token.claim": "true",
1009
+ "claim.name": "groups",
1010
+ "jsonType.label": "String"
1011
+ }
1012
+ }
1013
+ ]
1014
+ },
1015
+ {
1016
+ "id": "45108234-79fe-41db-a762-6b2f4aba44e1",
1017
+ "name": "profile",
1018
+ "description": "OpenID Connect built-in scope: profile",
1019
+ "protocol": "openid-connect",
1020
+ "attributes": {
1021
+ "include.in.token.scope": "true",
1022
+ "display.on.consent.screen": "true",
1023
+ "consent.screen.text": "${profileScopeConsentText}"
1024
+ },
1025
+ "protocolMappers": [
1026
+ {
1027
+ "id": "d7a7e681-698c-40a0-a492-485bfec75625",
1028
+ "name": "middle name",
1029
+ "protocol": "openid-connect",
1030
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1031
+ "consentRequired": false,
1032
+ "config": {
1033
+ "introspection.token.claim": "true",
1034
+ "userinfo.token.claim": "true",
1035
+ "user.attribute": "middleName",
1036
+ "id.token.claim": "true",
1037
+ "access.token.claim": "true",
1038
+ "claim.name": "middle_name",
1039
+ "jsonType.label": "String"
1040
+ }
1041
+ },
1042
+ {
1043
+ "id": "80170343-3885-415d-a4a1-88987ebd5f0f",
1044
+ "name": "updated at",
1045
+ "protocol": "openid-connect",
1046
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1047
+ "consentRequired": false,
1048
+ "config": {
1049
+ "introspection.token.claim": "true",
1050
+ "userinfo.token.claim": "true",
1051
+ "user.attribute": "updatedAt",
1052
+ "id.token.claim": "true",
1053
+ "access.token.claim": "true",
1054
+ "claim.name": "updated_at",
1055
+ "jsonType.label": "long"
1056
+ }
1057
+ },
1058
+ {
1059
+ "id": "34d21791-9798-401b-a280-3f2b9792e4d8",
1060
+ "name": "given name",
1061
+ "protocol": "openid-connect",
1062
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1063
+ "consentRequired": false,
1064
+ "config": {
1065
+ "introspection.token.claim": "true",
1066
+ "userinfo.token.claim": "true",
1067
+ "user.attribute": "firstName",
1068
+ "id.token.claim": "true",
1069
+ "access.token.claim": "true",
1070
+ "claim.name": "given_name",
1071
+ "jsonType.label": "String"
1072
+ }
1073
+ },
1074
+ {
1075
+ "id": "7ba0e6f9-949f-476e-aa1a-30eea437d411",
1076
+ "name": "profile",
1077
+ "protocol": "openid-connect",
1078
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1079
+ "consentRequired": false,
1080
+ "config": {
1081
+ "introspection.token.claim": "true",
1082
+ "userinfo.token.claim": "true",
1083
+ "user.attribute": "profile",
1084
+ "id.token.claim": "true",
1085
+ "access.token.claim": "true",
1086
+ "claim.name": "profile",
1087
+ "jsonType.label": "String"
1088
+ }
1089
+ },
1090
+ {
1091
+ "id": "7c39712e-269c-42b7-9271-a6e732679447",
1092
+ "name": "website",
1093
+ "protocol": "openid-connect",
1094
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1095
+ "consentRequired": false,
1096
+ "config": {
1097
+ "introspection.token.claim": "true",
1098
+ "userinfo.token.claim": "true",
1099
+ "user.attribute": "website",
1100
+ "id.token.claim": "true",
1101
+ "access.token.claim": "true",
1102
+ "claim.name": "website",
1103
+ "jsonType.label": "String"
1104
+ }
1105
+ },
1106
+ {
1107
+ "id": "bf7b8ad3-f3aa-4921-ac54-898d8ee2ad8a",
1108
+ "name": "full name",
1109
+ "protocol": "openid-connect",
1110
+ "protocolMapper": "oidc-full-name-mapper",
1111
+ "consentRequired": false,
1112
+ "config": {
1113
+ "id.token.claim": "true",
1114
+ "introspection.token.claim": "true",
1115
+ "access.token.claim": "true",
1116
+ "userinfo.token.claim": "true"
1117
+ }
1118
+ },
1119
+ {
1120
+ "id": "e5b55267-dd11-47a3-891e-6a2aa43c34af",
1121
+ "name": "family name",
1122
+ "protocol": "openid-connect",
1123
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1124
+ "consentRequired": false,
1125
+ "config": {
1126
+ "introspection.token.claim": "true",
1127
+ "userinfo.token.claim": "true",
1128
+ "user.attribute": "lastName",
1129
+ "id.token.claim": "true",
1130
+ "access.token.claim": "true",
1131
+ "claim.name": "family_name",
1132
+ "jsonType.label": "String"
1133
+ }
1134
+ },
1135
+ {
1136
+ "id": "1cab3885-c2ab-455c-95fe-d55e41421b5e",
1137
+ "name": "nickname",
1138
+ "protocol": "openid-connect",
1139
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1140
+ "consentRequired": false,
1141
+ "config": {
1142
+ "introspection.token.claim": "true",
1143
+ "userinfo.token.claim": "true",
1144
+ "user.attribute": "nickname",
1145
+ "id.token.claim": "true",
1146
+ "access.token.claim": "true",
1147
+ "claim.name": "nickname",
1148
+ "jsonType.label": "String"
1149
+ }
1150
+ },
1151
+ {
1152
+ "id": "f6bcfcc3-396b-4514-bf11-2c6dd92f9937",
1153
+ "name": "username",
1154
+ "protocol": "openid-connect",
1155
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1156
+ "consentRequired": false,
1157
+ "config": {
1158
+ "introspection.token.claim": "true",
1159
+ "userinfo.token.claim": "true",
1160
+ "user.attribute": "username",
1161
+ "id.token.claim": "true",
1162
+ "access.token.claim": "true",
1163
+ "claim.name": "preferred_username",
1164
+ "jsonType.label": "String"
1165
+ }
1166
+ },
1167
+ {
1168
+ "id": "de4d0189-5a67-47a6-b6e3-3f6af0c15ec6",
1169
+ "name": "locale",
1170
+ "protocol": "openid-connect",
1171
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1172
+ "consentRequired": false,
1173
+ "config": {
1174
+ "introspection.token.claim": "true",
1175
+ "userinfo.token.claim": "true",
1176
+ "user.attribute": "locale",
1177
+ "id.token.claim": "true",
1178
+ "access.token.claim": "true",
1179
+ "claim.name": "locale",
1180
+ "jsonType.label": "String"
1181
+ }
1182
+ },
1183
+ {
1184
+ "id": "0ac682f0-5a25-4a7b-8d14-5337de7c3d3f",
1185
+ "name": "gender",
1186
+ "protocol": "openid-connect",
1187
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1188
+ "consentRequired": false,
1189
+ "config": {
1190
+ "introspection.token.claim": "true",
1191
+ "userinfo.token.claim": "true",
1192
+ "user.attribute": "gender",
1193
+ "id.token.claim": "true",
1194
+ "access.token.claim": "true",
1195
+ "claim.name": "gender",
1196
+ "jsonType.label": "String"
1197
+ }
1198
+ },
1199
+ {
1200
+ "id": "9203cbaf-8818-458a-8707-60ddfb874816",
1201
+ "name": "birthdate",
1202
+ "protocol": "openid-connect",
1203
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1204
+ "consentRequired": false,
1205
+ "config": {
1206
+ "introspection.token.claim": "true",
1207
+ "userinfo.token.claim": "true",
1208
+ "user.attribute": "birthdate",
1209
+ "id.token.claim": "true",
1210
+ "access.token.claim": "true",
1211
+ "claim.name": "birthdate",
1212
+ "jsonType.label": "String"
1213
+ }
1214
+ },
1215
+ {
1216
+ "id": "e980fa62-9815-45ed-93b0-fd6391aca2cb",
1217
+ "name": "zoneinfo",
1218
+ "protocol": "openid-connect",
1219
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1220
+ "consentRequired": false,
1221
+ "config": {
1222
+ "introspection.token.claim": "true",
1223
+ "userinfo.token.claim": "true",
1224
+ "user.attribute": "zoneinfo",
1225
+ "id.token.claim": "true",
1226
+ "access.token.claim": "true",
1227
+ "claim.name": "zoneinfo",
1228
+ "jsonType.label": "String"
1229
+ }
1230
+ },
1231
+ {
1232
+ "id": "2398f044-7252-4a65-8b39-58c4d1affd4b",
1233
+ "name": "picture",
1234
+ "protocol": "openid-connect",
1235
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1236
+ "consentRequired": false,
1237
+ "config": {
1238
+ "introspection.token.claim": "true",
1239
+ "userinfo.token.claim": "true",
1240
+ "user.attribute": "picture",
1241
+ "id.token.claim": "true",
1242
+ "access.token.claim": "true",
1243
+ "claim.name": "picture",
1244
+ "jsonType.label": "String"
1245
+ }
1246
+ }
1247
+ ]
1248
+ },
1249
+ {
1250
+ "id": "1599a6c9-665b-4cfa-b2c0-37560bc4ebc8",
1251
+ "name": "address",
1252
+ "description": "OpenID Connect built-in scope: address",
1253
+ "protocol": "openid-connect",
1254
+ "attributes": {
1255
+ "include.in.token.scope": "true",
1256
+ "display.on.consent.screen": "true",
1257
+ "consent.screen.text": "${addressScopeConsentText}"
1258
+ },
1259
+ "protocolMappers": [
1260
+ {
1261
+ "id": "6d0c40fd-7b37-4feb-b93b-ba523a679cb3",
1262
+ "name": "address",
1263
+ "protocol": "openid-connect",
1264
+ "protocolMapper": "oidc-address-mapper",
1265
+ "consentRequired": false,
1266
+ "config": {
1267
+ "user.attribute.formatted": "formatted",
1268
+ "user.attribute.country": "country",
1269
+ "introspection.token.claim": "true",
1270
+ "user.attribute.postal_code": "postal_code",
1271
+ "userinfo.token.claim": "true",
1272
+ "user.attribute.street": "street",
1273
+ "id.token.claim": "true",
1274
+ "user.attribute.region": "region",
1275
+ "access.token.claim": "true",
1276
+ "user.attribute.locality": "locality"
1277
+ }
1278
+ }
1279
+ ]
1280
+ },
1281
+ {
1282
+ "id": "e5bfe4ed-55d0-4b53-b92f-5e11fe01b70d",
1283
+ "name": "roles",
1284
+ "description": "OpenID Connect scope for add user roles to the access token",
1285
+ "protocol": "openid-connect",
1286
+ "attributes": {
1287
+ "include.in.token.scope": "false",
1288
+ "display.on.consent.screen": "true",
1289
+ "consent.screen.text": "${rolesScopeConsentText}"
1290
+ },
1291
+ "protocolMappers": [
1292
+ {
1293
+ "id": "704c2507-8906-4141-8cc3-e637ac9c3515",
1294
+ "name": "audience resolve",
1295
+ "protocol": "openid-connect",
1296
+ "protocolMapper": "oidc-audience-resolve-mapper",
1297
+ "consentRequired": false,
1298
+ "config": {
1299
+ "introspection.token.claim": "true",
1300
+ "access.token.claim": "true"
1301
+ }
1302
+ },
1303
+ {
1304
+ "id": "7cb2bd99-5d86-4034-a9c3-6ab5fc64a5d0",
1305
+ "name": "client roles",
1306
+ "protocol": "openid-connect",
1307
+ "protocolMapper": "oidc-usermodel-client-role-mapper",
1308
+ "consentRequired": false,
1309
+ "config": {
1310
+ "introspection.token.claim": "true",
1311
+ "multivalued": "true",
1312
+ "user.attribute": "foo",
1313
+ "access.token.claim": "true",
1314
+ "claim.name": "resource_access.${client_id}.roles",
1315
+ "jsonType.label": "String"
1316
+ }
1317
+ },
1318
+ {
1319
+ "id": "de4bc0bf-08fd-41f1-9ba4-5ce2360be7c3",
1320
+ "name": "realm roles",
1321
+ "protocol": "openid-connect",
1322
+ "protocolMapper": "oidc-usermodel-realm-role-mapper",
1323
+ "consentRequired": false,
1324
+ "config": {
1325
+ "introspection.token.claim": "true",
1326
+ "multivalued": "true",
1327
+ "user.attribute": "foo",
1328
+ "access.token.claim": "true",
1329
+ "claim.name": "realm_access.roles",
1330
+ "jsonType.label": "String"
1331
+ }
1332
+ }
1333
+ ]
1334
+ },
1335
+ {
1336
+ "id": "a57b2614-1d88-4efd-865e-044554925b87",
1337
+ "name": "web-origins",
1338
+ "description": "OpenID Connect scope for add allowed web origins to the access token",
1339
+ "protocol": "openid-connect",
1340
+ "attributes": {
1341
+ "include.in.token.scope": "false",
1342
+ "display.on.consent.screen": "false",
1343
+ "consent.screen.text": ""
1344
+ },
1345
+ "protocolMappers": [
1346
+ {
1347
+ "id": "e70360e7-4e25-4bd9-af2c-2190321786f3",
1348
+ "name": "allowed web origins",
1349
+ "protocol": "openid-connect",
1350
+ "protocolMapper": "oidc-allowed-origins-mapper",
1351
+ "consentRequired": false,
1352
+ "config": {
1353
+ "introspection.token.claim": "true",
1354
+ "access.token.claim": "true"
1355
+ }
1356
+ }
1357
+ ]
1358
+ },
1359
+ {
1360
+ "id": "fc7bedc3-7b00-4bdf-a8f7-4f1eaf4c8c58",
1361
+ "name": "phone",
1362
+ "description": "OpenID Connect built-in scope: phone",
1363
+ "protocol": "openid-connect",
1364
+ "attributes": {
1365
+ "include.in.token.scope": "true",
1366
+ "display.on.consent.screen": "true",
1367
+ "consent.screen.text": "${phoneScopeConsentText}"
1368
+ },
1369
+ "protocolMappers": [
1370
+ {
1371
+ "id": "b1c1c515-e2d1-466b-9c06-84f6173c69ca",
1372
+ "name": "phone number",
1373
+ "protocol": "openid-connect",
1374
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1375
+ "consentRequired": false,
1376
+ "config": {
1377
+ "introspection.token.claim": "true",
1378
+ "userinfo.token.claim": "true",
1379
+ "user.attribute": "phoneNumber",
1380
+ "id.token.claim": "true",
1381
+ "access.token.claim": "true",
1382
+ "claim.name": "phone_number",
1383
+ "jsonType.label": "String"
1384
+ }
1385
+ },
1386
+ {
1387
+ "id": "e02d6599-9666-4e13-9780-f1cad1aca913",
1388
+ "name": "phone number verified",
1389
+ "protocol": "openid-connect",
1390
+ "protocolMapper": "oidc-usermodel-attribute-mapper",
1391
+ "consentRequired": false,
1392
+ "config": {
1393
+ "introspection.token.claim": "true",
1394
+ "userinfo.token.claim": "true",
1395
+ "user.attribute": "phoneNumberVerified",
1396
+ "id.token.claim": "true",
1397
+ "access.token.claim": "true",
1398
+ "claim.name": "phone_number_verified",
1399
+ "jsonType.label": "boolean"
1400
+ }
1401
+ }
1402
+ ]
1403
+ },
1404
+ {
1405
+ "id": "6571ed3e-421c-4fb1-8308-4ba4e140b8ca",
1406
+ "name": "role_list",
1407
+ "description": "SAML role list",
1408
+ "protocol": "saml",
1409
+ "attributes": {
1410
+ "consent.screen.text": "${samlRoleListScopeConsentText}",
1411
+ "display.on.consent.screen": "true"
1412
+ },
1413
+ "protocolMappers": [
1414
+ {
1415
+ "id": "011d546c-4427-4743-85aa-b76a2aa173e7",
1416
+ "name": "role list",
1417
+ "protocol": "saml",
1418
+ "protocolMapper": "saml-role-list-mapper",
1419
+ "consentRequired": false,
1420
+ "config": {
1421
+ "single": "false",
1422
+ "attribute.nameformat": "Basic",
1423
+ "attribute.name": "Role"
1424
+ }
1425
+ }
1426
+ ]
1427
+ }
1428
+ ],
1429
+ "defaultDefaultClientScopes": [
1430
+ "role_list",
1431
+ "profile",
1432
+ "email",
1433
+ "roles",
1434
+ "web-origins",
1435
+ "acr"
1436
+ ],
1437
+ "defaultOptionalClientScopes": [
1438
+ "offline_access",
1439
+ "address",
1440
+ "phone",
1441
+ "microprofile-jwt"
1442
+ ],
1443
+ "browserSecurityHeaders": {
1444
+ "contentSecurityPolicyReportOnly": "",
1445
+ "xContentTypeOptions": "nosniff",
1446
+ "referrerPolicy": "no-referrer",
1447
+ "xRobotsTag": "none",
1448
+ "xFrameOptions": "SAMEORIGIN",
1449
+ "contentSecurityPolicy": "frame-src 'self'; frame-ancestors 'self'; object-src 'none';",
1450
+ "xXSSProtection": "1; mode=block",
1451
+ "strictTransportSecurity": "max-age=31536000; includeSubDomains"
1452
+ },
1453
+ "smtpServer": {},
1454
+ "loginTheme": "keycloak",
1455
+ "accountTheme": "keycloakify-starter",
1456
+ "adminTheme": "",
1457
+ "emailTheme": "",
1458
+ "eventsEnabled": false,
1459
+ "eventsListeners": ["jboss-logging"],
1460
+ "enabledEventTypes": [],
1461
+ "adminEventsEnabled": false,
1462
+ "adminEventsDetailsEnabled": false,
1463
+ "identityProviders": [],
1464
+ "identityProviderMappers": [],
1465
+ "components": {
1466
+ "org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [
1467
+ {
1468
+ "id": "fb010552-ac7e-42a2-b285-6d4fb444dda5",
1469
+ "name": "Trusted Hosts",
1470
+ "providerId": "trusted-hosts",
1471
+ "subType": "anonymous",
1472
+ "subComponents": {},
1473
+ "config": {
1474
+ "host-sending-registration-request-must-match": ["true"],
1475
+ "client-uris-must-match": ["true"]
1476
+ }
1477
+ },
1478
+ {
1479
+ "id": "dcf6b638-84a1-4e9e-86a7-446605775003",
1480
+ "name": "Full Scope Disabled",
1481
+ "providerId": "scope",
1482
+ "subType": "anonymous",
1483
+ "subComponents": {},
1484
+ "config": {}
1485
+ },
1486
+ {
1487
+ "id": "b64688bb-b587-46d3-a9e1-71a12ffe4ec4",
1488
+ "name": "Allowed Client Scopes",
1489
+ "providerId": "allowed-client-templates",
1490
+ "subType": "anonymous",
1491
+ "subComponents": {},
1492
+ "config": {
1493
+ "allow-default-scopes": ["true"]
1494
+ }
1495
+ },
1496
+ {
1497
+ "id": "621dccee-3497-4453-9405-a3ad11c896a9",
1498
+ "name": "Allowed Protocol Mapper Types",
1499
+ "providerId": "allowed-protocol-mappers",
1500
+ "subType": "anonymous",
1501
+ "subComponents": {},
1502
+ "config": {
1503
+ "allowed-protocol-mapper-types": [
1504
+ "oidc-sha256-pairwise-sub-mapper",
1505
+ "saml-role-list-mapper",
1506
+ "oidc-address-mapper",
1507
+ "oidc-usermodel-property-mapper",
1508
+ "saml-user-attribute-mapper",
1509
+ "oidc-full-name-mapper",
1510
+ "saml-user-property-mapper",
1511
+ "oidc-usermodel-attribute-mapper"
1512
+ ]
1513
+ }
1514
+ },
1515
+ {
1516
+ "id": "47c9518c-ee14-4665-9982-a74ac089773e",
1517
+ "name": "Allowed Client Scopes",
1518
+ "providerId": "allowed-client-templates",
1519
+ "subType": "authenticated",
1520
+ "subComponents": {},
1521
+ "config": {
1522
+ "allow-default-scopes": ["true"]
1523
+ }
1524
+ },
1525
+ {
1526
+ "id": "9c30f923-3e2c-40e9-a407-6e4051b4d8b8",
1527
+ "name": "Max Clients Limit",
1528
+ "providerId": "max-clients",
1529
+ "subType": "anonymous",
1530
+ "subComponents": {},
1531
+ "config": {
1532
+ "max-clients": ["200"]
1533
+ }
1534
+ },
1535
+ {
1536
+ "id": "a57e8d23-7dd5-4440-a83b-e98e8881dc02",
1537
+ "name": "Allowed Protocol Mapper Types",
1538
+ "providerId": "allowed-protocol-mappers",
1539
+ "subType": "authenticated",
1540
+ "subComponents": {},
1541
+ "config": {
1542
+ "allowed-protocol-mapper-types": [
1543
+ "oidc-sha256-pairwise-sub-mapper",
1544
+ "saml-user-property-mapper",
1545
+ "oidc-usermodel-attribute-mapper",
1546
+ "oidc-address-mapper",
1547
+ "oidc-usermodel-property-mapper",
1548
+ "saml-role-list-mapper",
1549
+ "saml-user-attribute-mapper",
1550
+ "oidc-full-name-mapper"
1551
+ ]
1552
+ }
1553
+ },
1554
+ {
1555
+ "id": "13925fe0-c6bb-4639-a585-5cdfbcf04ae2",
1556
+ "name": "Consent Required",
1557
+ "providerId": "consent-required",
1558
+ "subType": "anonymous",
1559
+ "subComponents": {},
1560
+ "config": {}
1561
+ }
1562
+ ],
1563
+ "org.keycloak.userprofile.UserProfileProvider": [
1564
+ {
1565
+ "id": "4f62ecd3-76b3-4bfb-9159-3804feddd552",
1566
+ "providerId": "declarative-user-profile",
1567
+ "subComponents": {},
1568
+ "config": {
1569
+ "kc.user.profile.config": [
1570
+ "{\"attributes\":[{\"name\":\"username\",\"displayName\":\"${username}\",\"validations\":{\"length\":{\"min\":3,\"max\":255},\"username-prohibited-characters\":{},\"up-username-not-idn-homograph\":{}},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"email\",\"displayName\":\"${email}\",\"validations\":{\"email\":{},\"length\":{\"max\":255},\"pattern\":{\"pattern\":\"^[^@]*@gmail\\\\.com$\",\"error-message\":\"only_gmail_emails_allowed\"}},\"annotations\":{},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"firstName\",\"displayName\":\"${firstName}\",\"validations\":{\"length\":{\"max\":255},\"person-name-prohibited-characters\":{}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"lastName\",\"displayName\":\"${lastName}\",\"validations\":{\"length\":{\"max\":255},\"person-name-prohibited-characters\":{}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"favorite_pet\",\"displayName\":\"${favorite_pet}\",\"validations\":{\"options\":{\"options\":[\"cats\",\"dogs\",\"birds\"]}},\"annotations\":{\"inputType\":\"select\"},\"required\":{\"roles\":[\"admin\",\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"gender\",\"displayName\":\"${gender}\",\"validations\":{\"options\":{\"options\":[\"male\",\"female\",\"prefer_not_to_say\"]}},\"annotations\":{\"inputHelperTextAfter\":\"Helper text under the gender field\",\"inputType\":\"select-radiobuttons\",\"inputHelperTextBefore\":\"${helper_above_gender}\"},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"additional_emails\",\"displayName\":\"${additional_emails}\",\"validations\":{\"email\":{\"max-local-length\":\"64\"},\"multivalued\":{\"min\":\"0\",\"max\":\"3\"}},\"annotations\":{\"inputType\":\"html5-email\"},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":true},{\"name\":\"bio\",\"displayName\":\"${bio}\",\"validations\":{\"length\":{\"min\":\"20\",\"max\":\"150\"}},\"annotations\":{\"inputTypePlaceholder\":\"${bio_placeholder}\",\"inputHelperTextBefore\":\"${bio_helper_above}\",\"inputType\":\"textarea\"},\"required\":{\"roles\":[\"admin\",\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"phone_number\",\"displayName\":\"${phone_number}\",\"validations\":{\"pattern\":{\"pattern\":\"^[0-9]{10}$\",\"error-message\":\"${should_be_ten_digits}\"}},\"annotations\":{\"kcNumberUnFormat\":\"{3}{3}{4}\",\"kcNumberFormat\":\"{3}-{3}-{4}\"},\"required\":{\"roles\":[\"admin\",\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"favorite_media\",\"displayName\":\"${favorite_media}\",\"validations\":{\"options\":{\"options\":[\"movies\",\"series\",\"youtube_videos\",\"shorts\"]},\"multivalued\":{\"min\":\"1\",\"max\":\"4\"}},\"annotations\":{\"inputType\":\"multiselect-checkboxes\"},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false}],\"groups\":[{\"name\":\"user-metadata\",\"displayHeader\":\"User metadata\",\"displayDescription\":\"Attributes, which refer to user metadata\"}]}"
1571
+ ]
1572
+ }
1573
+ }
1574
+ ],
1575
+ "org.keycloak.keys.KeyProvider": [
1576
+ {
1577
+ "id": "75a1078d-9bfc-4002-9d18-deeb528f875c",
1578
+ "name": "aes-generated",
1579
+ "providerId": "aes-generated",
1580
+ "subComponents": {},
1581
+ "config": {
1582
+ "kid": ["45bd32c5-46cb-4f27-a0d9-b703e66444ff"],
1583
+ "secret": ["1M1Juh25kV9bE_xpySxwQw"],
1584
+ "priority": ["100"]
1585
+ }
1586
+ },
1587
+ {
1588
+ "id": "8c66c001-b32c-4e72-b50b-837567ab2fab",
1589
+ "name": "rsa-generated",
1590
+ "providerId": "rsa-generated",
1591
+ "subComponents": {},
1592
+ "config": {
1593
+ "privateKey": [
1594
+ "MIIEogIBAAKCAQEAv6et41/tO5d1qc5o/XI5i+1BBenWmh6/nSraRbrrShmep8e+2iNWeQDIdb50VAHqi5eFoz4nZgv64QBZEEWi7e4pbwQWj4DmRqkwMpcMh1ZpukyZQBPu0BgCy/vidM2jmLDEcAVXdWqoBW8NTLcicByo5BbTgtK48AnhbJwMz1a2i2yfTbhfTFRDa8mGhyrOqZ7OAKZn6Vf/YGo+dESBpEHnODz2sbJj6o+d6zoOCRLW7mcvEEF3mvDWNoiexkXYA8iOvtTCrBlbTbwXnY0qrPc+2rLxD/PPvEkLZS/I0I0IP5FLFCtplzuF0MFCILJIuI5uXCVRoSXfbpFiuHCqWwIDAQABAoIBADFmCs/cXc1KUK2f4jfRRTvnvybDCulWm5TrAq+Oai8DQ32DYpHfId62cPTITjuI8udf+rYEwyruU4/DAzHKgSBKjqtqplX+p1v3J9EiVbxcbYvzSlzVxmwkhDQHjGsGxfAJP9iPx+cfwocEBK2NVncHLBD+QS4rGjfklBHmdvbJtLu+3chsiaFS1VDd/bUIHRUOsHSg3ppzWm0sKFerTVYwVHjEUWcJtK/32XpzCZmwb+RWvNiW9bMSAw4oK/D8/I49GtbX2XFimVXV4FJhb97Vc3Auw+PXxQhKKyl9MDjjYzRmsYEUbCQWznNgLgeFT5+wAHKRr21jM6wYkpmT2iECgYEA3i8XH3MWPElds+nO618RvzpNjjLigScehaPeT2OzSPUmZV0LTrg4m4hyJ7AKBvJCv0uaSaWjm9IzCI9Eeg8IblrMaqkGKufV7hmamNd5bizef7Pf3Rx0isArgASwkgh3aPMZcxy0GTJXOUEdaFsMa4avMje/rpUfdX50jH9Mp98CgYEA3NMYbnd72qnIkf9pvrHrzjCEoeXfQLrMloXy9zDDGMZryfpXRL+oSGNhRi9b2wHOrJGLWPgbjPJkWyOMvCDEFoAph4Dh7Sl/s+FlW30fxANhZWif+UydQ2hlREY+M/YpcZgX+U+zP8a/xF/kVFnf84xx0CNlD6HWwAeRrA82/QUCgYBDCbZSWOk2m3RYWo2CWxcBude4tgW9rk35SK5FCfIIa1+AagiFYfRCiXLYIreDzQjyqx8MZZvt4ghf5spkgbCri13uOL2RqI3V34fT4f/TjFo98cnz7ygCzWTSpZeZGFDfK6pcHycACz5iGhGDcSVYNDUcU9HUHU52pwcHdUltxQKBgHZqnQdf+4Le2Texh7tDHfiL/BP1eSr1AREW85urAnQes160aGftfwiSgm9ophFjfrj7s4YaRmvm7/oPrkCUMZL/V0Xaz0ymnFyR2hCdoJM0XN5MpLzDYPHs4aEjKegjcUYBEZoYKz9gDSX5Zi/1oiqwfbfnwyIG32pKpMtnvU0hAoGAeS+4sgeD7a5qQAOPshCq+uPpwW8SheO6XmZ3r6AbcDyYWg36DzvOUrXjYdJPXjIkMrWfc1LHFCTb3+ThjdKydSoCgOeSzGxRaKoLFA2V52OR9zak5Ru1fT8/ZbM2tD6rM3G67h0oIKajGKvOZi1UyZDknuafPXg5xCavcyVdeSo="
1595
+ ],
1596
+ "keyUse": ["SIG"],
1597
+ "certificate": [
1598
+ "MIICnTCCAYUCBgGPlDHjKDANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdteXJlYWxtMB4XDTI0MDUyMDA0MDkwOFoXDTM0MDUyMDA0MTA0OFowEjEQMA4GA1UEAwwHbXlyZWFsbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL+nreNf7TuXdanOaP1yOYvtQQXp1poev50q2kW660oZnqfHvtojVnkAyHW+dFQB6ouXhaM+J2YL+uEAWRBFou3uKW8EFo+A5kapMDKXDIdWabpMmUAT7tAYAsv74nTNo5iwxHAFV3VqqAVvDUy3InAcqOQW04LSuPAJ4WycDM9Wtotsn024X0xUQ2vJhocqzqmezgCmZ+lX/2BqPnREgaRB5zg89rGyY+qPnes6DgkS1u5nLxBBd5rw1jaInsZF2APIjr7UwqwZW028F52NKqz3Ptqy8Q/zz7xJC2UvyNCNCD+RSxQraZc7hdDBQiCySLiOblwlUaEl326RYrhwqlsCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEADcgClUemcaeAT/sFZF5cXjmJY0YNXKzTKN+Jtj5osfJlyrWlywRBMWGJbEuSiQGON2oPF9Mk+R6FdbwWs3ahPNfwoKFvDyQWvNk006G+UG4mUvOkZTSPo2XSSXVDgRPttJnoodXbOoKQca9Oo44St5a7dAp1QFQokjXoOF57dAROkDaXK5FkCJHtxMrv6V99SzFT37IAcR/pu9dp7DcE7eA3tTXlBrqQniYpkmA9axaCsbJUoS7I1p9gWROD9D4GGG69p1D8Gd3Hoi78Y4Ku4ZKvIVjJ2ANWrbkunwUJ1D0prxFEnc4TGU1H42WtpMLboT71lrxvX+GeJwXvAom9pg=="
1599
+ ],
1600
+ "priority": ["100"]
1601
+ }
1602
+ },
1603
+ {
1604
+ "id": "c28bdef3-8c58-4bae-a6ca-418b2af844e3",
1605
+ "name": "hmac-generated-hs512",
1606
+ "providerId": "hmac-generated",
1607
+ "subComponents": {},
1608
+ "config": {
1609
+ "kid": ["33c24173-cc89-4dbb-ae9b-9d1bd68966dc"],
1610
+ "secret": [
1611
+ "Ajm_qyQmFGpJzo5nJ_KkKtljW7Z98zXr95OXQJP_TQKCXOYHDiJkGTnaKpv9E7Y3k0_y3cyLVecnnHtbidY4OEUZ3p4hA3QSNYAQGolH2eluEtKbRwhG2YVZWXCwE4naPxYwucFn7bXmespJ72spbXtOyf8q4djuLx-4kISEtHw"
1612
+ ],
1613
+ "priority": ["100"],
1614
+ "algorithm": ["HS512"]
1615
+ }
1616
+ },
1617
+ {
1618
+ "id": "902f49ef-4d94-48e7-96aa-848d1d78a76b",
1619
+ "name": "rsa-enc-generated",
1620
+ "providerId": "rsa-enc-generated",
1621
+ "subComponents": {},
1622
+ "config": {
1623
+ "privateKey": [
1624
+ "MIIEowIBAAKCAQEA39eIqG+eHrztTvGi7gAeg/SjGICWEW4E2m/377g90yjneDW17WNN29OsJYcAWDW83DTjy8ARtnbp2dXjdUd7W0NjJF/9TYutnJkRNjxE4fHFX9z21dTEQ1SZ04ORkZSI6yLYXgvX2YHVX30o6ogQfLpNn1trRJWNzOebu9rVcHisC46U/UKRCG7Rgv24OXAU2MJhumkWlciW2QyCjN7efbzMAY8/R57WdTTnZrI5ItMAq5ZeyMA3H3oLhX8vX+CZ2Is9S850hct5eVbd0xPOKfP0JEKSu0oSsoSH3fiPYFTneZcwkedykGrgvdiYZnTOZIIbgA9NJvayjbygI9/VnwIDAQABAoIBAFzjWDZtezROOjwUUgRp0D/5+ORmF+BLw3/SDxVPY3iI9OURhNlp6BldEYbRKvdv9Vt8JzuaDL+nQQvAko9MhogswquJmdfgKr9dVaMoB32rkrhhPZ0mmftG1D7Nzk6XUOoin58HUx9TnXPuwFfy9sSLm0KR8UWYuitZwWqHOSNeaSEwrL6FnU6ITD6fq4YwOGPb4RMNbLMOoaMv83GMSIEFJLxwN+uIT3/+QY3DRJd9h0ef9GEPmIwwY0v6PqY61ZpPHFQkAO8FDdDFKg2hZWldLZbL9Z5IzPZoy0P2+AcSWL9EP4MBjn3K/0CGn8XhK/2LeR7THspTWjHyS8LU5MECgYEA/er5nUgC4xEj816xJir0CH0qlZp6w9O46a1edqnF1FvgkkxgYrHEX2gmYwRbB+9Omx+0PO3UQV/ji+X/n1tCALd9mqKO0mh6smousK57v7N1vByu8BCuf/x63TQKA3kbbwCmkOBIBjaCI7vdYtRVNMMVhmAaMzcC57ysdUryvrkCgYEA4a1sXCKR1tFS0u506fU42g2cpVChQDDXarv8wNTUfhcJ2AWjPhH9574LhyuWAyBLXVPJxV7ulJtR0zVXUyq/ZShjiKZ1iqqIHnirSzN40FkGOtqROMQmqzr4+IWwYdN44RgDRfmHdkwwiC+F9M239msr+7TfBY278tRCTfd0yxcCgYBAaIpIyytwTbjA0xQ8iki8noNez4C0i9Ar9j4v+4CjDWs5sQYCAvW8/b4+/6vXp2xZDQG7MtjUfG5L3lupIIztgZ3qy7FOzhHRj/2n85qQVgVXYi891f1tma3QzpJ7rwy2a4PU3A9pBAqe5diSaSnz6EhdfaMnupySC9nzJr/MgQKBgDxSzPo7y1vujAMR9nJrOA0hQlP2H4Q3Cf3fzgoFWd9ybREvQJlg2cvOQuqYvfqL8Vk7Al4dqAxVECQyx+rVLF/v0ds/E4BDYSsz+iWZ1ptqkH2+2r6fv+5ZTx+vLJyZmGAiuQ1FS+5VI0vj2By9uITH1PPtPwgPAMRB9I8+rBt1AoGBAKae8PrtIZAdXsbWsyR6VziSx2G8YhkAeCBE874qOqUZMixK9ZyDcJ+8balP4c6eI52kJBdPx6AIz0zZg8QXp8Ykh8VTZ40mHOhIrNcrGumVYyEeVZc87o5N1Ax62Vkl6tSpGXU/dvW0cvPGqKx7voe3hCHcAJCpG1mAfTe2YuH2"
1625
+ ],
1626
+ "keyUse": ["ENC"],
1627
+ "certificate": [
1628
+ "MIICnTCCAYUCBgGPlDHjUTANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdteXJlYWxtMB4XDTI0MDUyMDA0MDkwOFoXDTM0MDUyMDA0MTA0OFowEjEQMA4GA1UEAwwHbXlyZWFsbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN/XiKhvnh687U7xou4AHoP0oxiAlhFuBNpv9++4PdMo53g1te1jTdvTrCWHAFg1vNw048vAEbZ26dnV43VHe1tDYyRf/U2LrZyZETY8ROHxxV/c9tXUxENUmdODkZGUiOsi2F4L19mB1V99KOqIEHy6TZ9ba0SVjcznm7va1XB4rAuOlP1CkQhu0YL9uDlwFNjCYbppFpXIltkMgoze3n28zAGPP0ee1nU052ayOSLTAKuWXsjANx96C4V/L1/gmdiLPUvOdIXLeXlW3dMTzinz9CRCkrtKErKEh934j2BU53mXMJHncpBq4L3YmGZ0zmSCG4APTSb2so28oCPf1Z8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAcRacyBBbEcIR8rFXTdWPHqyUk7o6wmgEA5YUXmz5Xey48uauLSonc6yEvvLMvkFTyjZ9I+itDjwyJylz4DKDF8PeeUDrQXdQvedWyOqqgevFhqjUTwvkmazupS88d8WSQrZI7KuXekANOE+c2bF4QC5Quk6ehd6lUFCXCvthrHKxsk/OiIdtT72rDNX7MeEpcaIASgQws5n9iq72yEUnuLLbgJhtWLc3vim9G7I/YbBL9uJrXjX4UmEY+QyUdxSFx/b4DNodQ6L9o1/z+x7zoMk/o3HRoH2KMbjF5XE7hAuk/x1ufpgAj67OJ0OS24xmo/81EpF9mVEwpgWwKJVJ9A=="
1629
+ ],
1630
+ "priority": ["100"],
1631
+ "algorithm": ["RSA-OAEP"]
1632
+ }
1633
+ }
1634
+ ]
1635
+ },
1636
+ "internationalizationEnabled": true,
1637
+ "supportedLocales": [
1638
+ "ar",
1639
+ "de",
1640
+ "fi",
1641
+ "el",
1642
+ "ja",
1643
+ "en",
1644
+ "fa",
1645
+ "it",
1646
+ "fr",
1647
+ "ca",
1648
+ "es"
1649
+ ],
1650
+ "defaultLocale": "en",
1651
+ "authenticationFlows": [
1652
+ {
1653
+ "id": "16117045-ef78-47da-a562-757fd3a98bfc",
1654
+ "alias": "Account verification options",
1655
+ "description": "Method with which to verity the existing account",
1656
+ "providerId": "basic-flow",
1657
+ "topLevel": false,
1658
+ "builtIn": true,
1659
+ "authenticationExecutions": [
1660
+ {
1661
+ "authenticator": "idp-email-verification",
1662
+ "authenticatorFlow": false,
1663
+ "requirement": "ALTERNATIVE",
1664
+ "priority": 10,
1665
+ "autheticatorFlow": false,
1666
+ "userSetupAllowed": false
1667
+ },
1668
+ {
1669
+ "authenticatorFlow": true,
1670
+ "requirement": "ALTERNATIVE",
1671
+ "priority": 20,
1672
+ "autheticatorFlow": true,
1673
+ "flowAlias": "Verify Existing Account by Re-authentication",
1674
+ "userSetupAllowed": false
1675
+ }
1676
+ ]
1677
+ },
1678
+ {
1679
+ "id": "de778dc8-cb20-4c69-a601-a16db20c8cd8",
1680
+ "alias": "Browser - Conditional OTP",
1681
+ "description": "Flow to determine if the OTP is required for the authentication",
1682
+ "providerId": "basic-flow",
1683
+ "topLevel": false,
1684
+ "builtIn": true,
1685
+ "authenticationExecutions": [
1686
+ {
1687
+ "authenticator": "conditional-user-configured",
1688
+ "authenticatorFlow": false,
1689
+ "requirement": "REQUIRED",
1690
+ "priority": 10,
1691
+ "autheticatorFlow": false,
1692
+ "userSetupAllowed": false
1693
+ },
1694
+ {
1695
+ "authenticator": "auth-otp-form",
1696
+ "authenticatorFlow": false,
1697
+ "requirement": "REQUIRED",
1698
+ "priority": 20,
1699
+ "autheticatorFlow": false,
1700
+ "userSetupAllowed": false
1701
+ }
1702
+ ]
1703
+ },
1704
+ {
1705
+ "id": "66296fc6-bfd5-4bb8-b115-81289a952192",
1706
+ "alias": "Direct Grant - Conditional OTP",
1707
+ "description": "Flow to determine if the OTP is required for the authentication",
1708
+ "providerId": "basic-flow",
1709
+ "topLevel": false,
1710
+ "builtIn": true,
1711
+ "authenticationExecutions": [
1712
+ {
1713
+ "authenticator": "conditional-user-configured",
1714
+ "authenticatorFlow": false,
1715
+ "requirement": "REQUIRED",
1716
+ "priority": 10,
1717
+ "autheticatorFlow": false,
1718
+ "userSetupAllowed": false
1719
+ },
1720
+ {
1721
+ "authenticator": "direct-grant-validate-otp",
1722
+ "authenticatorFlow": false,
1723
+ "requirement": "REQUIRED",
1724
+ "priority": 20,
1725
+ "autheticatorFlow": false,
1726
+ "userSetupAllowed": false
1727
+ }
1728
+ ]
1729
+ },
1730
+ {
1731
+ "id": "bc76b9f8-e167-4182-9c46-9abd06bed5c9",
1732
+ "alias": "First broker login - Conditional OTP",
1733
+ "description": "Flow to determine if the OTP is required for the authentication",
1734
+ "providerId": "basic-flow",
1735
+ "topLevel": false,
1736
+ "builtIn": true,
1737
+ "authenticationExecutions": [
1738
+ {
1739
+ "authenticator": "conditional-user-configured",
1740
+ "authenticatorFlow": false,
1741
+ "requirement": "REQUIRED",
1742
+ "priority": 10,
1743
+ "autheticatorFlow": false,
1744
+ "userSetupAllowed": false
1745
+ },
1746
+ {
1747
+ "authenticator": "auth-otp-form",
1748
+ "authenticatorFlow": false,
1749
+ "requirement": "REQUIRED",
1750
+ "priority": 20,
1751
+ "autheticatorFlow": false,
1752
+ "userSetupAllowed": false
1753
+ }
1754
+ ]
1755
+ },
1756
+ {
1757
+ "id": "3818be7e-621e-4d29-b77a-4338f811599a",
1758
+ "alias": "Handle Existing Account",
1759
+ "description": "Handle what to do if there is existing account with same email/username like authenticated identity provider",
1760
+ "providerId": "basic-flow",
1761
+ "topLevel": false,
1762
+ "builtIn": true,
1763
+ "authenticationExecutions": [
1764
+ {
1765
+ "authenticator": "idp-confirm-link",
1766
+ "authenticatorFlow": false,
1767
+ "requirement": "REQUIRED",
1768
+ "priority": 10,
1769
+ "autheticatorFlow": false,
1770
+ "userSetupAllowed": false
1771
+ },
1772
+ {
1773
+ "authenticatorFlow": true,
1774
+ "requirement": "REQUIRED",
1775
+ "priority": 20,
1776
+ "autheticatorFlow": true,
1777
+ "flowAlias": "Account verification options",
1778
+ "userSetupAllowed": false
1779
+ }
1780
+ ]
1781
+ },
1782
+ {
1783
+ "id": "8790e8c6-e568-430e-b1a3-e8904fb1fd69",
1784
+ "alias": "Reset - Conditional OTP",
1785
+ "description": "Flow to determine if the OTP should be reset or not. Set to REQUIRED to force.",
1786
+ "providerId": "basic-flow",
1787
+ "topLevel": false,
1788
+ "builtIn": true,
1789
+ "authenticationExecutions": [
1790
+ {
1791
+ "authenticator": "conditional-user-configured",
1792
+ "authenticatorFlow": false,
1793
+ "requirement": "REQUIRED",
1794
+ "priority": 10,
1795
+ "autheticatorFlow": false,
1796
+ "userSetupAllowed": false
1797
+ },
1798
+ {
1799
+ "authenticator": "reset-otp",
1800
+ "authenticatorFlow": false,
1801
+ "requirement": "REQUIRED",
1802
+ "priority": 20,
1803
+ "autheticatorFlow": false,
1804
+ "userSetupAllowed": false
1805
+ }
1806
+ ]
1807
+ },
1808
+ {
1809
+ "id": "5aa7136c-a36f-42dd-8dff-59f94a017e14",
1810
+ "alias": "User creation or linking",
1811
+ "description": "Flow for the existing/non-existing user alternatives",
1812
+ "providerId": "basic-flow",
1813
+ "topLevel": false,
1814
+ "builtIn": true,
1815
+ "authenticationExecutions": [
1816
+ {
1817
+ "authenticatorConfig": "create unique user config",
1818
+ "authenticator": "idp-create-user-if-unique",
1819
+ "authenticatorFlow": false,
1820
+ "requirement": "ALTERNATIVE",
1821
+ "priority": 10,
1822
+ "autheticatorFlow": false,
1823
+ "userSetupAllowed": false
1824
+ },
1825
+ {
1826
+ "authenticatorFlow": true,
1827
+ "requirement": "ALTERNATIVE",
1828
+ "priority": 20,
1829
+ "autheticatorFlow": true,
1830
+ "flowAlias": "Handle Existing Account",
1831
+ "userSetupAllowed": false
1832
+ }
1833
+ ]
1834
+ },
1835
+ {
1836
+ "id": "21277367-4363-43c3-8546-2b535584fbb3",
1837
+ "alias": "Verify Existing Account by Re-authentication",
1838
+ "description": "Reauthentication of existing account",
1839
+ "providerId": "basic-flow",
1840
+ "topLevel": false,
1841
+ "builtIn": true,
1842
+ "authenticationExecutions": [
1843
+ {
1844
+ "authenticator": "idp-username-password-form",
1845
+ "authenticatorFlow": false,
1846
+ "requirement": "REQUIRED",
1847
+ "priority": 10,
1848
+ "autheticatorFlow": false,
1849
+ "userSetupAllowed": false
1850
+ },
1851
+ {
1852
+ "authenticatorFlow": true,
1853
+ "requirement": "CONDITIONAL",
1854
+ "priority": 20,
1855
+ "autheticatorFlow": true,
1856
+ "flowAlias": "First broker login - Conditional OTP",
1857
+ "userSetupAllowed": false
1858
+ }
1859
+ ]
1860
+ },
1861
+ {
1862
+ "id": "300eee1f-d8a7-4822-bdda-647f777ca7ad",
1863
+ "alias": "browser",
1864
+ "description": "browser based authentication",
1865
+ "providerId": "basic-flow",
1866
+ "topLevel": true,
1867
+ "builtIn": true,
1868
+ "authenticationExecutions": [
1869
+ {
1870
+ "authenticator": "auth-cookie",
1871
+ "authenticatorFlow": false,
1872
+ "requirement": "ALTERNATIVE",
1873
+ "priority": 10,
1874
+ "autheticatorFlow": false,
1875
+ "userSetupAllowed": false
1876
+ },
1877
+ {
1878
+ "authenticator": "auth-spnego",
1879
+ "authenticatorFlow": false,
1880
+ "requirement": "DISABLED",
1881
+ "priority": 20,
1882
+ "autheticatorFlow": false,
1883
+ "userSetupAllowed": false
1884
+ },
1885
+ {
1886
+ "authenticator": "identity-provider-redirector",
1887
+ "authenticatorFlow": false,
1888
+ "requirement": "ALTERNATIVE",
1889
+ "priority": 25,
1890
+ "autheticatorFlow": false,
1891
+ "userSetupAllowed": false
1892
+ },
1893
+ {
1894
+ "authenticatorFlow": true,
1895
+ "requirement": "ALTERNATIVE",
1896
+ "priority": 30,
1897
+ "autheticatorFlow": true,
1898
+ "flowAlias": "forms",
1899
+ "userSetupAllowed": false
1900
+ }
1901
+ ]
1902
+ },
1903
+ {
1904
+ "id": "a46bf192-4c3f-430c-a47a-b540dbb1238b",
1905
+ "alias": "clients",
1906
+ "description": "Base authentication for clients",
1907
+ "providerId": "client-flow",
1908
+ "topLevel": true,
1909
+ "builtIn": true,
1910
+ "authenticationExecutions": [
1911
+ {
1912
+ "authenticator": "client-secret",
1913
+ "authenticatorFlow": false,
1914
+ "requirement": "ALTERNATIVE",
1915
+ "priority": 10,
1916
+ "autheticatorFlow": false,
1917
+ "userSetupAllowed": false
1918
+ },
1919
+ {
1920
+ "authenticator": "client-jwt",
1921
+ "authenticatorFlow": false,
1922
+ "requirement": "ALTERNATIVE",
1923
+ "priority": 20,
1924
+ "autheticatorFlow": false,
1925
+ "userSetupAllowed": false
1926
+ },
1927
+ {
1928
+ "authenticator": "client-secret-jwt",
1929
+ "authenticatorFlow": false,
1930
+ "requirement": "ALTERNATIVE",
1931
+ "priority": 30,
1932
+ "autheticatorFlow": false,
1933
+ "userSetupAllowed": false
1934
+ },
1935
+ {
1936
+ "authenticator": "client-x509",
1937
+ "authenticatorFlow": false,
1938
+ "requirement": "ALTERNATIVE",
1939
+ "priority": 40,
1940
+ "autheticatorFlow": false,
1941
+ "userSetupAllowed": false
1942
+ }
1943
+ ]
1944
+ },
1945
+ {
1946
+ "id": "94e99d89-56ea-48a1-b116-ff383dc135c2",
1947
+ "alias": "direct grant",
1948
+ "description": "OpenID Connect Resource Owner Grant",
1949
+ "providerId": "basic-flow",
1950
+ "topLevel": true,
1951
+ "builtIn": true,
1952
+ "authenticationExecutions": [
1953
+ {
1954
+ "authenticator": "direct-grant-validate-username",
1955
+ "authenticatorFlow": false,
1956
+ "requirement": "REQUIRED",
1957
+ "priority": 10,
1958
+ "autheticatorFlow": false,
1959
+ "userSetupAllowed": false
1960
+ },
1961
+ {
1962
+ "authenticator": "direct-grant-validate-password",
1963
+ "authenticatorFlow": false,
1964
+ "requirement": "REQUIRED",
1965
+ "priority": 20,
1966
+ "autheticatorFlow": false,
1967
+ "userSetupAllowed": false
1968
+ },
1969
+ {
1970
+ "authenticatorFlow": true,
1971
+ "requirement": "CONDITIONAL",
1972
+ "priority": 30,
1973
+ "autheticatorFlow": true,
1974
+ "flowAlias": "Direct Grant - Conditional OTP",
1975
+ "userSetupAllowed": false
1976
+ }
1977
+ ]
1978
+ },
1979
+ {
1980
+ "id": "3b9ad2a6-0927-4bcf-b308-34848e4b241a",
1981
+ "alias": "docker auth",
1982
+ "description": "Used by Docker clients to authenticate against the IDP",
1983
+ "providerId": "basic-flow",
1984
+ "topLevel": true,
1985
+ "builtIn": true,
1986
+ "authenticationExecutions": [
1987
+ {
1988
+ "authenticator": "docker-http-basic-authenticator",
1989
+ "authenticatorFlow": false,
1990
+ "requirement": "REQUIRED",
1991
+ "priority": 10,
1992
+ "autheticatorFlow": false,
1993
+ "userSetupAllowed": false
1994
+ }
1995
+ ]
1996
+ },
1997
+ {
1998
+ "id": "7a6299bc-3ea7-4524-9fb3-83adf880a77e",
1999
+ "alias": "first broker login",
2000
+ "description": "Actions taken after first broker login with identity provider account, which is not yet linked to any Keycloak account",
2001
+ "providerId": "basic-flow",
2002
+ "topLevel": true,
2003
+ "builtIn": true,
2004
+ "authenticationExecutions": [
2005
+ {
2006
+ "authenticatorConfig": "review profile config",
2007
+ "authenticator": "idp-review-profile",
2008
+ "authenticatorFlow": false,
2009
+ "requirement": "REQUIRED",
2010
+ "priority": 10,
2011
+ "autheticatorFlow": false,
2012
+ "userSetupAllowed": false
2013
+ },
2014
+ {
2015
+ "authenticatorFlow": true,
2016
+ "requirement": "REQUIRED",
2017
+ "priority": 20,
2018
+ "autheticatorFlow": true,
2019
+ "flowAlias": "User creation or linking",
2020
+ "userSetupAllowed": false
2021
+ }
2022
+ ]
2023
+ },
2024
+ {
2025
+ "id": "679f5b77-8dd9-4590-b7de-e0d1ca8594f0",
2026
+ "alias": "forms",
2027
+ "description": "Username, password, otp and other auth forms.",
2028
+ "providerId": "basic-flow",
2029
+ "topLevel": false,
2030
+ "builtIn": true,
2031
+ "authenticationExecutions": [
2032
+ {
2033
+ "authenticator": "auth-username-password-form",
2034
+ "authenticatorFlow": false,
2035
+ "requirement": "REQUIRED",
2036
+ "priority": 10,
2037
+ "autheticatorFlow": false,
2038
+ "userSetupAllowed": false
2039
+ },
2040
+ {
2041
+ "authenticatorFlow": true,
2042
+ "requirement": "CONDITIONAL",
2043
+ "priority": 20,
2044
+ "autheticatorFlow": true,
2045
+ "flowAlias": "Browser - Conditional OTP",
2046
+ "userSetupAllowed": false
2047
+ }
2048
+ ]
2049
+ },
2050
+ {
2051
+ "id": "8a7e8d66-41a2-46c7-a967-faa74a2d02da",
2052
+ "alias": "registration",
2053
+ "description": "registration flow",
2054
+ "providerId": "basic-flow",
2055
+ "topLevel": true,
2056
+ "builtIn": true,
2057
+ "authenticationExecutions": [
2058
+ {
2059
+ "authenticator": "registration-page-form",
2060
+ "authenticatorFlow": true,
2061
+ "requirement": "REQUIRED",
2062
+ "priority": 10,
2063
+ "autheticatorFlow": true,
2064
+ "flowAlias": "registration form",
2065
+ "userSetupAllowed": false
2066
+ }
2067
+ ]
2068
+ },
2069
+ {
2070
+ "id": "c69ecb9d-402d-428f-9635-b31a39d8ef36",
2071
+ "alias": "registration form",
2072
+ "description": "registration form",
2073
+ "providerId": "form-flow",
2074
+ "topLevel": false,
2075
+ "builtIn": true,
2076
+ "authenticationExecutions": [
2077
+ {
2078
+ "authenticator": "registration-user-creation",
2079
+ "authenticatorFlow": false,
2080
+ "requirement": "REQUIRED",
2081
+ "priority": 20,
2082
+ "autheticatorFlow": false,
2083
+ "userSetupAllowed": false
2084
+ },
2085
+ {
2086
+ "authenticator": "registration-password-action",
2087
+ "authenticatorFlow": false,
2088
+ "requirement": "REQUIRED",
2089
+ "priority": 50,
2090
+ "autheticatorFlow": false,
2091
+ "userSetupAllowed": false
2092
+ },
2093
+ {
2094
+ "authenticator": "registration-recaptcha-action",
2095
+ "authenticatorFlow": false,
2096
+ "requirement": "DISABLED",
2097
+ "priority": 60,
2098
+ "autheticatorFlow": false,
2099
+ "userSetupAllowed": false
2100
+ },
2101
+ {
2102
+ "authenticator": "registration-terms-and-conditions",
2103
+ "authenticatorFlow": false,
2104
+ "requirement": "DISABLED",
2105
+ "priority": 70,
2106
+ "autheticatorFlow": false,
2107
+ "userSetupAllowed": false
2108
+ }
2109
+ ]
2110
+ },
2111
+ {
2112
+ "id": "67a1f62e-4c20-412c-8a68-1c4d5855e49c",
2113
+ "alias": "reset credentials",
2114
+ "description": "Reset credentials for a user if they forgot their password or something",
2115
+ "providerId": "basic-flow",
2116
+ "topLevel": true,
2117
+ "builtIn": true,
2118
+ "authenticationExecutions": [
2119
+ {
2120
+ "authenticator": "reset-credentials-choose-user",
2121
+ "authenticatorFlow": false,
2122
+ "requirement": "REQUIRED",
2123
+ "priority": 10,
2124
+ "autheticatorFlow": false,
2125
+ "userSetupAllowed": false
2126
+ },
2127
+ {
2128
+ "authenticator": "reset-credential-email",
2129
+ "authenticatorFlow": false,
2130
+ "requirement": "REQUIRED",
2131
+ "priority": 20,
2132
+ "autheticatorFlow": false,
2133
+ "userSetupAllowed": false
2134
+ },
2135
+ {
2136
+ "authenticator": "reset-password",
2137
+ "authenticatorFlow": false,
2138
+ "requirement": "REQUIRED",
2139
+ "priority": 30,
2140
+ "autheticatorFlow": false,
2141
+ "userSetupAllowed": false
2142
+ },
2143
+ {
2144
+ "authenticatorFlow": true,
2145
+ "requirement": "CONDITIONAL",
2146
+ "priority": 40,
2147
+ "autheticatorFlow": true,
2148
+ "flowAlias": "Reset - Conditional OTP",
2149
+ "userSetupAllowed": false
2150
+ }
2151
+ ]
2152
+ },
2153
+ {
2154
+ "id": "147e7cc5-17d6-4527-b443-5d569cefcfff",
2155
+ "alias": "saml ecp",
2156
+ "description": "SAML ECP Profile Authentication Flow",
2157
+ "providerId": "basic-flow",
2158
+ "topLevel": true,
2159
+ "builtIn": true,
2160
+ "authenticationExecutions": [
2161
+ {
2162
+ "authenticator": "http-basic-authenticator",
2163
+ "authenticatorFlow": false,
2164
+ "requirement": "REQUIRED",
2165
+ "priority": 10,
2166
+ "autheticatorFlow": false,
2167
+ "userSetupAllowed": false
2168
+ }
2169
+ ]
2170
+ }
2171
+ ],
2172
+ "authenticatorConfig": [
2173
+ {
2174
+ "id": "106e9ae6-ac12-4867-983d-b5fc873443de",
2175
+ "alias": "create unique user config",
2176
+ "config": {
2177
+ "require.password.update.after.registration": "false"
2178
+ }
2179
+ },
2180
+ {
2181
+ "id": "a43b80c7-774d-4986-8feb-6b98bcc67cb0",
2182
+ "alias": "review profile config",
2183
+ "config": {
2184
+ "update.profile.on.first.login": "missing"
2185
+ }
2186
+ }
2187
+ ],
2188
+ "requiredActions": [
2189
+ {
2190
+ "alias": "CONFIGURE_TOTP",
2191
+ "name": "Configure OTP",
2192
+ "providerId": "CONFIGURE_TOTP",
2193
+ "enabled": true,
2194
+ "defaultAction": false,
2195
+ "priority": 10,
2196
+ "config": {}
2197
+ },
2198
+ {
2199
+ "alias": "TERMS_AND_CONDITIONS",
2200
+ "name": "Terms and Conditions",
2201
+ "providerId": "TERMS_AND_CONDITIONS",
2202
+ "enabled": true,
2203
+ "defaultAction": false,
2204
+ "priority": 20,
2205
+ "config": {}
2206
+ },
2207
+ {
2208
+ "alias": "UPDATE_PASSWORD",
2209
+ "name": "Update Password",
2210
+ "providerId": "UPDATE_PASSWORD",
2211
+ "enabled": true,
2212
+ "defaultAction": false,
2213
+ "priority": 30,
2214
+ "config": {}
2215
+ },
2216
+ {
2217
+ "alias": "UPDATE_PROFILE",
2218
+ "name": "Update Profile",
2219
+ "providerId": "UPDATE_PROFILE",
2220
+ "enabled": true,
2221
+ "defaultAction": false,
2222
+ "priority": 40,
2223
+ "config": {}
2224
+ },
2225
+ {
2226
+ "alias": "VERIFY_EMAIL",
2227
+ "name": "Verify Email",
2228
+ "providerId": "VERIFY_EMAIL",
2229
+ "enabled": true,
2230
+ "defaultAction": false,
2231
+ "priority": 50,
2232
+ "config": {}
2233
+ },
2234
+ {
2235
+ "alias": "delete_account",
2236
+ "name": "Delete Account",
2237
+ "providerId": "delete_account",
2238
+ "enabled": false,
2239
+ "defaultAction": false,
2240
+ "priority": 60,
2241
+ "config": {}
2242
+ },
2243
+ {
2244
+ "alias": "webauthn-register",
2245
+ "name": "Webauthn Register",
2246
+ "providerId": "webauthn-register",
2247
+ "enabled": true,
2248
+ "defaultAction": false,
2249
+ "priority": 70,
2250
+ "config": {}
2251
+ },
2252
+ {
2253
+ "alias": "webauthn-register-passwordless",
2254
+ "name": "Webauthn Register Passwordless",
2255
+ "providerId": "webauthn-register-passwordless",
2256
+ "enabled": true,
2257
+ "defaultAction": false,
2258
+ "priority": 80,
2259
+ "config": {}
2260
+ },
2261
+ {
2262
+ "alias": "VERIFY_PROFILE",
2263
+ "name": "Verify Profile",
2264
+ "providerId": "VERIFY_PROFILE",
2265
+ "enabled": true,
2266
+ "defaultAction": false,
2267
+ "priority": 90,
2268
+ "config": {}
2269
+ },
2270
+ {
2271
+ "alias": "delete_credential",
2272
+ "name": "Delete Credential",
2273
+ "providerId": "delete_credential",
2274
+ "enabled": true,
2275
+ "defaultAction": false,
2276
+ "priority": 100,
2277
+ "config": {}
2278
+ },
2279
+ {
2280
+ "alias": "update_user_locale",
2281
+ "name": "Update User Locale",
2282
+ "providerId": "update_user_locale",
2283
+ "enabled": true,
2284
+ "defaultAction": false,
2285
+ "priority": 1000,
2286
+ "config": {}
2287
+ }
2288
+ ],
2289
+ "browserFlow": "browser",
2290
+ "registrationFlow": "registration",
2291
+ "directGrantFlow": "direct grant",
2292
+ "resetCredentialsFlow": "reset credentials",
2293
+ "clientAuthenticationFlow": "clients",
2294
+ "dockerAuthenticationFlow": "docker auth",
2295
+ "firstBrokerLoginFlow": "first broker login",
2296
+ "attributes": {
2297
+ "cibaBackchannelTokenDeliveryMode": "poll",
2298
+ "cibaExpiresIn": "120",
2299
+ "cibaAuthRequestedUserHint": "login_hint",
2300
+ "oauth2DeviceCodeLifespan": "600",
2301
+ "clientOfflineSessionMaxLifespan": "0",
2302
+ "oauth2DevicePollingInterval": "5",
2303
+ "clientSessionIdleTimeout": "0",
2304
+ "parRequestUriLifespan": "60",
2305
+ "clientSessionMaxLifespan": "0",
2306
+ "clientOfflineSessionIdleTimeout": "0",
2307
+ "cibaInterval": "5",
2308
+ "realmReusableOtpCode": "false"
2309
+ },
2310
+ "keycloakVersion": "24.0.4",
2311
+ "userManagedAccessAllowed": false,
2312
+ "clientProfiles": {
2313
+ "profiles": []
2314
+ },
2315
+ "clientPolicies": {
2316
+ "policies": []
2317
+ }
2318
+ }