diff --git a/core/pkg/ingress/annotations/authreq/main.go b/core/pkg/ingress/annotations/authreq/main.go index 4c46dd4d5..c327b942a 100644 --- a/core/pkg/ingress/annotations/authreq/main.go +++ b/core/pkg/ingress/annotations/authreq/main.go @@ -174,7 +174,7 @@ func (a authReq) Parse(ing *extensions.Ingress) (interface{}, error) { return &External{ URL: str, - Host: ur.Hostname(), + Host: ur.Host, SigninURL: signin, Method: m, SendBody: sb,