From 0ebadc26bccc2627cca73c3e8e1574c3667077b0 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Mon, 22 Apr 2024 14:34:03 -0400 Subject: [PATCH] fix: oidc will fail in the dev config --- test/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config.yaml b/test/config.yaml index 3d8d90d..57d4821 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -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"