waiverdb: Fix OIDC redirect URI
This is to support the new web form endpoint: /api/v1.0/waivers/new
This commit is contained in:
parent
55e2e441d4
commit
09daf9f303
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if env == 'staging' %}
|
||||
{"web": {
|
||||
"redirect_uris": ["https://waiverdb-waiverdb.apps.ocp.stg.fedoraproject.org/"],
|
||||
"redirect_uris": ["https://waiverdb.stg.fedoraproject.org/oidc_callback"],
|
||||
"token_uri": "https://id.stg.fedoraproject.org/openidc/Token",
|
||||
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
|
||||
"client_id": "waiverdb-stg",
|
||||
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
{% else %}
|
||||
{"web": {
|
||||
"redirect_uris": ["https://waiverdb-waiverdb.apps.ocp.fedoraproject.org/"],
|
||||
"redirect_uris": ["https://waiverdb.fedoraproject.org/oidc_callback"],
|
||||
"token_uri": "https://id.fedoraproject.org/openidc/Token",
|
||||
"auth_uri": "https://id.fedoraproject.org/openidc/Authorization",
|
||||
"client_id": "waiverdb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue