Skip to content

Bypass signup domain validation for external users

What does this MR do?

Bypass signup domain validation when adding an external user

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

From #25279 (closed)

When a company has a hosted GitLab, it makes sense to Whitelist the company domain to ensure that only users (in this case coming through google oauth) from the company are able to gain access. However, this also blocks an admin when creating a new external user.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports