Skip to content

Commit

Permalink
Update config-demo-idp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed May 6, 2024
1 parent 9ca74d4 commit 9f72b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roundtrip/config-demo-idp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f72b9b

Please sign in to comment.