keycloak_client: add default_client_scopes and optional_client_scopes (#4385) (#4409)

* keycloak_client: add default_client_scopes and optional_client_scopes

* Changelog fragment for #4385

* Update changelogs/fragments/4385-keycloak-client-default-optional-scopes.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/identity/keycloak/keycloak_client.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/identity/keycloak/keycloak_client.py

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 30c65cd84c)

Co-authored-by: Alex Lubbock <alex@lubbock.uk>
This commit is contained in:
patchback[bot] 2022-03-28 22:25:00 +02:00 committed by GitHub
commit 58df1df107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,4 @@
---
minor_changes:
- keycloak_client - add ``default_client_scopes`` and ``optional_client_scopes`` parameters.
(https://github.com/ansible-collections/community.general/pull/4385).