single-sign-on-out-auth-jwt-cookie-redis-springboot-freemarker
single-sign-on-out-auth-jwt-cookie-redis-springboot-freemarker copied to clipboard
Single Sign Out: Authentication Service Example with JSON Web Token (JWT), Spring Boot and Redis
Single Sign Out: Authentication Service Example with JSON Web Token (JWT), Spring Boot and Redis
Guide
https://hellokoding.com/scalable-authentication-single-sign-on-out-sso-example-with-json-web-token-jwt-cookie-redis-java-spring-boot-freemarker/
What you'll need
- JDK 1.7+
- Redis
- Maven 3+
Stack
- Java
- Single Sign On
- Single Sign Out
- JSON Web Token
- Redis
- Cookie
- 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