Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
{
"group": "Paid Features",
"pages": [
"paid/sso-authentication",
"paid/organization-template-catalog"
]
},
Expand Down
Binary file added images/paid/sso-sign-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions paid/sso-authentication.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: 'SSO Authentication'
description: "How to enable SSO Authentication in your environment"
icon: 'grid'
---

import { NarrowImage } from '/snippets/narrow-image.jsx'

Most OpenOps features are available in the Community edition, but some are exclusive to the [paid editions](https://www.openops.com/pricing/).

One such feature, available only in the Enterprise edition, is the **sso authentication**.

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.

<img
src="/images/paid/sso-sign-in.png"
alt="SSO Sign-in page"
style={{ maxWidth: '400px', width: '100%', margin: '0 auto', display: 'block' }}
/>

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.

## Enable SSO for your environment

OpenOps supports Single Sign-On (SSO) through two authentication methods:
- **SAML**
- **OIDC (OpenID Connect)**

To learn more or to enable SSO for your environment, please contact your OpenOps account manager.