Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 593 Bytes

Spring Multiple Authentication

Note: Still in WIP but we'll get there.

A Spring Boot app with multiple authentication using Spring Security. Supported authentication schemes are the following:

  • Basic authentication for internal users
  • Custom token for external users

Getting Started

run via IDE with Spring plugin

  1. Import as maven project.
  2. Run as Spring Boot application.

run via IDE without Spring plugin

  1. Import as maven project.
  2. Run main method in Application.java.

run via command line

cd spring-multiple-authentications
mvn spring-boot:run