Stitchflow
OpenShift logo

OpenShift SCIM guide

Connector Only

How to automate OpenShift user provisioning, and what it actually costs

Summary and recommendation

Red Hat OpenShift, the enterprise Kubernetes platform, does not support SCIM provisioning on any plan. Instead, OpenShift relies on LDAP group synchronization for user and group management, while authentication is handled through SAML 2.0 (via mod_mellon proxy) or OIDC integration. This means IT teams must manually provision users in their LDAP directory and configure group mappings, then rely on periodic sync operations to update OpenShift permissions. For platform teams managing developer access across multiple OpenShift clusters, this creates a significant operational burden.

The lack of SCIM support creates a critical gap for enterprise deployments where developers need dynamic access to namespaces, projects, and RBAC roles based on changing team assignments. While LDAP sync can handle basic group membership, it doesn't provide the real-time provisioning and deprovisioning that modern DevOps workflows require. This forces platform teams to choose between manual user management overhead or accepting security risks from delayed access revocation when developers change roles or leave the organization.

The strategic alternative

OpenShift has no native SCIM. Automate offboarding, user access reviews, and license workflows across every app, including the ones without APIs. We maintain the integration layer underneath. You focus on judgment, not plumbing.

Quick SCIM facts

SCIM available?No
SCIM tier requiredN/A
SSO required first?No
SSO available?Yes
SSO protocolSAML 2.0 (via proxy), OIDC
DocumentationNot available

Supported identity providers

IdPSSOSCIMNotes
OktaVia third-partyNo Okta OIN app for OpenShift SCIM. SSO via generic OIDC/SAML configuration. User management via LDAP sync.
Microsoft Entra IDVia third-partyMicrosoft Entra ID integrates via OIDC OAuth. Configure OpenShift as relying party with app registration in Entra ID. Map groups to OpenShift RBAC roles. No SCIM provisioning.
Google WorkspaceVia third-partyNo native support
OneLoginVia third-partyNo native support

The cost of not automating

Without SCIM (or an alternative like Stitchflow), your IT team manages OpenShift accounts manually. Here's what that costs:

Source: Stitchflow aggregate data across apps with 2+ instances, normalized to 500 employees
Orphaned accounts (ex-employees with access)7
Unused licenses12
IT hours spent on manual management/year101 hours
Unused license cost/year$3,925
IT labor cost/year$6,088
Cost of compliance misses/year$1,741
Total annual financial impact$11,754

The OpenShift pricing problem

OpenShift gates SCIM provisioning behind premium plans, forcing significant cost increases for basic user management.

Tier comparison

PlanPriceSSOSCIM
Self-managed$0.076/hr per 4vCPU (3-year commitment)
ROSA (AWS)$0.171/hr per 4vCPU + $0.25/hr cluster fee
Azure Red Hat OpenShiftLinux VM pricing + OpenShift license

Pricing structure

PlanPricingSCIMSSO
Self-managed$0.076/hr per 4vCPU (3-year commitment)❌ Not available✓ SAML/OIDC
ROSA (AWS)$0.171/hr per 4vCPU + $0.25/hr cluster fee❌ Not available✓ SAML/OIDC
Azure Red Hat OpenShiftLinux VM pricing + OpenShift license❌ Not available✓ SAML/OIDC

OpenShift pricing varies significantly by deployment model, but the provisioning limitation is universal across all tiers.

What this means in practice

Without SCIM, OpenShift forces you into a hybrid identity architecture:

Manual user lifecycle management

Developers join/leave teams → manual OpenShift role assignments
Department changes → manual project access updates
Contractor onboarding → separate OpenShift account creation process
No automated deprovisioning when users leave

LDAP dependency

Must maintain LDAP groups that mirror your IdP groups
Requires LDAP sync jobs to pull user/group changes
Creates identity data inconsistency between systems
Additional infrastructure to maintain and secure

Additional constraints

Proxy complexity
SAML requires mod_mellon proxy configuration, adding another failure point
Platform team bottleneck
Every access change requires manual intervention from platform administrators
Security gaps
No automated deprovisioning creates orphaned accounts when developers leave
Compliance issues
Manual processes make it difficult to maintain audit trails for access reviews
Multi-cluster headaches
Each OpenShift cluster requires separate LDAP sync configuration

Summary of challenges

  • OpenShift does not provide native SCIM at any price tier
  • Organizations must rely on third-party tools or manual provisioning
  • Our research shows teams manually provisioning this app spend significant hidden costs annually

What OpenShift actually offers for identity

SAML/OIDC SSO (Platform Native)

OpenShift supports federated authentication through multiple protocols:

ProtocolImplementationConfiguration
SAML 2.0Request Header auth with mod_mellon proxyRequires separate proxy setup
OIDCNative support or via Red Hat SSODirect integration with IdP
Supported IdPsOkta, Entra ID, ADFS, generic SAML/OIDCStandard OAuth/SAML flows

Key architectural requirement: SAML implementations require setting up and maintaining a separate authentication proxy (mod_mellon), adding infrastructure complexity.

LDAP Group Sync (Not SCIM)

Instead of SCIM provisioning, OpenShift uses LDAP synchronization:

FeatureDetails
User creationJust-in-time via SSO login
Group managementLDAP sync pulls groups from directory
DeprovisioningManual removal required
Attribute mappingLimited to LDAP schema

Critical gap: No SCIM support means no real-time provisioning events. User lifecycle changes in your IdP won't automatically reflect in OpenShift permissions until the next LDAP sync cycle.

What's Missing for Enterprise Identity Management

OpenShift's identity approach creates operational overhead:

No automated deprovisioning
Former employees retain access until manual cleanup
Group sync delays
Permission changes don't propagate immediately
Proxy maintenance
SAML requires additional infrastructure to manage
Limited attribute sync
LDAP schema constraints vs. rich SCIM user profiles

For platform teams managing developer access across multiple environments, this manual approach doesn't scale with modern identity governance requirements.

What IT admins are saying

OpenShift's lack of native SCIM support forces IT teams into complex workarounds for user provisioning:

  • No SCIM endpoint means manual user management or complex LDAP synchronization setups
  • SAML SSO requires additional proxy configuration with mod_mellon, adding infrastructure complexity
  • Group membership changes require LDAP sync jobs rather than real-time provisioning
  • Platform teams must choose between multiple authentication methods (OIDC, SAML via proxy, or RH-SSO) without clear provisioning automation

SAML via Request Header auth with mod_mellon proxy... LDAP sync for user/group management.

Red Hat OpenShift documentation

OpenShift has OIDC/SAML SSO. No SCIM - use LDAP group sync for user management.

Platform engineering teams

The recurring theme

While OpenShift offers multiple SSO options, the absence of SCIM forces IT teams to maintain separate user lifecycle processes through LDAP synchronization, creating operational overhead for platform teams managing developer access.

The decision

Your SituationRecommendation
Small dev team (<20 users) with simple RBAC needsManual LDAP group sync is manageable
Platform team using OpenShift with basic SSO requirementsConfigure OIDC/SAML directly - no provisioning needed
Multi-cluster OpenShift deployment (50+ developers)Use Stitchflow: LDAP sync becomes complex at scale
Enterprise with strict access controls and audit requirementsUse Stitchflow: automated provisioning essential for compliance
DevOps teams managing multiple OpenShift environmentsUse Stitchflow: automation prevents configuration drift

The bottom line

Red Hat OpenShift is a robust Kubernetes platform with solid OIDC/SAML SSO, but it lacks modern SCIM provisioning—relying instead on LDAP group synchronization that becomes unwieldy for larger teams. For organizations running multi-cluster deployments or managing complex developer access patterns, Stitchflow provides the automated provisioning that OpenShift simply doesn't offer natively.

Make OpenShift workflows AI-native

OpenShift has no native SCIM. We build complete offboarding, user access reviews, and license workflows across every app, including the ones without APIs.

Covers apps without native SCIM, including the ones without APIs
Less than a week, start to finish (~2 hours of your time)
Built with your team; extend to anything else in the company
Book a Demo

Technical specifications

SCIM Version

Not specified

Supported Operations

Not specified

Supported Attributes

No native SCIM supportUses LDAP group sync insteadSAML requires proxy (mod_mellon)OIDC via RH-SSO or direct

Plan requirement

Not specified

Prerequisites

Not specified

Key limitations

  • No native SCIM support
  • Uses LDAP group sync instead
  • SAML requires proxy (mod_mellon)
  • OIDC via RH-SSO or direct

Documentation not available.

Configuration for Entra ID

Integration type

Microsoft Entra Gallery app

Where to enable

Entra admin center → Enterprise applications → OpenShift → Single sign-on

Microsoft Entra ID integrates via OIDC OAuth. Configure OpenShift as relying party with app registration in Entra ID. Map groups to OpenShift RBAC roles. No SCIM provisioning.

Use Stitchflow for automated provisioning.

Unlock SCIM for
OpenShift

OpenShift has no native SCIM. We still automate end-to-end workflows across every app, including the ones without APIs.

See how it works
Admin Console
Directory
Applications
OpenShift logo
OpenShift
via Stitchflow

Last updated: 2026-01-11

* Pricing and features sourced from public documentation.

Keep exploring

Related apps

6sense logo

6sense

No SCIM

B2B Revenue Intelligence / ABM

ProvisioningNot Supported
Manual Cost$11,754/yr

6sense, the B2B revenue intelligence platform, has paused SCIM provisioning for new customers until Q4 2026. While existing customers with SCIM enabled can continue using it, new implementations are limited to JIT (Just-In-Time) provisioning through SAML SSO. This creates a significant gap for IT teams managing revenue intelligence access, as JIT only creates users on first login and provides minimal attribute mapping (email, first name, last name only). For an enterprise platform with typical pricing of $55,000-$130,000 annually, the absence of automated user lifecycle management is a substantial limitation. The lack of SCIM until Q4 2026 forces IT teams into manual provisioning workflows for a platform handling sensitive revenue data. While SAML SSO handles authentication, it doesn't address user lifecycle events like role changes, department transfers, or offboarding. This creates compliance risks in revenue teams where access to prospect data and sales intelligence must be tightly controlled. The nearly two-year wait for SCIM restoration means organizations implementing 6sense today face manual user management for the foreseeable future.

View full guide
ActiveCampaign logo

ActiveCampaign

No SCIM

Marketing Automation / Email

ProvisioningNot Supported
Manual Cost$11,754/yr

ActiveCampaign, the marketing automation platform, does not offer native SCIM provisioning on any plan. While the Enterprise plan ($145+/month) includes SAML 2.0 SSO with just-in-time (JIT) provisioning, this only creates user accounts on first login—there's no automated deprovisioning when employees leave or change roles. New SSO users are automatically added to a generic "SSO Users" group with configurable permissions, but IT teams have no way to programmatically manage user lifecycles or enforce granular access controls based on department or role changes. This creates a significant gap for marketing teams that need to manage access to customer data and campaign tools. When employees leave the company or change departments, their ActiveCampaign access must be manually revoked, creating compliance risks and potential data exposure. The lack of automated deprovisioning means former employees could theoretically retain access to sensitive marketing data and customer information until someone manually removes them from the platform.

View full guide
Adyen logo

Adyen

No SCIM

Payments / Fintech

ProvisioningNot Supported
Manual Cost$11,754/yr

Adyen offers SCIM 2.0 provisioning, but only through Okta's integration—there's no native SCIM endpoint. This creates a significant vendor lock-in scenario where your provisioning capabilities are entirely dependent on using Okta as your identity provider. Teams using Azure Entra, Google Workspace, or OneLogin are left with manual user management despite Adyen supporting SAML SSO with these platforms. The Okta integration itself requires maintaining a company account (not just a merchant account) and keeping at least one non-SSO admin for troubleshooting, adding operational complexity. For payment platforms handling sensitive financial data, this provisioning gap creates serious compliance risks. Your finance team, payment operations staff, and developers need timely access to process transactions and manage risk controls, but without automated provisioning, you're stuck with manual onboarding that can delay critical payment operations. The requirement to maintain non-SSO admin accounts also creates a security backdoor that compliance auditors will flag.

View full guide