From c6ce6d1b493fe8e2e40b1f04c34f62c36a87d236 Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 28 Mar 2023 05:19:35 +0200 Subject: [PATCH] #281: Add location and occupation to user attribute (as a patch until https://github.com/keycloakify/keycloakify/issues/40%23issuecomment-1202102662) --- .../generateFtl/ftl_object_to_js_code_declaring_an_object.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl b/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl index 745e7bb1..30092d1b 100644 --- a/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +++ b/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl @@ -13,7 +13,8 @@ "totp", "totpSecret", "SAMLRequest", "SAMLResponse", "relayState", "device_user_code", "code", "password-new", "rememberMe", "login", "authenticationExecution", "cancel-aia", "clientDataJSON", "authenticatorData", "signature", "credentialId", "userHandle", "error", "authn_use_chk", "authenticationExecution", - "isSetRetry", "try-again", "attestationObject", "publicKeyCredentialId", "authenticatorLabel" + "isSetRetry", "try-again", "attestationObject", "publicKeyCredentialId", "authenticatorLabel", + "location", "occupation" ]> <#attempt>