-
Notifications
You must be signed in to change notification settings - Fork 99
SCIM for Entra ID #2964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCIM for Entra ID #2964
Conversation
src/pages/docs/security/authentication/scim/configuring-microsoft-entra.mdx
Outdated
Show resolved
Hide resolved
|
|
||
| ::: | ||
|
|
||
| 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**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought: I think the docco should either:
- use "Azure AD authentication" everywhere to match what it says in Octopus (and we'll change the docco when we update it in the software), or
- use "Entra ID authentication" everywhere because that's what we want it to be in future, maybe using "Azure AD authentication" when referring to specific UI elements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to use Azure AD to refer to the provider, as that's how the Settings page is labelled, while I'm using Entra ID to refer to the identity provider, given that that is the terminology used there.
We do need to fix up the auth provider name in future.
steve-fenton-octopus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We're soon to support SCIM APIs for automated user and group provisioning in Octopus Deploy, via the Microsoft Entra ID/Azure AD authentication provider.
This feature will require an enterprise license.
[sc-126951]