[ipsilon] Add libravatar entry for staging

https://pagure.io/fedora-infrastructure/issue/12493
This commit is contained in:
Michal Konecny 2025-04-17 15:57:44 +02:00
parent 3a612a4230
commit a76d88a1f6

View file

@ -1320,3 +1320,30 @@ testdays default_max_age=null
testdays default_acr_values=null
testdays client_secret_expires_at=0
testdays ipsilon_internal={"type":"static","client_id":"testdays","trusted":true}
libravatar client_id=""
libravatar client_secret="{{ libravatar_oidc_secret_stg }}"
libravatar client_name="Libravatar (staging)"
libravatar redirect_uris=["https://dev.libravatar.org/auth/complete/fedora"]
libravatar application_type="web"
libravatar client_uri="https://dev.libravatar.org/"
libravatar contacts=["oliver@fedoraproject.org"]
libravatar logo_uri=null
libravatar policy_uri="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
libravatar tos_uri=null
libravatar jwks_uri=null
libravatar jwks=null
libravatar sector_identifier_uri="https://dev.libravatar.org/"
libravatar subject_type="pairwise"
libravatar response_types="code"
libravatar grant_types="authorization_code"
libravatar request_uris=[]
libravatar require_auth_time=null
libravatar token_endpoint_auth_method="client_secret_post"
libravatar id_token_signed_response_alg="RS256"
libravatar request_object_signing_alg="none"
libravatar initiate_login_uri=null
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}