From 3da26a4d45682f69f8c44d03c8216d58784f351d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 7 Jul 2022 12:51:59 +0200 Subject: [PATCH] fix rst syntax --- docs/source/installation/msgraph-configure.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/source/installation/msgraph-configure.rst b/docs/source/installation/msgraph-configure.rst index ff8885944..2a0a17882 100644 --- a/docs/source/installation/msgraph-configure.rst +++ b/docs/source/installation/msgraph-configure.rst @@ -5,7 +5,7 @@ Configure Chill for calendar sync and SSO with Microsoft Graph (Outlook) Chill offers the possibility to: * authenticate users using Microsoft Graph, with relatively small adaptations; -* synchronize calendar in both ways (`see the user manual for a large description of the feature `_. +* synchronize calendar in both ways (`see the user manual for a large description of the feature `_). Both can be configured separately (synchronising calendars without SSO, or SSO without calendar). When calendar sync is configured without SSL, the user's email address is the key to associate Chill's users with Microsoft's ones. @@ -46,10 +46,12 @@ Do not forget to provider user's accesses to your app, using the "Utilisateurs e You must know have gathered all the required variables for SSO: -SAML_BASE_URL=https://test.chill.be # must be -SAML_ENTITY_ID=https://test.chill.be # must match the one entered -SAML_IDP_APP_UUID=42XXXXXX-xxxx-xxxx-xxxx-xxxxxxxxxxxx -SAML_IDP_X509_CERT: MIIC...E8u3bk # truncated +.. code-block:: + + SAML_BASE_URL=https://test.chill.be # must be + SAML_ENTITY_ID=https://test.chill.be # must match the one entered + SAML_IDP_APP_UUID=42XXXXXX-xxxx-xxxx-xxxx-xxxxxxxxxxxx + SAML_IDP_X509_CERT: MIIC...E8u3bk # truncated Configure chill app *******************