From 09d57e96eb9d5d7fa1abba9ee6a048e869576911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 8 Jun 2020 08:55:02 +0200 Subject: [PATCH 1/2] add 4 sentence abstract --- docs/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index b12cd3b..59c6284 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -5,4 +5,6 @@ geekdocEditPath: edit/master/docs geekdocFilePath: _index.md --- -This service provides an OpenID Connect provider which is the default way to authenticate in OCIS. +# Abstract + +OCIS needs to authenticate users. Without an identity, there is no ownership of files. `ocis-konnectd` wraps kopano konnectd to embed an OpenID Connect Identity Provider in the ocis single binary. It provides OpenID Connect based authentication out of the box or can be replaced with an existing IdP. From b251a25750de78afedfa28c354b7e1c6e5d68ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 8 Jun 2020 08:56:41 +0200 Subject: [PATCH 2/2] add toc --- docs/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_index.md b/docs/_index.md index 59c6284..d79523a 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -8,3 +8,7 @@ geekdocFilePath: _index.md # Abstract OCIS needs to authenticate users. Without an identity, there is no ownership of files. `ocis-konnectd` wraps kopano konnectd to embed an OpenID Connect Identity Provider in the ocis single binary. It provides OpenID Connect based authentication out of the box or can be replaced with an existing IdP. + +## Table of Contents + +{{< toc-tree >}}