fix-issue-122 (#128)

This commit is contained in:
2026-03-04 00:23:30 +00:00
committed by GitHub
parent 1362cc0dac
commit ccbb98b9dd
8 changed files with 419 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ type Config struct {
ForceHTTPS bool `json:"forceHTTPS"`
AllowPrivateIPAddresses bool `json:"allowPrivateIPAddresses,omitempty"`
MinimalHeaders bool `json:"minimalHeaders,omitempty"`
StripAuthCookies bool `json:"stripAuthCookies,omitempty"`
EnableBackchannelLogout bool `json:"enableBackchannelLogout,omitempty"`
EnableFrontchannelLogout bool `json:"enableFrontchannelLogout,omitempty"`
BackchannelLogoutURL string `json:"backchannelLogoutURL,omitempty"`