fixes
This commit is contained in:
parent
9b1a0b56b7
commit
a5fdba716f
2 changed files with 4 additions and 4 deletions
|
@ -80,11 +80,11 @@ integration:
|
||||||
# (This is optional, but recommended for the best experience)
|
# (This is optional, but recommended for the best experience)
|
||||||
oidc:
|
oidc:
|
||||||
issuer: "https://pocketid.nekomimi.pet"
|
issuer: "https://pocketid.nekomimi.pet"
|
||||||
client_id: "oops"
|
client_id: "5d42faf9-636a-4ff9-90c2-6d9fa4a58a9f"
|
||||||
|
|
||||||
# The client secret for the OIDC client
|
# The client secret for the OIDC client
|
||||||
# Either this or `client_secret_path` must be set for OIDC to work
|
# Either this or `client_secret_path` must be set for OIDC to work
|
||||||
client_secret: "oops"
|
client_secret_path: "/var/lib/headplane/config/oidc_client_secret.key"
|
||||||
|
|
||||||
# You can alternatively set `client_secret_path` to read the secret from disk.
|
# You can alternatively set `client_secret_path` to read the secret from disk.
|
||||||
# The path specified can resolve environment variables, making integration
|
# The path specified can resolve environment variables, making integration
|
||||||
|
|
|
@ -316,8 +316,8 @@ unix_socket_permission: "0770"
|
||||||
oidc:
|
oidc:
|
||||||
only_start_if_oidc_is_available: true
|
only_start_if_oidc_is_available: true
|
||||||
issuer: "https://pocketid.nekomimi.pet"
|
issuer: "https://pocketid.nekomimi.pet"
|
||||||
client_id: "oops"
|
client_id: "f345acad-3eac-45b7-9d91-57f388987a57"
|
||||||
client_secret: "oops"
|
client_secret_path: "/etc/headscale/oidc_client_secret.key"
|
||||||
pkce:
|
pkce:
|
||||||
enabled: true
|
enabled: true
|
||||||
method: S256
|
method: S256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue