mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Added client secret
Changelog: added Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user