Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
84109c50
Commit
84109c50
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Explain how logout works in Nextcloud
parent
1734c743
Branches
nextcloud
No related tags found
1 merge request
!75
WIP: nextcloud
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/cloud/README.md
+12
-0
12 additions, 0 deletions
roles/cloud/README.md
with
12 additions
and
0 deletions
roles/cloud/README.md
+
12
−
0
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment