- 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/callback
as Callback URL as shown below.
- Rename
.env.sample
to.env
addAUTH0_DOMAIN
,CLIENT_ID
andSIGNING_CERT_THUMBPRINT
. The thumbprint is available fromSettings -> Advanced Settings
.
Required Node Version: 8.17.0
git clone [email protected]:zamd/wsfedidp-samlsp-sample.git
cd wsfedidp-samlsp-sample && git checkout master
nvm use lts/carbon
npm install
Run with debugging on:
DEBUG=wsfed-samlp npm start
Original WS-FED IdP stuff moved to saml-wsfed-mix branch.