[ipsilon] Add blockerbugs OIDC entry

https://pagure.io/fedora-infrastructure/issue/12516
This commit is contained in:
Michal Konecny 2025-05-07 14:47:34 +02:00
parent 8a0cf448c2
commit 9a04135442

View file

@ -1347,3 +1347,30 @@ libravatar default_max_age=null
libravatar default_acr_values=null
libravatar client_secret_expires_at=0
libravatar ipsilon_internal={"type":"static","client_id":"libravatar","trusted":true}
blockerbugs client_id=""
blockerbugs client_secret="{{ blockerbugs_oidc_secret_stg }}"
blockerbugs client_name="Blockerbugs (staging)"
blockerbugs redirect_uris=["https://qa.stg.fedoraproject.org/blockerbugs/authorize"]
blockerbugs application_type="web"
blockerbugs client_uri="https://qa.stg.fedoraproject.org/blockerbugs"
blockerbugs contacts=["qa-tools-sig@lists.fedoraproject.org"]
blockerbugs logo_uri=null
blockerbugs policy_uri="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
blockerbugs tos_uri=null
blockerbugs jwks_uri=null
blockerbugs jwks=null
blockerbugs sector_identifier_uri="https://qa.stg.fedoraproject.org/blockerbugs"
blockerbugs subject_type="pairwise"
blockerbugs response_types="code"
blockerbugs grant_types="authorization_code"
blockerbugs request_uris=[]
blockerbugs require_auth_time=null
blockerbugs token_endpoint_auth_method="client_secret_post"
blockerbugs id_token_signed_response_alg="RS256"
blockerbugs request_object_signing_alg="none"
blockerbugs initiate_login_uri=null
blockerbugs default_max_age=null
blockerbugs default_acr_values=null
blockerbugs client_secret_expires_at=0
blockerbugs ipsilon_internal={"type":"static","client_id":"blockerbugs","trusted":true}