Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install xmlsec1 on windows

I am using djangosaml2 and pysaml2 for sso authentication using SAML.

Pysaml2 requires xmlsec1 for security assertions.

I am able to install xmlsec1 on ubuntu 14.04. everything is working fine.

For windows platform, I am not able to install xmlsec1 library.

What I have tried-

1 Downloaded windows binary from https://www.zlatkovic.com/libxml.en.html 2 When I try to access it is giving libltdl-7.dll missing error is getting

like image 551
sachin27 Avatar asked Nov 08 '22 16:11

sachin27


1 Answers

In windows, download the xmlsec file using this link.

Extract the file and set the path in the environment variable. if you don't want set the environment variable, specify the path link below

get_xmlsec_binary(["D:\\Softwares\\xmlsec1-1.2.20-win32-x86\\bin"])
like image 144
Sathia Avatar answered Dec 20 '22 20:12

Sathia