Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 327 Bytes

Installation

  • Start SAML server:
cd docker
docker-compose up
  • Start Spring Boot environment:
mvn spring-boot:run
  • Open browser on http://localhost:8080
  • Press 'login'
  • Authenticate with user 'saml.user' and password 'password'
  • Should now redirect back to localhost:8080 with the user 'saml.user'