Skip to content

iainporter/oauth2-provider-test-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

small Spring-Boot test client for testing CORS feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published