Added client secret

Changelog: added
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2026-01-11 21:47:14 +00:00
parent ea95082eb0
commit 9381e13198

View File

@@ -177,7 +177,7 @@ netbird:
"PKCEAuthorizationFlow": {
"ProviderConfig": {
"ClientID": "{{ .CLIENT_ID }}",
"ClientSecret": "",
"ClientSecret": "{{ .CLIENT_SECRET }}",
"Domain": "",
"Audience": "{{ .CLIENT_ID }}",
"TokenEndpoint": "https://auth.deepcypher.me/realms/deepcypher/protocol/openid-connect/token",