https://github.com/hellokoding/hello-sso-jwt-resource
Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot
https://github.com/hellokoding/hello-sso-jwt-resource
java jwt spring-boot sso
Last synced: 7 months 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-resource
- Owner: hellokoding
- License: mit
- Created: 2016-08-01T06:18:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T00:49:10.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:10:18.109Z (9 months ago)
- Topics: java, jwt, spring-boot, sso
- Language: Java
- Homepage: https://hellokoding.com/hello-single-sign-on-sso-with-json-web-token-jwt-spring-boot/
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot - Resource Service
## 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](https://github.com/hellokoding/hello-sso-jwt-auth): `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`