Error in schema.go
Hi !
There is a small error in schema.go at line 767 :
err := etreeutils.TransformExcC14n(el, canonicalizerPrefixList)
The TransformExcC14n requires 3 argument, but only 2 were given.
When I set the comments to false it was working fine. Can you please make a quick fix, otherwise I have to do an ugly monkey fix solution and that's bad for all of us :D
Thank you very much for your work.
Same issue here.
Same issue here. Maybe the lastest version(v0.4.8) depend github.com/russellhaering/goxmldsig(v1.1.1), it should support v1.2.0
any update?
yeah same issue here
Hi!
I told that it will be ugly, but I made a monkey patch:
Place this in to the go.mod file before requre part: replace github.com/crewjam/saml v0.4.8 => github.com/marcidelux/saml v0.4.10
Yeah I know the version number is bigger, but it was necessary when I was messing with it, doesn`t matter it will be removed when the problem is fixed.
Another possible workaround is to stick with goxmldsig v1.1.1 for now, until this is addressed.
@crewjam , same issue here. Could you please fix it and release?