itzg / saml-auth-proxy

Provides a SAML SP authentication proxy for backend web services
MIT License
63 stars 18 forks source link

Add support for SAML Request Signing #80

Closed morse255 closed 1 month ago

morse255 commented 1 month ago

When proxying to an IdP that supports/requires SAML request signing, it would be nice if we could pass in a flag to enable the SignRequest flag in the samlsp Options struct. Currently, it does not look like this functionality is supported.