Skip to content
Snippets Groups Projects
Commit 84109c50 authored by ale's avatar ale
Browse files

Explain how logout works in Nextcloud

parent 1734c743
Branches nextcloud
No related tags found
1 merge request!75WIP: nextcloud
......@@ -68,3 +68,15 @@ from the *clamav-unofficial-sigs* datasets. If/when we'd like to use
these for antispam purposes as well we might want to turn this into a
separate standalone service.
## SSO integration
Nextcloud uses our single sign-on infrastructure by way of the
*user_saml* application and libapache2-mod-sso. The user_saml app
is configured to use the REDIRECT_REMOTE_USER environment variable
from the request, which is set by mod_sso. Once the initial exchange
is done, Nextcloud uses its own authenticated session.
The logout workflow requires a patch to send the user to the
centralized logout URL, and to handle the /sso_logout endpoint
by logging out the user out of Nextcloud's session as well.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment