From d8ba46b64ceadfe11f79564e9f0c797f528217ee Mon Sep 17 00:00:00 2001 From: burnettk Date: Sat, 4 Feb 2023 00:12:01 -0500 Subject: [PATCH] grab bamboo_id from keycloak --- .../realm_exports/spiffworkflow-realm.json | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/keycloak/realm_exports/spiffworkflow-realm.json b/keycloak/realm_exports/spiffworkflow-realm.json index eab3bd96..bbe6ecda 100644 --- a/keycloak/realm_exports/spiffworkflow-realm.json +++ b/keycloak/realm_exports/spiffworkflow-realm.json @@ -1005,6 +1005,9 @@ "totp" : false, "emailVerified" : false, "email" : "kb@sartography.com", + "attributes" : { + "bamboo_id" : [ "42" ] + }, "credentials" : [ { "id" : "2c0be363-038f-48f1-86d6-91fdd28657cf", "type" : "password", @@ -2035,6 +2038,21 @@ "claim.name" : "clientId", "jsonType.label" : "String" } + }, { + "id" : "a7692d41-b905-4049-9004-f6bea690051d", + "name" : "bamboo_id", + "protocol" : "openid-connect", + "protocolMapper" : "oidc-usermodel-attribute-mapper", + "consentRequired" : false, + "config" : { + "aggregate.attrs" : "false", + "userinfo.token.claim" : "true", + "multivalued" : "false", + "user.attribute" : "bamboo_id", + "id.token.claim" : "true", + "access.token.claim" : "true", + "claim.name" : "bamboo_id" + } } ], "defaultClientScopes" : [ "web-origins", "acr", "profile", "roles", "email" ], "optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ], @@ -3554,4 +3572,4 @@ "clientPolicies" : { "policies" : [ ] } -} +} \ No newline at end of file