Skip to content

Commit

Permalink
docs(cloud): added saml description (#963)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Anton Malinskiy <[email protected]>
  • Loading branch information
austyh and Malinskiy authored Jul 31, 2024
1 parent b5ea9c6 commit 27b3099
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 supports Single Sign-On (SSO) via SAML.

### Domain verification
Setting up SAML requires verification of ownership of your domain(s). To add your domain, visit the [Domains page](https://cloud.marathonlabs.io/domains) and follow the instructions. After adding the domain, you'll need to add a TXT record to your DNS zone file. 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

You can check if the configuration is valid 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 27b3099

Please sign in to comment.