pysaml2
pysaml2 copied to clipboard
Unable to control xmlsec1 arguments
I have a situation where I need to pass --enabled-key-data to xmlsec1.
Our current solution is to use a monkey patch to add this switch to the CLI used to call xmlsec1. It'd be nice to able to supply any extra xmlsec1 cli args in the Sp configuration.
Even I'm facing issue, it'll be great if we can provide a functionality to make it configurable.