Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
config
Commits
84109c50
Commit
84109c50
authored
Jun 20, 2020
by
ale
Browse files
Explain how logout works in Nextcloud
parent
1734c743
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/cloud/README.md
View file @
84109c50
...
...
@@ -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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment