mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
[PR #7162/4c8c25bc backport][stable-7] keycloak_clientscope_type: fixed example (#7165)
keycloak_clientscope_type: fixed example (#7162)
(cherry picked from commit 4c8c25bc93
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
cffc3dad11
commit
c69fb82ee0
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ author:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Set default client scopes on realm level
|
- name: Set default client scopes on realm level
|
||||||
community.general.keycloak_clientsecret_info:
|
community.general.keycloak_clientscope_type:
|
||||||
auth_client_id: admin-cli
|
auth_client_id: admin-cli
|
||||||
auth_keycloak_url: https://auth.example.com/auth
|
auth_keycloak_url: https://auth.example.com/auth
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
|
@ -79,7 +79,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
|
|
||||||
- name: Set default and optional client scopes on client level with token auth
|
- name: Set default and optional client scopes on client level with token auth
|
||||||
community.general.keycloak_clientsecret_info:
|
community.general.keycloak_clientscope_type:
|
||||||
auth_client_id: admin-cli
|
auth_client_id: admin-cli
|
||||||
auth_keycloak_url: https://auth.example.com/auth
|
auth_keycloak_url: https://auth.example.com/auth
|
||||||
token: TOKEN
|
token: TOKEN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue