Skip to content

Commit 4635304

Browse files
x-cubedclaude
andauthored
Remove Early Access label from SCIM for Azure AD/Entra ID (#3228)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cda7088 commit 4635304

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

src/pages/docs/security/authentication/scim/configuring-microsoft-entra.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
---
22
layout: src/layouts/Default.astro
33
pubDate: 2025-12-03
4-
modDate: 2026-01-23
4+
modDate: 2026-07-02
55
title: Microsoft Entra ID
66
description: Microsoft Entra ID can manage Octopus Users and Teams using the SCIM API.
77
navTitle: Microsoft Entra ID
88
navOrder: 10
99
---
1010

11-
:::div{.hint}
12-
13-
Support for Entra ID with SCIM is rolling out as an Early Access Preview to enterprise customers in Octopus Cloud.
14-
15-
:::
16-
1711
Octopus Deploy supports [SCIM](./) 2 as a feature of the Azure AD authentication provider. This allows users and groups created and managed in Entra ID to be synchronized with users and teams in Octopus Deploy, rather than manually provisioning users or provisioning them just-in-time via **Allow Auto User Creation**.
1812

1913
There are a few steps involved in this process, so we recommend confirming that each step works before proceeding with the next step.

src/pages/docs/security/authentication/scim/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: src/layouts/Default.astro
33
pubDate: 2025-12-02
4-
modDate: 2025-12-02
4+
modDate: 2026-07-02
55
title: System for Cross-domain Identity Management (SCIM)
66
description: Octopus Deploy supports SCIM for user and group provisioning
77
navTitle: General
@@ -11,7 +11,7 @@ navOrder: 34
1111

1212
[System for Cross-domain Identity Management](https://scim.cloud) is a standards-based approach used to allow identity providers to create, update and delete users and groups in other applications via an API. This makes it easier to provision and revoke user access to applications directly from the identity provider, as well as reduce the work involved in updating user details shared across systems, like names and email addresses.
1313

14-
Octopus Deploy currently supports SCIM 2 as an Early Access feature of the Azure AD authentication provider.
14+
Octopus Deploy currently supports SCIM 2 as a feature of the Azure AD authentication provider.
1515

1616
## Benefits of SCIM
1717

0 commit comments

Comments
 (0)