italia / spid-express

Express middleware implementing SPID & Entra con CIE (Carta d'Identità Elettronica)
MIT License
41 stars 16 forks source link

Make test app configurable #22

Closed mastrogiovanni closed 3 years ago

mastrogiovanni commented 3 years ago

The spid-express repo contains both Express middleware for Spid ans a simple test application. This test application should be customizable: in this way it could also be used as standalone component to orchestrate the SAML conversation as sidecar to a main application.

Endpoints for login, error, acs, IDPs reference, SSH keys and metadata configuration should be runtime configurable using environment variables (user via process.env.XXX).

bfabio commented 3 years ago

Implemented in #23