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' %}
|
{% if env == 'staging' %}
|
||||||
{"web": {
|
{"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",
|
"token_uri": "https://id.stg.fedoraproject.org/openidc/Token",
|
||||||
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
|
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
|
||||||
"client_id": "waiverdb-stg",
|
"client_id": "waiverdb-stg",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
{% else %}
|
{% else %}
|
||||||
{"web": {
|
{"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",
|
"token_uri": "https://id.fedoraproject.org/openidc/Token",
|
||||||
"auth_uri": "https://id.fedoraproject.org/openidc/Authorization",
|
"auth_uri": "https://id.fedoraproject.org/openidc/Authorization",
|
||||||
"client_id": "waiverdb",
|
"client_id": "waiverdb",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue