From 2ac3dc17c5f84431f5118476603a81b8fbb506c3 Mon Sep 17 00:00:00 2001 From: alfonsomthd Date: Mon, 14 Jan 2019 14:24:56 +0100 Subject: [PATCH] mgr/dashboard: updated SSO documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Added info about SAML request issuer value. Signed-off-by: Alfonso Martínez --- doc/mgr/dashboard.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index f3724ab04bb..2048be3bcc3 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -340,12 +340,14 @@ To configure SSO on Ceph Dashboard, you should use the following command:: Parameters: -- ****: Base URL where Ceph Dashboard is accessible (e.g., `https://cephdashboard.local`) -- ****: URL, file path or content of the IdP metadata XML (e.g., `https://myidp/metadata`) -- **** *(optional)*: Attribute that should be used to get the username from the authentication response. Defaults to `uid`. -- **** *(optional)*: Use this when more than one entity id exists on the IdP metadata. -- ** / ** *(optional)*: File path or content of the certificate that should be used by Ceph Dashboard (Service Provider) for signing and encryption. +* ****: Base URL where Ceph Dashboard is accessible (e.g., `https://cephdashboard.local`) +* ****: URL, file path or content of the IdP metadata XML (e.g., `https://myidp/metadata`) +* **** *(optional)*: Attribute that should be used to get the username from the authentication response. Defaults to `uid`. +* **** *(optional)*: Use this when more than one entity id exists on the IdP metadata. +* ** / ** *(optional)*: File path or content of the certificate that should be used by Ceph Dashboard (Service Provider) for signing and encryption. +.. note:: + The issuer value of SAML requests will follow this pattern: ****/auth/saml2/metadata To display the current SAML 2.0 configuration, use the following command:: -- 2.39.5