An open API service indexing awesome lists of open source software.

https://github.com/hellokoding/hello-sso-jwt

Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot
https://github.com/hellokoding/hello-sso-jwt

java jwt spring-boot sso

Last synced: about 1 month ago
JSON representation

Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot

Awesome Lists containing this project

README

        

# Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot

## Guide
https://hellokoding.com/hello-single-sign-on-sso-with-json-web-token-jwt-spring-boot/

## What you'll need
- JDK 1.7+
- Maven 3+

## Stack
- Java
- Spring Boot
- FreeMarker

## Run
- Run Authentication Service: `mvn spring-boot:run`
- Run Resource Service 1: `mvn spring-boot:run -Dserver.port=8180`
- Run Resource Service 2: `mvn spring-boot:run -Dserver.port=8280`