# sample-gateway-oauth2login **Repository Path**: cmsdev/sample-gateway-oauth2login ## Basic Information - **Project Name**: sample-gateway-oauth2login - **Description**: Sample application integrating Spring Cloud Gateway and Spring Security OAuth2 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = 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*