- Create a regular web application in Auth0 and enable Database connection on it.
- Enable SAML Addon from "Addons Tab" and enter
https://localhost:3000/login/callbackas Callback URL as shown below.
- Rename
.env.sampleto.envaddAUTH0_DOMAIN,CLIENT_IDandSIGNING_CERT_THUMBPRINT. The thumbprint is available fromSettings -> Advanced Settings.
Required Node Version: 8.17.0
git clone [email protected]:zamd/wsfedidp-samlsp-sample.gitcd wsfedidp-samlsp-sample && git checkout masternvm use lts/carbonnpm install
Run with debugging on:
DEBUG=wsfed-samlp npm start
Original WS-FED IdP stuff moved to saml-wsfed-mix branch.
