mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-07 00:46:56 +00:00
fix(handler/sso/proxy): proxy frontchannel logouts
This commit is contained in:
@@ -148,7 +148,8 @@ func (s *SSOProxy) LogoutCallback(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
func (s *SSOProxy) LogoutFrontChannel(w http.ResponseWriter, r *http.Request) {
|
||||
http.NotFound(w, r)
|
||||
r.URL.Path = paths.OAuth2 + paths.LogoutFrontChannel
|
||||
s.SSOServerReverseProxy.ServeHTTP(w, r)
|
||||
}
|
||||
|
||||
func (s *SSOProxy) LogoutLocal(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user