Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 729 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 729 Bytes

test client for testing CORS functionality of oauth2-provider server

Run oauth2-provider

  1. git clone [email protected]:iainporter/oauth2-provider.git

  2. cd oauth2-provider

  3. ./gradlew clean build

  4. ./gradlew tomcatRun

  5. Open http://localhost:8080/oauth2-provider/v1.0/healthcheck in browser you should see: Running version 1.0.0

Run the client

  1. Install Spring Boot CLI http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-installing-the-cli

  2. git clone [email protected]:iainporter/oauth2-provider-test-client.git

  3. cd oauth2-provider-test-client

  4. spring run app.groovy -- --server.port=9000

10 Open http://localhost:9000/ in browser you should see Running version 1.0.0