Allow OIDCClaimDelimiter to be set in the apache config file
This may be necessary for federation where there are multiple OIDC groups that are separate by a ';'. See [1]. [1] https://docs.openstack.org/keystone/ussuri/admin/federation/mapping_combinations.html Change-Id: I68c0b138955693c8d1992f986878862ea12f5149
This commit is contained in:
parent
c0448282ef
commit
b71f4853e3
@ -62,6 +62,9 @@ Listen {{ keystone_service_port }}
|
||||
{% if keystone_sp.trusted_idp_list.0.oidc_default_url is defined -%}
|
||||
OIDCDefaultURL {{ keystone_sp.trusted_idp_list.0.oidc_default_url }}
|
||||
{% endif %}
|
||||
{% if keystone_sp.trusted_idp_list.0.oidc_claim_delimiter is defined -%}
|
||||
OIDCClaimDelimiter "{{ keystone_sp.trusted_idp_list.0.oidc_claim_delimiter }}"
|
||||
{% endif %}
|
||||
|
||||
<Location /v3/OS-FEDERATION/identity_providers/{{ keystone_sp.trusted_idp_list.0.name }}/protocols/openid/auth>
|
||||
Require valid-user
|
||||
|
Loading…
x
Reference in New Issue
Block a user