Files
fedora-infra_ansible/roles/distgit/templates/auth_openidc.conf
Patrick Uiterwijk 267ebd639f Use post
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-05-24 00:07:15 +02:00

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