fix: oidc will fail in the dev config
This commit is contained in:
parent
252e78d618
commit
0ebadc26bc
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user