1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/identity/keycloak
patchback[bot] f7c8a89328
Fixes for keycloak_user_federation (#4212) (#4251)
* keycloak: fix creating a user federation w/ idempotent id

Creating a user federation while specifying an id (that doesn't exist
yet) will fail with a 404. This commits fix this behavior.

* keycloak: fix user federation mapper duplication

This commit fixes a bug where mappers are duplicated instead of
configured when creating a user federation.

When creating a user federation, some mappers are autogenerated by
keycloak. This commit lets the keycloak_user_federation module recompute
mappers final values after the user federation is created so that the
module can try to merge them by their name.

* add missing fragment for pr #4212

(cherry picked from commit c1485b885d)

Co-authored-by: Jules Lamur <jlamur@users.noreply.github.com>
2022-02-22 09:08:42 +00:00
..
keycloak_authentication.py Keycloak: Fix bug on keycloak_authentication, requirement not always updated (#3330) (#3446) 2021-09-26 13:48:48 +02:00
keycloak_client.py Add option to the keycloak_client module (#2949) (#2962) 2021-07-09 08:51:55 +02:00
keycloak_client_rolemapping.py Keycloak: add client_rolemapping management (#2941) (#3117) 2021-07-30 18:29:20 +00:00
keycloak_clientscope.py Keycloak: add clientscope management (#2905) (#3037) 2021-07-19 23:58:26 +02:00
keycloak_clienttemplate.py Allow keycloak modules to take token as parameter for the auth. (#2250) 2021-04-20 13:20:46 +02:00
keycloak_group.py Allow keycloak modules to take token as parameter for the auth. (#2250) 2021-04-20 13:20:46 +02:00
keycloak_identity_provider.py keycloak_identity_provider: Fix mappers update (#3538) (#3546) 2021-10-11 23:21:25 +02:00
keycloak_realm.py Fix keycloak_realm module (#3231) (#3277) 2021-08-27 06:32:49 +02:00
keycloak_role.py Add Keycloak roles module (#2930) (#3035) 2021-07-19 23:38:51 +02:00
keycloak_user_federation.py Fixes for keycloak_user_federation (#4212) (#4251) 2022-02-22 09:08:42 +00:00