Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 685 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 685 Bytes

This repository accompanies the guide at https://fusionauth.io/docs/lifecycle/examples/authenticate-users-with-saml

How to run

  • 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] and password.
  • Log in to Changebank at http://localhost:3000 with [email protected] and password.