[ipsilon] Add OIDC entry for testdays app #2569

Merged
ryanlerch merged 1 commit from oidc_testdays into main 2025-04-17 13:38:14 +00:00

View file

@ -1293,3 +1293,30 @@ openqa default_max_age=null
openqa default_acr_values=null
openqa client_secret_expires_at=0
openqa ipsilon_internal={"type":"static","client_id":"openqa","trusted":true}
testdays client_id=""
testdays client_secret="{{ testdays_oidc_secret_stg }}"
testdays client_name="Testdays (staging)"
testdays redirect_uris=["https://testdays.stg.fedoraproject.org/flask_oidc/authorize"]
testdays application_type="web"
testdays client_uri="https://testdays.stg.fedoraproject.org"
testdays contacts=["qa-tools-sig@lists.fedoraproject.org"]
testdays logo_uri=null
testdays policy_uri="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
testdays tos_uri=null
testdays jwks_uri=null
testdays jwks=null
testdays sector_identifier_uri="https://testdays.stg.fedoraproject.org"
testdays subject_type="pairwise"
testdays response_types="code"
testdays grant_types="authorization_code"
testdays request_uris=[]
testdays require_auth_time=null
testdays token_endpoint_auth_method="client_secret_post"
testdays id_token_signed_response_alg="RS256"
testdays request_object_signing_alg="none"
testdays initiate_login_uri=null
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}