Fix wrong OIDCRedirectURI
The redirect path should not contain /auth/ to be consistent with the protected endpoint url. Change-Id: Ia72cff99d28eeb84a0ee273a0fe08ca06bb7a8c4 (cherry picked from commite15a169865) (cherry picked from commitdfca56678e)
This commit is contained in:
committed by
Tobias Urdin
parent
d02d94c544
commit
c0d43e3e17
@@ -43,7 +43,7 @@
|
||||
OIDCPassClaimsAs "<%= scope['::keystone::federation::openidc::openidc_pass_claim_as'] %>"
|
||||
<%- end -%>
|
||||
|
||||
OIDCRedirectURI "<%= @keystone_url -%>/v3/auth/OS-FEDERATION/identity_providers/<%= scope['keystone::federation::openidc::idp_name']-%>/protocols/openid/auth"
|
||||
OIDCRedirectURI "<%= @keystone_url -%>/v3/OS-FEDERATION/identity_providers/<%= scope['keystone::federation::openidc::idp_name']-%>/protocols/openid/auth"
|
||||
|
||||
<%- if scope['::keystone::federation::openidc::openidc_enable_oauth'] -%>
|
||||
<%- if scope['keystone::federation::openidc::openidc_verify_method'] == 'introspection' -%>
|
||||
|
||||
Reference in New Issue
Block a user