Skip to content

10DECODERS/java-api-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-api-sso

Build Status Coverage Status License

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

Requirements

For building and running the application you need:

Running the application locally

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

Copyright

Released under the Apache License 2.0. See the LICENSE file.