feat: implement better token auth endpoint method heuristic for oidc

This commit is contained in:
Aarnav Tale
2026-01-13 22:17:17 -05:00
parent d189d75d5d
commit 0fb02d0d8b
4 changed files with 56 additions and 6 deletions
+5
View File
@@ -185,6 +185,11 @@ integration:
# token_endpoint: ""
# userinfo_endpoint: ""
# The authentication method to use when communicating with the token endpoint.
# This is fully optional and Headplane will attempt to auto-detect the best
# method and fall back to `client_secret_basic` if unsure.
# token_endpoint_auth_method: "client_secret_post"
# The client ID for the OIDC client
# For the best experience please ensure this is *identical* to the client_id
# you are using for Headscale. because