SPID SAML Conformance Test Tool for IdP
- Node.js v.22
- libxml2-utils
clone the repository
git clone https://github.com/AgID/spid-saml-check-idp.git
cd spid-saml-check-idp/src
copy and edit configurations
cp -R config_sample config
create Service Provider signing and encryption certificates
cd config && sh make_cert.sh && cd ..
create directory for database
mkdir data
compile and build the client
cd client && npm i && npm run build && cd ..
compile the server
cd server && npm i && cd ..
node server/spid-saml-check-idp
