docs: mention that oidc clients should be identical

This commit is contained in:
Aarnav Tale
2025-09-27 01:48:58 -04:00
parent 957157de5f
commit 07c5c6d496
+5
View File
@@ -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