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)
|
||||
oidc:
|
||||
issuer: "https://pocketid.nekomimi.pet"
|
||||
client_id: "oops"
|
||||
client_id: "5d42faf9-636a-4ff9-90c2-6d9fa4a58a9f"
|
||||
|
||||
# The client secret for the OIDC client
|
||||
# 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.
|
||||
# The path specified can resolve environment variables, making integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue