|
|
|
|
|
by tptacek
2016 days ago
|
|
I share your opinion of SAML, but I have to ask, as someone who has also implemented it in Golang: what gave you any confidence in an implementation backed by encoding/xml? It was to me immediately pretty obvious that DSIG and encoding/xml aren't a fit, if only because of encoding/xml's poor namespace support. There are other DSIG Golang libraries that use an etree-style interface for what I presume is the same reason. |
|
Adding better support for namespaces and providing APIs compatible with dsig doesn't remove the underlying vulnerabilities.