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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
ug just realized this lib requires an external xml lib, brew install libxmlsec1 libxml2 pkg-config . or brew install xmlsec1 which had to install all kinds of stuff like sqllite, python, weird, unfortunate for this dependency vs native go.xml
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Doing this...
authnRequest := sp.GetAuthnRequest()
b64XML, err := authnRequest.EncodedSignedString(sp.PrivateKeyPath)
getting this error
EncodedSignedString, error=&{%!e(string=exec: "xmlsec1": executable file not found in $PATH : )}","sta
the file exists and has a valid private key content in it....any ideas?
The text was updated successfully, but these errors were encountered: