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/tests/unit/plugins/modules/identity/keycloak
Jules Lamur c1485b885d
Fixes for keycloak_user_federation (#4212)
* 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
2022-02-22 09:23:44 +01:00
..
__init__.py
test_keycloak_authentication.py
test_keycloak_client.py
test_keycloak_client_rolemapping.py Keycloak: add client_rolemapping management (#2941) 2021-07-30 20:03:57 +02:00
test_keycloak_clientscope.py Keycloak: add clientscope management (#2905) 2021-07-19 23:39:02 +02:00
test_keycloak_identity_provider.py keycloak_identity_provider: Fix mappers update (#3538) 2021-10-11 22:43:50 +02:00
test_keycloak_realm.py
test_keycloak_realm_info.py New Module: Keycloak Realm Info (#3998) 2022-01-11 06:42:47 +01:00
test_keycloak_role.py Add Keycloak roles module (#2930) 2021-07-19 23:17:39 +02:00
test_keycloak_user_federation.py Fixes for keycloak_user_federation (#4212) 2022-02-22 09:23:44 +01:00