The correct auth name is openid and not oidc.
This commit is contained in:
parent
9fcda01961
commit
2cfe882d19
|
|
@ -74,7 +74,7 @@ shinyproxy_template_path: '{{ shinyproxy_install_dir }}/web_templates'
|
||||||
|
|
||||||
shinyproxy_app_title: 'Open Analytics Shiny Proxy'
|
shinyproxy_app_title: 'Open Analytics Shiny Proxy'
|
||||||
shinyproxy_logo_url: 'http://www.openanalytics.eu/sites/www.openanalytics.eu/themes/oa/logo.png'
|
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/
|
# See https://www.shinyproxy.io/documentation/configuration/
|
||||||
shinyproxy_authentication: 'none'
|
shinyproxy_authentication: 'none'
|
||||||
shinyproxy_basic_auth: 'false'
|
shinyproxy_basic_auth: 'false'
|
||||||
|
|
|
||||||
|
|
@ -68,8 +68,8 @@ proxy:
|
||||||
name-attribute: {{ shinyproxy_keycloak_name_attribute }}
|
name-attribute: {{ shinyproxy_keycloak_name_attribute }}
|
||||||
use-resource-role-mappings: {{ shinyproxy_keycloak_role_mappings }}
|
use-resource-role-mappings: {{ shinyproxy_keycloak_role_mappings }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if shinyproxy_authentication == 'oidc' %}
|
{% if shinyproxy_authentication == 'openid' %}
|
||||||
oidc:
|
openid:
|
||||||
auth-url: {{ shinyproxy_oidc_auth_url }}
|
auth-url: {{ shinyproxy_oidc_auth_url }}
|
||||||
token-url: {{ shinyproxy_oidc_token_url }}
|
token-url: {{ shinyproxy_oidc_token_url }}
|
||||||
jwks-url: {{ shinyproxy_oidc_jwks_url }}
|
jwks-url: {{ shinyproxy_oidc_jwks_url }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue