I'm trying to get a xmlsec format with signer but I can´t create this. I'm trying to create this format:
https://gist.github.com/patojimenez/84d22500611620b8b3bebea30243108a
Has anyone worked with this format? I tried with the single format:
However, the format is very different, and only returns X509Data tag information. I need KeyValue tag information.
How do I do this?
The signer gem seems to be suited only for signing messages over the SOAP protocol, which has its own format. You seem to want singing a plain XML document, for which you might try these gems instead:
Both of them are wrappers around the xmlsec library, which works with the format you desire.