mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 15:04:02 -07:00
[PR #10527/7ffeaaa1 backport][stable-11] Keycloak idp well known url support (#10591)
Keycloak idp well known url support (#10527)
* first commit
* add and fixe test
* add example
* fragment and sanity
* sanity
* sanity
* Update plugins/modules/keycloak_identity_provider.py
* Update changelogs/fragments/10527-keycloak-idp-well-known-url-support.yml
---------
(cherry picked from commit 7ffeaaa16d
)
Co-authored-by: desand01 <desrosiers.a@hotmail.com>
Co-authored-by: Andre Desrosiers <andre.desrosiers@ssss.gouv.qc.ca>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
d65b6edfaf
commit
f1e0e590ab
6 changed files with 182 additions and 1 deletions
|
@ -9,3 +9,6 @@ admin_user: admin
|
|||
admin_password: password
|
||||
realm: myrealm
|
||||
idp: myidp
|
||||
|
||||
idp_realm: myidprealm
|
||||
idp_fromurl: myidpfromurl
|
Loading…
Add table
Add a link
Reference in a new issue