Skip to content

Commit

Permalink
Correct issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Feb 22, 2019
1 parent 3d0cd14 commit 56d516c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/identity/keycloak/keycloak_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
user.attribute: lastName
userinfo.token.claim: yes
consentRequired: yes
consentText: '{{ familyName }}'
consentText: '${familyName}'
name: family name
protocol: openid-connect
protocolMapper: oidc-usermodel-property-mapper
Expand Down

0 comments on commit 56d516c

Please sign in to comment.