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
- Host: GitHub
- URL: https://github.com/hellokoding/hello-sso-jwt
- Owner: hellokoding
- Created: 2016-08-01T08:55:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T00:46:35.000Z (over 8 years ago)
- Last Synced: 2025-04-01T15:10:09.383Z (3 months ago)
- Topics: java, jwt, spring-boot, sso
- Homepage: https://hellokoding.com/hello-single-sign-on-sso-with-json-web-token-jwt-spring-boot/
- Size: 1000 Bytes
- Stars: 74
- Watchers: 10
- Forks: 63
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`