mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
OIDCOAuthIntrospectionEndpoint https://id{{env_suffix}}.fedoraproject.org/openidc/TokenInfo
|
|
OIDCOAuthClientID src-verifier
|
|
{% if env == "staging" %}
|
|
OIDCOAuthClientSecret {{ distgit_oidc_client_secret_stg }}
|
|
{% else %}
|
|
OIDCOAuthClientSecret {{ distgit_oidc_client_secret_prod }}
|
|
{% endif %}
|
|
OIDCOAuthIntrospectionEndpointAuth client_secret_basic
|
|
OIDCOAuthIntrospectionEndpointMethod POST
|
|
OIDCOAuthTokenIntrospectionInterval 60
|
|
OIDCOAuthSSLValidateServer On
|
|
OIDCOAuthAcceptTokenAs basic
|