mirror of
https://github.com/tale/headplane.git
synced 2026-09-04 11:15:42 +00:00
fix: oidc will fail in the dev config
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ unix_socket_permission: "0777"
|
|||||||
# help us test it.
|
# help us test it.
|
||||||
# OpenID Connect
|
# OpenID Connect
|
||||||
oidc:
|
oidc:
|
||||||
only_start_if_oidc_is_available: true
|
only_start_if_oidc_is_available: false
|
||||||
issuer: "https://sso.example.com"
|
issuer: "https://sso.example.com"
|
||||||
client_id: "headscale"
|
client_id: "headscale"
|
||||||
client_secret: "super_secret_client_secret"
|
client_secret: "super_secret_client_secret"
|
||||||
|
|||||||
Reference in New Issue
Block a user