Skip to content
Snippets Groups Projects
Verified Commit 6dcb1b11 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

improve example values for sociallogin settings

parent 476ea0b4
No related branches found
No related tags found
1 merge request!65improve example values for sociallogin settings
...@@ -57,9 +57,9 @@ sociallogin: ...@@ -57,9 +57,9 @@ sociallogin:
# The oAuth server needs to provide the endpoints `/userinfo`, # The oAuth server needs to provide the endpoints `/userinfo`,
# `/oauth2/token` and `/oauth2/auth` and according to the oauth2 standard it # `/oauth2/token` and `/oauth2/auth` and according to the oauth2 standard it
# needs to be accessible via https with valid certificates # needs to be accessible via https with valid certificates
authorizeUrl: sso.oas.example.net/oauth2/auth authorizeUrl: https://sso.oas.example.net/oauth2/auth
tokenUrl: sso.oas.example.net/oauth2/token tokenUrl: https://sso.oas.example.net/oauth2/token
userInfoUrl: sso.oas.example.net/userinfo userInfoUrl: https://sso.oas.example.net/userinfo
logoutUrl: "" logoutUrl: ""
# The client name nextcloud will use to communicate with the oAuth server # The client name nextcloud will use to communicate with the oAuth server
clientId: nextcloud clientId: nextcloud
......
...@@ -182,9 +182,9 @@ sociallogin: ...@@ -182,9 +182,9 @@ sociallogin:
custom_oidc: custom_oidc:
name: oas name: oas
title: OpenAppStack title: OpenAppStack
authorizeUrl: sso.oas.example.net/oauth2/auth authorizeUrl: https://sso.oas.example.net/oauth2/auth
tokenUrl: sso.oas.example.net/oauth2/token tokenUrl: https://sso.oas.example.net/oauth2/token
userInfoUrl: sso.oas.example.net/userinfo userInfoUrl: https://sso.oas.example.net/userinfo
logoutUrl: "" logoutUrl: ""
clientId: nextcloud clientId: nextcloud
# clientSecret: YouReallyNeedToChangeThis # clientSecret: YouReallyNeedToChangeThis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment