diff --git a/values-local.yaml.example b/values-local.yaml.example index d79a93ea820d6edc4b5ec2da4a1ad4c7f284759a..eab3d997d262e4f1a30838933c0d006e574a280f 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 0e534be3990116ed77f744acb41212a9696feb16..2d6998fd1d38808e25c5a4435b13b6fc8c4a0c6d 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