Skip to content

l0co/zuul-oauth2-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zuul-oauth2-example

This is the example of using oauth2 authorization server with separate resource server behind Zuul proxy. It supports internal client authorization workflow (grant_type = password) with example usages. The related article is here.

Components

  1. zuul is Zuul Proxy (http://localhost:8080).
  2. oauth-as is OAuth2 Authorization Server (http://localhost:8080/as, behind proxy).
  3. oauth-rs is OAuth2 Resource Server (http://localhost:8080/rs, behind proxy).

How to use

You can start everything using gradle --parallel bootRun in the root directory.

About

Example of Spring Boot application with oauth2 authorization using password grant type.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published