1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Add keycloak_user_federation module (#3340)

* new module

* fix unit tests

* fix documentation

* more fixes

* fix linefeeds

* Apply suggestions from code review

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

* use true/false instead of True/False

* Apply suggestions from code review

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

* fix result content + rename variable

* urlencode parameters

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Laurent Paumier
2021-09-20 19:19:42 +02:00
committed by GitHub
parent 02d0e3d286
commit 2589e9a030
8 changed files with 1889 additions and 0 deletions

View File

@ -0,0 +1 @@
identity/keycloak/keycloak_user_federation.py