diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml index c5db1e7f4be732fe44a7045c3ab0fa4aefde2324..6a8af6a8b442e41f80e0160b07fad9094282ef78 100644 --- a/helmchart/single-sign-on/values.yaml +++ b/helmchart/single-sign-on/values.yaml @@ -112,7 +112,7 @@ oAuthClients: # the application name in userbackend.applications[].name - clientName: *USER_PANEL # oauthClients[].clientSecret is the secret the client uses to authenticate -- clientSecret: "YouReallyNeedToChangeThis" + clientSecret: "YouReallyNeedToChangeThis" # oAuthClients[].redirectUri is the url the user will be redirected to by hydra when the # authentication process is completed redirectUri: "https://admin.oas.example.net/callback"