forked from infra/ansible
Badges: the frontend needs its own OIDC client
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2e63ef6b72
commit
004fb438fe
1 changed files with 28 additions and 1 deletions
|
|
@ -919,7 +919,7 @@ mirrormanager ipsilon_internal={"type":"static","client_id":"mirrormanager","tru
|
|||
|
||||
tahrir client_name="Badges Staging"
|
||||
tahrir client_secret="{{ tahrir_oidc_client_secret_staging }}"
|
||||
tahrir redirect_uris=["https://badges.stg.fedoraproject.org/oidc/authorize", "https://badges.apps.ocp.stg.fedoraproject.org/oidc/authorize", "https://badges.stg.fedoraproject.org/callback"]
|
||||
tahrir redirect_uris=["https://badges.stg.fedoraproject.org/oidc/authorize", "https://badges.apps.ocp.stg.fedoraproject.org/oidc/authorize"]
|
||||
tahrir client_uri="https://badges.stg.fedoraproject.org/"
|
||||
tahrir ipsilon_internal={"type":"static","client_id":"tahrir","trusted":true}
|
||||
tahrir contacts=["admin@fedoraproject.org"]
|
||||
|
|
@ -944,6 +944,33 @@ tahrir default_max_age=null
|
|||
tahrir default_acr_values=null
|
||||
tahrir client_secret_expires_at=0
|
||||
|
||||
tahrir-frontend client_name="Badges Staging"
|
||||
tahrir-frontend client_secret=""
|
||||
tahrir-frontend redirect_uris=["https://badges.stg.fedoraproject.org/callback"]
|
||||
tahrir-frontend client_uri="https://badges.stg.fedoraproject.org/"
|
||||
tahrir-frontend ipsilon_internal={"type":"static","client_id":"tahrir-frontend","trusted":true}
|
||||
tahrir-frontend contacts=["admin@fedoraproject.org"]
|
||||
tahrir-frontend client_id=null
|
||||
tahrir-frontend policy_uri="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
|
||||
tahrir-frontend grant_types="authorization_code"
|
||||
tahrir-frontend response_types="code"
|
||||
tahrir-frontend application_type="native"
|
||||
tahrir-frontend subject_type="public"
|
||||
tahrir-frontend logo_uri=null
|
||||
tahrir-frontend tos_uri=null
|
||||
tahrir-frontend jwks_uri=null
|
||||
tahrir-frontend jwks=null
|
||||
tahrir-frontend sector_identifier_uri=null
|
||||
tahrir-frontend request_uris=[]
|
||||
tahrir-frontend require_auth_time=null
|
||||
tahrir-frontend token_endpoint_auth_method="none"
|
||||
tahrir-frontend id_token_signed_response_alg="RS256"
|
||||
tahrir-frontend request_object_signing_alg="none"
|
||||
tahrir-frontend initiate_login_uri=null
|
||||
tahrir-frontend default_max_age=null
|
||||
tahrir-frontend default_acr_values=null
|
||||
tahrir-frontend client_secret_expires_at=0
|
||||
|
||||
mailman3 client_name="Mailman Staging"
|
||||
mailman3 client_secret="{{ mailman_stg_oidc_pass }}"
|
||||
mailman3 redirect_uris=["https://lists.stg.fedoraproject.org/accounts/fedora/login/callback/", "https://lists.stg.fedorahosted.org/accounts/fedora/login/callback/", "https://lists.stg.pagure.io/accounts/fedora/login/callback/"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue