Update the client_secret name to the new one with _staging suffix
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
8b7f2dda0b
commit
6150301cbe
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ openid.sreg_required = email nickname
|
|||
{% if env == 'staging' %}
|
||||
# OIDC (OpenID Connect)
|
||||
oidc.fedora.client_id = bodhi
|
||||
oidc.fedora.client_secret = {{ bodhi2_oidc_client_secret }}
|
||||
oidc.fedora.client_secret = {{ bodhi2_oidc_client_secret_staging }}
|
||||
oidc.fedora.server_metadata_url = http://id.stg.fedoraproject.org/openidc/.well-known/openid-configuration
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue