Skip to content

Sample application integrating Spring Cloud Gateway and Spring Security OAuth2

Notifications You must be signed in to change notification settings

spring-cloud-samples/sample-gateway-oauth2login

 
 

Repository files navigation

OpenID Connect via Spring Cloud Gateway

Run the Sample

  • Build the sample → ./gradlew clean build

  • Run UAA Server → ./gradlew -b uaa-server/build.gradle uaa

  • Run Gateway → ./gradlew -b gateway/build.gradle bootRun

  • Run Resource Server → ./gradlew -b resource-server/build.gradle bootRun

  • Go to http://localhost:8080 and login to UAA using user1/password

About

Sample application integrating Spring Cloud Gateway and Spring Security OAuth2

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 77.5%
  • HTML 22.5%