diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 4eb937c..dcf25f0 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -1712,21 +1712,21 @@ oidc_config: # the oauth2 authorization endpoint. Required if provider discovery is disabled. # - authorization_endpoint: "{{getenv "OIDC_AUTH_ENDPOINT"}}" + #authorization_endpoint: "{{getenv "OIDC_AUTH_ENDPOINT"}}" # the oauth2 token endpoint. Required if provider discovery is disabled. # - token_endpoint: "{{getenv "OIDC_TOKEN_ENDPOINT"}}" + #token_endpoint: "{{getenv "OIDC_TOKEN_ENDPOINT"}}" # the OIDC userinfo endpoint. Required if discovery is disabled and the # "openid" scope is not requested. # - userinfo_endpoint: "{{getenv "OIDC_USERINFO_ENDPOINT"}}" + #userinfo_endpoint: "{{getenv "OIDC_USERINFO_ENDPOINT"}}" # URI where to fetch the JWKS. Required if discovery is disabled and the # "openid" scope is used. # - jwks_uri: "{{getenv "OIDC_JWKS_URI"}}" + #jwks_uri: "{{getenv "OIDC_JWKS_URI"}}" # Uncomment to skip metadata verification. Defaults to false. #