random42 / passport-spid

Passport strategy for SPID (italian citizens) authentication
MIT License
12 stars 5 forks source link

Error: Provider 'https://localhost:8443' not found #3

Closed piccinnigius closed 1 year ago

piccinnigius commented 1 year ago

Error: Provider 'https://localhost:8443' not found at SpidStrategy.<anonymous> (D:\prj\xxx\node_modules\passport-spid\dist\src\strategy.js:66:23)

any info about this? this happens when i run the example

Thanks in advance Giuseppe

random42 commented 1 year ago

You have to setup a local identity provider through the docker image italia/spid-saml-check. Look at the docker-compose file. You can run it directly with docker-compose up in the repository.