This repository accompanies the guide at https://fusionauth.io/docs/lifecycle/examples/authenticate-users-with-saml
- Download and unzip, or git clone, this repository.
- Run FusionAuth locally on port 9011.
- Open a terminal and run the commands below
-
cd app npm install npm run start
- Log in to FusionAuth at http://localhost:9011 with
admin@example.com
andpassword
. - Log in to Changebank at http://localhost:3000 with
richard@example.com
andpassword
.