Skip to content

Commit 894d3f2

Browse files
authored
Add SSO documentation details. (#296)
1 parent 94c9f8c commit 894d3f2

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
{
8383
"group": "Paid Features",
8484
"pages": [
85+
"paid/sso-authentication",
8586
"paid/organization-template-catalog",
8687
"paid/customer-workspaces",
8788
"paid/slack-bot"

images/paid/sso-sign-in.png

98.9 KB
Loading

paid/sso-authentication.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: 'SSO Authentication'
3+
description: "How to enable SSO Authentication in your environment"
4+
icon: 'grid'
5+
---
6+
7+
import { NarrowImage } from '/snippets/narrow-image.jsx'
8+
9+
<Info>
10+
**Single Sign-On (SSO)** is an Enterprise edition feature. See [pricing](https://www.openops.com/pricing/) for details.
11+
</Info>
12+
13+
Community and Professional editions include a basic authentication system. The Enterprise edition lets you integrate OpenOps platform with your identity provider using SAML or OIDC.
14+
15+
<img
16+
src="/images/paid/sso-sign-in.png"
17+
alt="SSO Sign-in page"
18+
style={{ maxWidth: '400px', width: '100%', margin: '0 auto', display: 'block' }}
19+
/>
20+
21+
In larger organizations, this enables centralized identity and access management, allowing IT and security teams to enforce authentication policies, manage user access through existing identity providers, and streamline onboarding and offboarding.
22+
23+
## Enable SSO for your environment
24+
25+
OpenOps supports Single Sign-On (SSO) through two authentication methods:
26+
- **SAML**
27+
- **OIDC (OpenID Connect)**
28+
29+
To learn more or to enable SSO for your environment, please contact your OpenOps account manager.

0 commit comments

Comments
 (0)