Skip to content

ritza-co/fusionauth-example-saml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published