mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Set OIDCOAuthIntrospectionEndpoint correctly for odcs stg.
This commit is contained in:
@@ -11,12 +11,13 @@ WSGIScriptAlias /{{ odcs_endpoint }} /usr/share/odcs/odcs.wsgi
|
||||
{% if env == 'staging' %}
|
||||
OIDCOAuthClientID {{ odcs_stg_oidc_client_id }}
|
||||
OIDCOAuthClientSecret {{ odcs_stg_oidc_client_secret }}
|
||||
OIDCOAuthIntrospectionEndpoint https://id.stg.fedoraproject.org/openidc/TokenInfo
|
||||
{% else %}
|
||||
OIDCOAuthClientID {{ odcs_prod_oidc_client_id }}
|
||||
OIDCOAuthClientSecret {{ odcs_prod_oidc_client_secret }}
|
||||
OIDCOAuthIntrospectionEndpoint https://id.fedoraproject.org/openidc/TokenInfo
|
||||
{% endif %}
|
||||
|
||||
OIDCOAuthIntrospectionEndpoint https://id.fedoraproject.org/openidc/TokenInfo
|
||||
OIDCOAuthIntrospectionEndpointAuth client_secret_post
|
||||
OIDCOAuthIntrospectionEndpointParams token_type_hint=Bearer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user