This repository accompanies the guide at https://fusionauth.io/docs/lifecycle/examples/authenticate-users-with-saml
- Download and unzip, or git clone, this repository.
-
docker compose up # in a new terminal cd app docker run --platform=linux/amd64 --rm -v ".:/app" -w "/app" node:23-alpine3.19 sh -c "npm install" docker run --platform=linux/amd64 --rm -v ".:/app" -w "/app" --name app --network faNetwork -p 3000:3000 node:23-alpine3.19 sh -c "npm run start"
- Log in to FusionAuth at http://localhost:9011 with
[email protected]
andpassword
. - Log in to Changebank at http://localhost:3000 with
[email protected]
andpassword
.