mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 17:14:22 -07:00
* 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>
This commit is contained in:
parent
740180d4a5
commit
9ac2918d49
8 changed files with 1449 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
url: http://localhost:8080/auth
|
||||
admin_realm: master
|
||||
admin_user: admin
|
||||
admin_password: password
|
||||
realm: myrealm
|
||||
idp: myidp
|
Loading…
Add table
Add a link
Reference in a new issue