From b1d5ec77cf5c23cec4b50844aea197a2a7c88428 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Tue, 9 Apr 2024 10:34:29 +0800 Subject: [PATCH] Add shibboleth authentication --- ...{shibboleth_config_v6.3.md => shibboleth_authentication.md} | 3 +-- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) rename manual/deploy/{shibboleth_config_v6.3.md => shibboleth_authentication.md} (99%) diff --git a/manual/deploy/shibboleth_config_v6.3.md b/manual/deploy/shibboleth_authentication.md similarity index 99% rename from manual/deploy/shibboleth_config_v6.3.md rename to manual/deploy/shibboleth_authentication.md index 083c4e423..fb20a72ae 100644 --- a/manual/deploy/shibboleth_config_v6.3.md +++ b/manual/deploy/shibboleth_authentication.md @@ -1,9 +1,8 @@ +# Shibboleth Authentication > This document is for Seafile Server version 6.3 or above -## Overview - [Shibboleth](https://shibboleth.net/) is a widely used single sign on (SSO) protocol. Seafile supports authentication via Shibboleth. It allows users from another organization to log in to Seafile without registering an account on the service provider. In this documentation, we assume the reader is familiar with Shibboleth installation and configuration. For introduction to Shibboleth concepts, please refer to . diff --git a/mkdocs.yml b/mkdocs.yml index 99be4300c..0a2ce124f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -92,6 +92,7 @@ nav: - Outline: deploy/single_sign_on.md - OAuth Authentication: deploy/oauth.md - Remote User Authentication: deploy/remote_user.md + - Shibboleth Authentication: deploy/shibboleth_authentication.md - Auto Login to SeaDrive on Windows: deploy/auto_login_seadrive.md - SAML 2.0 in version 10.0+ (Pro): deploy_pro/saml2_in_10.0.md - SAML 2.0 (old) (Pro): deploy_pro/adfs.md