clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

use request host value instead of auth domain when proxying

Open quanyangsc opened this issue 7 months ago • 5 comments

This modifies how the target URL for proxying auth requests is instantiated, instead of using auth.auth_domain, it uses request.host which achieves the same behavior, but is more robust in the sense that it'd allow setups that are behind some kind of beyond corp/zero trust proxy more easily.

quanyangsc avatar Jun 29 '24 09:06 quanyangsc