Blockerbugs - OIDC client secrets template
This commit is contained in:
parent
362c853a47
commit
cea9e81e74
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"web": {
|
||||||
|
"auth_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/Authorization",
|
||||||
|
"client_id": "{{ (env == 'production')|ternary(blockerbugs_oidc_client_id, blockerbugs_oidc_client_id_stg) }}",
|
||||||
|
"client_secret": "{{ (env == 'production')|ternary(blockerbugs_oidc_secret, blockerbugs_oidc_secret_stg) }}",
|
||||||
|
"issuer": "https://id{{env_suffix}}.fedoraproject.org/openidc/",
|
||||||
|
"redirect_uris": [
|
||||||
|
"https://qa{{env_suffix}}.fedoraproject.org/blockerbugs/authorize"
|
||||||
|
],
|
||||||
|
"token_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/Token",
|
||||||
|
"userinfo_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/UserInfo"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue