From 6dcb1b11888d8cbfb86384feed6bd4249a132f49 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 3 Nov 2021 15:38:15 +0100 Subject: [PATCH] improve example values for sociallogin settings --- values-local.yaml.example | 6 +++--- values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/values-local.yaml.example b/values-local.yaml.example index d79a93ea..eab3d997 100644 --- a/values-local.yaml.example +++ b/values-local.yaml.example @@ -57,9 +57,9 @@ sociallogin: # The oAuth server needs to provide the endpoints `/userinfo`, # `/oauth2/token` and `/oauth2/auth` and according to the oauth2 standard it # needs to be accessible via https with valid certificates - authorizeUrl: sso.oas.example.net/oauth2/auth - tokenUrl: sso.oas.example.net/oauth2/token - userInfoUrl: sso.oas.example.net/userinfo + authorizeUrl: https://sso.oas.example.net/oauth2/auth + tokenUrl: https://sso.oas.example.net/oauth2/token + userInfoUrl: https://sso.oas.example.net/userinfo logoutUrl: "" # The client name nextcloud will use to communicate with the oAuth server clientId: nextcloud diff --git a/values.yaml b/values.yaml index 0e534be3..2d6998fd 100644 --- a/values.yaml +++ b/values.yaml @@ -182,9 +182,9 @@ sociallogin: custom_oidc: name: oas title: OpenAppStack - authorizeUrl: sso.oas.example.net/oauth2/auth - tokenUrl: sso.oas.example.net/oauth2/token - userInfoUrl: sso.oas.example.net/userinfo + authorizeUrl: https://sso.oas.example.net/oauth2/auth + tokenUrl: https://sso.oas.example.net/oauth2/token + userInfoUrl: https://sso.oas.example.net/userinfo logoutUrl: "" clientId: nextcloud # clientSecret: YouReallyNeedToChangeThis -- GitLab