-
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
base: main
Are you sure you want to change the base?
SCIM for Entra ID #2964
Conversation
|
|
||
| :::div{.hint} | ||
|
|
||
| If you can't see an option for **Enable SCIM** in the **Azure AD** settings, check that you're running a recent version of Octopus Deploy and that you have an enterprise license. |
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.
Nit: "an Enterprise licence" should be capitalized?
|
|
||
| ::: | ||
|
|
||
| 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
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]