mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-10 18:37:00 +00:00
feat(sso/proxy): implement login handler
This commit is contained in:
@@ -75,7 +75,7 @@ func (h Handler) Retry(r *http.Request, loginCookie *openid.LoginCookie) string
|
||||
redirect = loginCookie.Referer
|
||||
}
|
||||
|
||||
return urlpkg.LoginURL(ingressPath, redirect)
|
||||
return urlpkg.LoginRelative(ingressPath, redirect)
|
||||
}
|
||||
|
||||
func (h Handler) respondError(w http.ResponseWriter, r *http.Request, statusCode int, cause error, level log.Level) {
|
||||
|
||||
Reference in New Issue
Block a user