Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai3
config
Commits
84109c50
Commit
84109c50
authored
Jun 20, 2020
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain how logout works in Nextcloud
parent
1734c743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
roles/cloud/README.md
roles/cloud/README.md
+12
-0
No files found.
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
Markdown
is supported
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