Files
fedora-infra_ansible/roles/distgit/templates/auth_openidc.conf
Aurélien Bompard fcad3efdfd Dist-Git: adjust for OIDC changes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-11-14 08:02:08 +01:00

13 lines
498 B
Plaintext

OIDCOAuthIntrospectionEndpoint https://id{{env_suffix}}.fedoraproject.org/openidc/TokenInfo
OIDCOAuthClientID src-verifier
{% if env == "staging" %}
OIDCOAuthClientSecret {{ distgit_oidc_src_verifier_secret_stg }}
{% else %}
OIDCOAuthClientSecret {{ distgit_oidc_src_verifier_secret_prod }}
{% endif %}
OIDCOAuthIntrospectionEndpointAuth client_secret_basic
OIDCOAuthIntrospectionEndpointMethod POST
OIDCOAuthTokenIntrospectionInterval 60
OIDCOAuthSSLValidateServer On
OIDCOAuthAcceptTokenAs basic