mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
docs: mention that oidc clients should be identical
This commit is contained in:
@@ -128,6 +128,11 @@ integration:
|
||||
# (This is optional, but recommended for the best experience)
|
||||
oidc:
|
||||
issuer: "https://accounts.google.com"
|
||||
|
||||
# For the best experience please ensure this is *identical* to the client_id
|
||||
# you are using for Headscale. A lot of OIDC providers will use different
|
||||
# subjects per user based on the client_id and for this to work correctly
|
||||
# they need to be identical between Headscale and Headplane.
|
||||
client_id: "your-client-id"
|
||||
|
||||
# The client secret for the OIDC client
|
||||
|
||||
Reference in New Issue
Block a user