Skip to content

higginsd/node-saml-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-saml-proxy

This is an example of setting up authenticating reverse proxy using SAML.

#Configuration

To configure the proxy and IDP you need to edit the confg/config.js file

#Proxy

  • target : set this to the resource you want to secure

#Session this is a express-session object

  • secret: key to encrypt the cookie and session
  • resave: leave as false
  • saveUninitialized: leave as false
  • store: set to your session store object, usually a redis server

#refernces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published