From 45a47250724404e141dff863e37e15cdf242298f Mon Sep 17 00:00:00 2001
From: Ana Aviles <ana@greenhost.nl>
Date: Tue, 19 Oct 2021 16:07:41 +0000
Subject: [PATCH] Set default vars for new variables in sociallogin

---
 values.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/values.yaml b/values.yaml
index 9203afd6..1ee484b4 100644
--- a/values.yaml
+++ b/values.yaml
@@ -179,4 +179,8 @@ sociallogin:
   server_name: sso.oas.example.net
   client_id: nextcloud
   groups_claim: openappstack_roles
+  auth_endpoint: "/oauth2/auth"
+  token_endpoint: "/oauth2/token"
+  userinfo_endpoint: "/userinfo"
+  scope: "openid profile email openappstack_roles"
   # client_secret: "YouReallyNeedToChangeThis"
-- 
GitLab