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
patchback[bot] 9ac2918d49
Keycloak: add identity providers management (#3210) (#3301)
* init new module

* update

* add mappers

* improve mappers

* tests

* fix tests

* fix tests

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

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

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

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

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

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

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

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

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

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

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

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

* fix typos

* update botmeta

* improve change detection

* fix tests

* add integration tests

* remove updateProfileFirstLoginMode parameter

Co-authored-by: Laurent PAUMIER <laurent.paumier@externe.maif.fr>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 97e2c3dec9)

Co-authored-by: Laurent Paumier <30328363+laurpaum@users.noreply.github.com>
2021-08-31 10:22:34 +02:00
..
__init__.py Keycloak: add realm management (#2155) 2021-04-21 12:42:28 +02:00
test_keycloak_authentication.py Keycloak: Improve diff mode on keycloak_authentication module (#2963) (#3000) 2021-07-13 12:13:25 +02:00
test_keycloak_client.py Add option to the keycloak_client module (#2949) (#2962) 2021-07-09 08:51:55 +02:00
test_keycloak_client_rolemapping.py Keycloak: add client_rolemapping management (#2941) (#3117) 2021-07-30 18:29:20 +00:00
test_keycloak_clientscope.py Keycloak: add clientscope management (#2905) (#3037) 2021-07-19 23:58:26 +02:00
test_keycloak_identity_provider.py Keycloak: add identity providers management (#3210) (#3301) 2021-08-31 10:22:34 +02:00
test_keycloak_realm.py Keycloak: add realm management (#2155) 2021-04-21 12:42:28 +02:00
test_keycloak_role.py Add Keycloak roles module (#2930) (#3035) 2021-07-19 23:38:51 +02:00