Set OIDCOAuthIntrospectionEndpoint correctly for odcs stg.
This commit is contained in:
parent
e17ce6d801
commit
b182ecdbda
1 changed files with 2 additions and 1 deletions
|
@ -11,12 +11,13 @@ WSGIScriptAlias /{{ odcs_endpoint }} /usr/share/odcs/odcs.wsgi
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
OIDCOAuthClientID {{ odcs_stg_oidc_client_id }}
|
OIDCOAuthClientID {{ odcs_stg_oidc_client_id }}
|
||||||
OIDCOAuthClientSecret {{ odcs_stg_oidc_client_secret }}
|
OIDCOAuthClientSecret {{ odcs_stg_oidc_client_secret }}
|
||||||
|
OIDCOAuthIntrospectionEndpoint https://id.stg.fedoraproject.org/openidc/TokenInfo
|
||||||
{% else %}
|
{% else %}
|
||||||
OIDCOAuthClientID {{ odcs_prod_oidc_client_id }}
|
OIDCOAuthClientID {{ odcs_prod_oidc_client_id }}
|
||||||
OIDCOAuthClientSecret {{ odcs_prod_oidc_client_secret }}
|
OIDCOAuthClientSecret {{ odcs_prod_oidc_client_secret }}
|
||||||
|
OIDCOAuthIntrospectionEndpoint https://id.fedoraproject.org/openidc/TokenInfo
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
OIDCOAuthIntrospectionEndpoint https://id.fedoraproject.org/openidc/TokenInfo
|
|
||||||
OIDCOAuthIntrospectionEndpointAuth client_secret_post
|
OIDCOAuthIntrospectionEndpointAuth client_secret_post
|
||||||
OIDCOAuthIntrospectionEndpointParams token_type_hint=Bearer
|
OIDCOAuthIntrospectionEndpointParams token_type_hint=Bearer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue