Skip to content

Resolve "Removed omniauth provider causing invalid application setting"

What does this MR do?

We now remove unrecognized omniauth providers instead of raising a validation error.

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

Why was this MR needed?

Because if the list of disabled providers contains providers that are no longer present in config/gitlab.yml, you are not able to update GitLab settings.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #46783 (closed)

Edited by Rémy Coutable

Merge request reports