sample-gateway-oauth2login
sample-gateway-oauth2login copied to clipboard
Sample application integrating Spring Cloud Gateway and Spring Security OAuth2
= 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:8080and login to UAA using user1/password