summary refs log tree commit diff
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-11-10 17:54:56 +0000
committerGitHub <noreply@github.com>2021-11-10 17:54:56 +0000
commit5f277ffe89f8b7b1f4b63a8e2ef1d57e857dec9d (patch)
treefbf9bb1b3084ba6678571e2c0ed48dd3962a33f3 /docs/SUMMARY.md
parentRemove redundant parameters on `_check_event_auth` (#11292) (diff)
downloadsynapse-5f277ffe89f8b7b1f4b63a8e2ef1d57e857dec9d.tar.xz
Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298)
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 04320ab07b..cdedf8bccc 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -23,10 +23,10 @@
     - [Structured Logging](structured_logging.md)
     - [Templates](templates.md)
     - [User Authentication](usage/configuration/user_authentication/README.md)
-      - [Single-Sign On]()
+      - [Single-Sign On](usage/configuration/user_authentication/single_sign_on/README.md)
         - [OpenID Connect](openid.md)
-        - [SAML]()
-        - [CAS]()
+        - [SAML](usage/configuration/user_authentication/single_sign_on/saml.md)
+        - [CAS](usage/configuration/user_authentication/single_sign_on/cas.md)
         - [SSO Mapping Providers](sso_mapping_providers.md)
       - [Password Auth Providers](password_auth_providers.md)
       - [JSON Web Tokens](jwt.md)