jlguenego / react-sso-example

Example of SSO scenario with React and node-expose-sspi module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React SSO example

Note: This "Proof of Concept" is designed only on Windows OS.

To run this example:

cd back
npm i
npm start

cd ../front
npm i
npm start

Open http://localhost:3000.

Hope the interface is intuitive.

It demonstrates a SSO connection. The front is written with React and Redux, and the back with Express.

Author

Jean-Louis GUENEGO jlguenego@gmail.com

About

Example of SSO scenario with React and node-expose-sspi module.


Languages

Language:TypeScript 82.1%Language:SCSS 11.0%Language:HTML 6.9%