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:
# 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
......
......@@ -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
......
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