fangli/django-saml2-auth

http://127.0.0.1:8000/saml2_auth/acs/

shivshankarkeshari opened this issue · 4 comments

SigverError at /saml2_auth/acs/
Cannot find ['xmlsec1']

@shivshankarkeshari Is it resolved ?

install xmlsec1

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

can't xmlsec1 be installed in Windows?