mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-25 17:24:28 +00:00
Update federation_idp to use proxy layer Change-Id: I89ed8526c15608a043cc98e0de50a1ef6f1c8020
30 lines
629 B
YAML
30 lines
629 B
YAML
idp_name: 'test-idp'
|
|
idp_name_2: 'test-idp-2'
|
|
idp_description: 'My example IDP'
|
|
idp_description_2: 'My example Identity Provider'
|
|
|
|
domain_name: 'test-domain'
|
|
remote_ids_1:
|
|
- 'https://auth.example.com/auth/realms/ExampleRealm'
|
|
- 'https://auth.stage.example.com/auth/realms/ExampleRealm'
|
|
remote_ids_2:
|
|
- 'https://auth.example.com/auth/realms/ExampleRealm'
|
|
remote_ids_3:
|
|
- 'https://auth.stage.example.com/auth/realms/ExampleRealm'
|
|
|
|
idp_info_expected_fields:
|
|
- description
|
|
- domain_id
|
|
- id
|
|
- is_enabled
|
|
- name
|
|
- remote_ids
|
|
|
|
idp_expected_fields:
|
|
- description
|
|
- domain_id
|
|
- id
|
|
- is_enabled
|
|
- name
|
|
- remote_ids
|