The correct auth name is openid and not oidc.

This commit is contained in:
Andrea Dell'Amico 2022-03-31 12:25:16 +02:00
parent 9fcda01961
commit 2cfe882d19
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ shinyproxy_template_path: '{{ shinyproxy_install_dir }}/web_templates'
shinyproxy_app_title: 'Open Analytics Shiny Proxy'
shinyproxy_logo_url: 'http://www.openanalytics.eu/sites/www.openanalytics.eu/themes/oa/logo.png'
# ldap, keycloak, oidc, none
# ldap, keycloak, openid, none
# See https://www.shinyproxy.io/documentation/configuration/
shinyproxy_authentication: 'none'
shinyproxy_basic_auth: 'false'

View File

@ -68,8 +68,8 @@ proxy:
name-attribute: {{ shinyproxy_keycloak_name_attribute }}
use-resource-role-mappings: {{ shinyproxy_keycloak_role_mappings }}
{% endif %}
{% if shinyproxy_authentication == 'oidc' %}
oidc:
{% if shinyproxy_authentication == 'openid' %}
openid:
auth-url: {{ shinyproxy_oidc_auth_url }}
token-url: {{ shinyproxy_oidc_token_url }}
jwks-url: {{ shinyproxy_oidc_jwks_url }}