Description of problem: We'd like to be able to add the following vars to enable-federation-openidc.yaml - OIDCPassClaimsAs - OIDCClaimsDelimiter - OIDCPassUseerInfoAs That will help with future installations of OIDC for Openstack Version-Release number of selected component (if applicable): Additional info: > Workaround: Add to the keystone file under the file vi /var/lib/config-data/puppet-generated/keystone/etc/httpd/conf.d/10-keystone_wsgi.conf ################################################################ ## added ############ ################################################################ OIDCClaimDelimiter ";" OIDCPassUserInfoAs "claims" OIDCPassClaimsAs "both" After adding the above vars to the file location on each controller I restart the keystone container #sudo podman restart keystone
*** This bug has been marked as a duplicate of bug 1590932 ***