Minimal Spring Boot SSO API sample app.
This Java Spring boot SSO shows, how we can develop and REST API application with Auth0 SSO.
To Know more about how to setup a web application with Single Sign On visit Here
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the com.auth.sso.rest.api.AuthenticationApplication.java
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
Released under the Apache License 2.0. See the LICENSE file.