tg20181107 / spring-cloud-gateway-oauth2-client-credentials

Sample with Spring Cloud gateway, Spring Security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-cloud-gateway-oauth2-client-credentials

Sample Spring boot app to include uaa client credentials access token with Spring cloud gateway filter

Spring cloud gateway

  1. Request gateway service without JWT token
  2. Request token to UAA server
  3. Return access-token
  4. Include access-token as Authorization bearer with Spring cloud gateway filter and send the request to customer-service

About

Sample with Spring Cloud gateway, Spring Security


Languages

Language:Java 100.0%