[ipsilon] Add toddlers OIDC entry

Toddlers will not be a standard OIDC client, but we need it to preserve
the toddlers tokens in db-fas01.stg.
This commit is contained in:
Michal Konecny 2025-05-22 13:26:00 +02:00
parent 326fa3604c
commit dd230cc1ef

View file

@ -1374,3 +1374,30 @@ 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}
toddlers client_id=null
toddlers client_secret="notsecret"
toddlers client_name="Toddlers (staging)"
toddlers redirect_uris=[]
toddlers application_type="native"
toddlers client_uri=""
toddlers contacts=["admin@fedoraproject.org"]
toddlers logo_uri=null
toddlers policy_uri="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
toddlers tos_uri=null
toddlers jwks_uri=null
toddlers jwks=null
toddlers sector_identifier_uri=null
toddlers subject_type="public"
toddlers response_types="code"
toddlers grant_types="authorization_code"
toddlers request_uris=[]
toddlers require_auth_time=null
toddlers token_endpoint_auth_method="client_secret_post"
toddlers id_token_signed_response_alg="RS256"
toddlers request_object_signing_alg="none"
toddlers initiate_login_uri=null
toddlers default_max_age=null
toddlers default_acr_values=null
toddlers client_secret_expires_at=0
toddlers ipsilon_internal={"type":"static","client_id":"toddlers","trusted":false}