Comment by bfrog

Comment by bfrog 10 months ago

1 reply

Exactly, I had worked on creating a implementation of saml in go, initially I wanted to use the builtin xml library but quickly found it to be overwhelmingly difficult and ended up creating a binding to xmlsec.

nimish 10 months ago

Go's XML namespace handling is broken and has been for years. It's a shame.