-
- Downloads
Add headers control to dex web server (#3339)
Customization of headers in the authentication server is crucial for enforcing stringent security measures by allowing the inclusion of specific headers required for authentication protocols and compliance standards. This customization ensures that authentication requests are processed securely, mitigating potential vulnerabilities and ensuring adherence to security policies.
Signed-off-by:
m.nabokikh <maksim.nabokikh@flant.com>
Showing
- cmd/dex/config.go 48 additions, 0 deletionscmd/dex/config.go
- cmd/dex/config_test.go 5 additions, 0 deletionscmd/dex/config_test.go
- cmd/dex/serve.go 1 addition, 0 deletionscmd/dex/serve.go
- examples/config-dev.yaml 7 additions, 0 deletionsexamples/config-dev.yaml
- server/server.go 15 additions, 3 deletionsserver/server.go
- server/server_test.go 22 additions, 0 deletionsserver/server_test.go
Loading
Please register or sign in to comment