http://127.0.0.1:8000/saml2_auth/acs/
shivshankarkeshari opened this issue · 4 comments
shivshankarkeshari commented
SigverError at /saml2_auth/acs/
Cannot find ['xmlsec1']
vaibhav-jain commented
@shivshankarkeshari Is it resolved ?
xuhangcj commented
install xmlsec1
srinivas-chatnalli commented
Install xmlsec
Linux(Debian):
apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl
Linux(CentOS):
yum install libxml2-devel xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel
MAC:
xcode-select --install
brew upgrade
brew install libxml2 libxmlsec1
Previously was facing same issue, resolved by installing as above
binteezyy commented
can't xmlsec1 be installed in Windows?