https://github.com/hellokoding/hello-sso-jwt-auth
Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot
https://github.com/hellokoding/hello-sso-jwt-auth
authentication java jwt security spring-boot sso
Last synced: 6 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-auth
- Owner: hellokoding
- License: mit
- Created: 2016-08-01T08:47:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T00:48:27.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:10:01.397Z (9 months ago)
- Topics: authentication, java, jwt, security, spring-boot, sso
- Language: Java
- Homepage: https://hellokoding.com/hello-single-sign-on-sso-with-json-web-token-jwt-spring-boot/
- Size: 6.84 KB
- Stars: 42
- Watchers: 5
- Forks: 37
- 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 - Authentication 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: `mvn spring-boot:run`
- Run [Resource Service](https://github.com/hellokoding/hello-sso-jwt-resource) 1: `mvn spring-boot:run -Dserver.port=8180`
- Run Resource Service 2: `mvn spring-boot:run -Dserver.port=8280`