You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SP Metadata are not correctly parsed since the html/template package is not meant for XML templating (see: golang/go#3133 )
It results in having the first line escaped in
SP Metadata are not correctly parsed since the
html/template
package is not meant for XML templating (see: golang/go#3133 )It results in having the first line escaped in
I would suggest to delegate the SAML XML logic to a more complete and robust library implementation, such as https://github.com/RobotsAndPencils/go-saml.
What do you think? 👍
The text was updated successfully, but these errors were encountered: