fix: oidc will fail in the dev config

This commit is contained in:
Aarnav Tale 2024-04-22 14:34:03 -04:00
parent 252e78d618
commit 0ebadc26bc
No known key found for this signature in database

View File

@ -264,7 +264,7 @@ unix_socket_permission: "0777"
# help us test it.
# OpenID Connect
oidc:
only_start_if_oidc_is_available: true
only_start_if_oidc_is_available: false
issuer: "https://sso.example.com"
client_id: "headscale"
client_secret: "super_secret_client_secret"