ayerdines / passport-saml-nodejs

Example NodeJS application using SAML authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Commands to create encryption and signing key pairs

$ openssl req -x509 -newkey rsa:4096 -keyout signing_key.pem -out signing_cert.pem -nodes -days 900

$ openssl req -x509 -newkey rsa:4096 -keyout decryption_key.pem -out decryption_cert.pem -nodes -days 900

Add these files to cert directory

$ cp .env.example .env

About

Example NodeJS application using SAML authentication

License:MIT License


Languages

Language:JavaScript 100.0%