From 1778b497661387b49a8cfa2dd723e2cea9b79202 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 28 Dec 2018 23:28:34 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 0fbf773..ad64adb 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,8 @@ -Welcome to the nginx-sso wiki! +`nginx-sso` is intended to be used within the [`ngx_http_auth_request_module`](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html) of nginx to provide a single-sign-on for a domain using one central authentication directory. + +Further documentation: + +- [Nginx Implementation](Nginx-Implementation) describes how to configure the nginx to use nginx-sso +- [Main Configuration](Main-Configuration) exaplains the main parts of the configuration +- [Auth Provider Configuration](Auth-Provider-Configuration) contains a list of all available authentication (login) providers and instructions how to configure them +- [MFA Provider Configuration](MFA-Provider-Configuration) contains a list of all available multi-factor-auth providers and instructions how to configure them \ No newline at end of file