From 310496d75635d18c6e5023fc4489f80bdb227a0e Mon Sep 17 00:00:00 2001 From: Sergei Iartsev Date: Tue, 30 Jul 2024 20:31:00 +0300 Subject: [PATCH] docs(cloud): added saml description --- docs/cloud/misc/sso.md | 17 +++++++++++++++++ docs/cloud/sidebars.js | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 docs/cloud/misc/sso.md diff --git a/docs/cloud/misc/sso.md b/docs/cloud/misc/sso.md new file mode 100644 index 000000000..0c1fd2f03 --- /dev/null +++ b/docs/cloud/misc/sso.md @@ -0,0 +1,17 @@ +--- +title: "SSO" +--- + +### +Marathon Cloud provides Single Sign-On (SSO) through SAML configuration. + +### Domain verification +To set up SAML, you must verify ownership of your domain(s). To add your domain, visit the [Domains page](https://cloud.marathonlabs.io/domains) and follow the instructions to add it. After adding the domain, you'll need to add a TXT record to your DNS settings. DNS record updates typically take 5 to 10 minutes, but in some cases, it may take up to 72 hours. + +### SAML configuration +To configure SAML, you'll need the following parameters: +- SAML SSO URL +- Entity ID +- Public certificate + +Once you've set up these parameters, check the configuration by clicking "Test сonfiguration." diff --git a/docs/cloud/sidebars.js b/docs/cloud/sidebars.js index c44c00bc8..1c1abc241 100644 --- a/docs/cloud/sidebars.js +++ b/docs/cloud/sidebars.js @@ -41,7 +41,8 @@ const sidebars = { label: 'Misc', collapsed: false, items: [ - 'misc/pricing' + 'misc/pricing', + 'misc/sso' ] },