]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: updated SSO documentation 25943/head
authoralfonsomthd <almartin@redhat.com>
Mon, 14 Jan 2019 13:24:56 +0000 (14:24 +0100)
committeralfonsomthd <almartin@redhat.com>
Mon, 14 Jan 2019 13:24:56 +0000 (14:24 +0100)
Added info about SAML request issuer value.

Signed-off-by: Alfonso Martínez <almartin@redhat.com>
doc/mgr/dashboard.rst

index f3724ab04bb46004d32ef5686cfa2853625616a5..2048be3bcc359983ad83df0ba994afea102abee6 100644 (file)
@@ -340,12 +340,14 @@ To configure SSO on Ceph Dashboard, you should use the following command::
 
 Parameters:
 
-- **<ceph_dashboard_base_url>**: Base URL where Ceph Dashboard is accessible (e.g., `https://cephdashboard.local`)
-- **<idp_metadata>**: URL, file path or content of the IdP metadata XML (e.g., `https://myidp/metadata`)
-- **<idp_username_attribute>** *(optional)*: Attribute that should be used to get the username from the authentication response. Defaults to `uid`.
-- **<idp_entity_id>** *(optional)*: Use this when more than one entity id exists on the IdP metadata.
-- **<sp_x_509_cert> / <sp_private_key>** *(optional)*: File path or content of the certificate that should be used by Ceph Dashboard (Service Provider) for signing and encryption.
+* **<ceph_dashboard_base_url>**: Base URL where Ceph Dashboard is accessible (e.g., `https://cephdashboard.local`)
+* **<idp_metadata>**: URL, file path or content of the IdP metadata XML (e.g., `https://myidp/metadata`)
+* **<idp_username_attribute>** *(optional)*: Attribute that should be used to get the username from the authentication response. Defaults to `uid`.
+* **<idp_entity_id>** *(optional)*: Use this when more than one entity id exists on the IdP metadata.
+* **<sp_x_509_cert> / <sp_private_key>** *(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:  **<ceph_dashboard_base_url>**/auth/saml2/metadata
 
 To display the current SAML 2.0 configuration, use the following command::