Skip to content

RoyBoerner/oauth2-client-demo

 
 

Repository files navigation

OAuth 2.0 Client Sample

Initial Setup

  1. Set the ext.tomcatHomeDir in uaa-server/build.gradle to the local distribution of Tomcat 8.x

  2. Download UAA → ./gradlew downloadUAA

Run the Sample

  1. Build the sample → ./gradlew clean build

  2. Run UAA → ./gradlew -b uaa-server/build.gradle cargoRunLocal

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

  4. Run the Client App → ./gradlew -b client-app/build.gradle bootRun

  5. Go to http://localhost:8080 and login to UAA using credentials springsec5 / password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.8%
  • HTML 6.2%