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

Merge branch '1019-add-protocol-to-nextcloud-sso-urls' into 'master'

Resolve "Add protocol to nextcloud SSO urls"

Closes #1019

See merge request openappstack/openappstack!595
parents c3b2fb9a dd08485e
No related branches found
No related tags found
1 merge request!595Resolve "Add protocol to nextcloud SSO urls"
......@@ -199,9 +199,9 @@ data:
sociallogin:
custom_oidc:
authorizeUrl: "sso.${domain}/oauth2/auth"
tokenUrl: "sso.${domain}/oauth2/token"
userInfoUrl: "sso.${domain}/userinfo"
authorizeUrl: "https://sso.${domain}/oauth2/auth"
tokenUrl: "https://sso.${domain}/oauth2/token"
userInfoUrl: "https://sso.${domain}/userinfo"
clientSecret: "${nextcloud_oauth_client_secret}"
groupsClaim: "openappstack_roles"
clientId: nextcloud
......
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