Skip to content

Commit

Permalink
docs(cloud): added saml description
Browse files Browse the repository at this point in the history
  • Loading branch information
austyh committed Jul 30, 2024
1 parent b5ea9c6 commit 310496d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/cloud/misc/sso.md
Original file line number Diff line number Diff line change
@@ -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."
3 changes: 2 additions & 1 deletion docs/cloud/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ const sidebars = {
label: 'Misc',
collapsed: false,
items: [
'misc/pricing'
'misc/pricing',
'misc/sso'
]
},

Expand Down

0 comments on commit 310496d

Please sign in to comment.