From 9f72b9b35e0b7644d55a2c7c38ef51db88dab656 Mon Sep 17 00:00:00 2001 From: David Mihalcik Date: Mon, 6 May 2024 09:58:07 -0400 Subject: [PATCH] Update config-demo-idp.sh --- .github/workflows/roundtrip/config-demo-idp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/roundtrip/config-demo-idp.sh b/.github/workflows/roundtrip/config-demo-idp.sh index 9127eb51..532217b3 100755 --- a/.github/workflows/roundtrip/config-demo-idp.sh +++ b/.github/workflows/roundtrip/config-demo-idp.sh @@ -42,5 +42,5 @@ kcadm.sh create clients -r opentdf \ -s 'protocolMappers=[{"name":"aud","protocol":"openid-connect","protocolMapper":"oidc-audience-mapper","consentRequired":false,"config":{"access.token.claim":"true","included.custom.audience":"http://localhost:65432"}}]' \ -s 'attributes={"dpop.bound.access.tokens":"true"}' -kcadm.sh create users -r opentdf -s username=user1 -s enabled=true +kcadm.sh create users -r opentdf -s username=user1 -s enabled=true -s firstName=Alice -s lastName=User kcadm.sh set-password -r opentdf --username user1 --new-password testuser123