mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-19 18:44:08 -07:00
Addressed review comments
This commit is contained in:
parent
0fdd89d571
commit
2324d4070e
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
name: "{{ item }}"
|
||||
realm: "{{ client.realm }}"
|
||||
client_id: "{{ client.name }}"
|
||||
description: "{{ item.description | default(omit) }}"
|
||||
auth_client_id: "{{ keycloak_auth_client }}"
|
||||
auth_keycloak_url: "{{ keycloak_url }}/auth"
|
||||
auth_realm: "{{ keycloak_auth_realm }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue