Skip to content

turanofff/express-passport-saml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express passport-saml demo

Inspired by https://www.youtube.com/watch?v=xUL59SKiwmE

Taken overall express server structure from https://github.com/joeythelantern/React-SAML-Auth/tree/main/server

Installation

npm install

Running application

This project is based on Node.JS and Express + TypeScript

npm run start

Accessing application

[GET] /login - endpoint for starting authentication session with SAML IDP

[POST] /login - endpoint for accepting authentication response from SAML IDP

[POST] /token - endpoint for exchanging auth_code and code_verifier for access token

Tests

This project contains no unit tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published