Skip to content

Small changes to refine enterprise user docs

What does this MR do and why?

A couple of small changes to refine instructions:

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

Prevent enterprise users from creating groups and projects outside the corporate group

A SAML identity administrator can configure the SAML response to set:

  • Whether enterprise users can create groups.

Prevent enterprise users from creating groups and projects outside the corporate group

A SAML identity administrator can configure the SAML response to set:

  • Whether enterprise users can create new top-level groups.

Automatic claims of enterprise users

A user is automatically claimed as an enterprise user of a group when all of the following conditions are met:

  1. The user’s primary email has a domain that has been verified by the paid group.
  2. The user account meets at least one of the following conditions:
    • It was created February 1, 2021 or later.
    • It has a SAML or SCIM identity tied to the organization’s group.
    • It has a provisioned_by_group_id value that is the same as the organization’s group’s ID.
    • It is a member of the organization’s group, where the subscription was purchased or renewed February 1, 2021 or later.

Automatic claims of enterprise users

A user is automatically claimed as an enterprise user of a group when both of the following conditions are met:

  1. The user’s primary email has a domain that has been verified by the paid group.
  2. The user account meets at least one of the following conditions:
    • It was created February 1, 2021 or later.
    • It has a SAML or SCIM identity tied to the organization’s group.
    • It has a provisioned_by_group_id value that is the same as the organization’s group’s ID.
    • It is a member of the organization’s group, where the subscription was purchased or renewed February 1, 2021 or later.

Remove enterprise management features from an account

Changing an enterprise user’s primary email to any email with a non-verified domain automatically removes the enterprise badge from the account.

Remove enterprise management features from an account

Changing an enterprise user's primary email to an email from a non-verified domain, automatically removes the enterprise badge from the account.

Merge request reports