Skip to content

Commit

Permalink
fix: change handling of responses without url to respond to
Browse files Browse the repository at this point in the history
  • Loading branch information
stebenz committed Nov 16, 2023
1 parent 689f3f2 commit 3b513b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provider/logout_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func (r *LogoutResponse) sendBackLogoutResponse(w http.ResponseWriter, resp *sam
r.ErrorFunc(err)
return
}
return
}

data := LogoutResponseForm{
Expand Down
1 change: 1 addition & 0 deletions pkg/provider/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (r *Response) sendBackResponse(
r.ErrorFunc(err)
return
}
return
}

switch r.ProtocolBinding {
Expand Down

0 comments on commit 3b513b4

Please sign in to comment.