Skip to content

Only include base URL in OmniAuth full_host parameter

Stan Hu requested to merge stanhu/gitlab-ce:fix-relative-url-omniauth into master

The Omniauth full_host parameter isn't well-documented, but based on this line, it seems that it expects to just have a URL in the form of: "https://hostname".

Fixes Omniauth when relative URLs are used.

Closes #2335 (closed)

Merge request reports