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' %}
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue