Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: gitlab-oauth-plugin
-
Labels:None
-
Similar Issues:
Description
The url built for oauth redirect could be wrong in presence of a reverse proxy behind jenkins.
Actually the redirect url is built from the request url but Jenkins.getInstance().getRootUrl() should be used instead.
A PR has been submitted