Auth: remove id token flag (#92209)

This commit is contained in:
Ryan McKinley
2024-08-21 16:30:17 +03:00
committed by GitHub
parent 302bfe3edf
commit 2e60f28044
16 changed files with 12 additions and 63 deletions
+1 -3
View File
@@ -271,9 +271,7 @@ func (proxy *DataSourceProxy) director(req *http.Request) {
}
}
if proxy.features.IsEnabled(req.Context(), featuremgmt.FlagIdForwarding) {
proxyutil.ApplyForwardIDHeader(req, proxy.ctx.SignedInUser)
}
proxyutil.ApplyForwardIDHeader(req, proxy.ctx.SignedInUser)
}
func (proxy *DataSourceProxy) validateRequest() error {