From 326a695def13dbfc1fcac221d776433619be4793 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Thu, 16 Jan 2020 16:41:48 +0100 Subject: [PATCH] put SSO under "known limitations" --- docs/installation_instructions.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/installation_instructions.md b/docs/installation_instructions.md index 0137bcdfb..feac835af 100644 --- a/docs/installation_instructions.md +++ b/docs/installation_instructions.md @@ -322,13 +322,19 @@ These applications should be available after the installation is completed: * [WordPress](https://wordpress.com), a website content management system. - WordPress is available at https://www.oas.example.org. Click the "Log in" button and then click "Login with OpenID Connect" to use the single sign-on - server. + server. Note that if you log in with the single sign-on server, you will not + have "admin" rights within WordPress. For that, use the admin credentials in + the `secrets` folder. * [Grafana](https://grafana.com) that shows you information about the status of your cluster. - Read more about Grafana in the [monitoring chapter below](#monitoring) ### Known limitations +- Single sign-on is still in an experimental phase. We are still working on + transferring "roles" from users in the central database to applications, so + your SSO's admin user gets admin permissions in all the applications. Some + applications do not support logging out, currently. - Nextcloud does not send emails yet. You can configure sending emails by going to Settings -> Basic settings -> Email server and entering SMTP email credentials. -- GitLab