test client for testing CORS functionality of oauth2-provider server
Run oauth2-provider
-
git clone [email protected]:iainporter/oauth2-provider.git
-
cd oauth2-provider
-
./gradlew clean build
-
./gradlew tomcatRun
-
Open http://localhost:8080/oauth2-provider/v1.0/healthcheck in browser you should see: Running version 1.0.0
Run the client
-
Install Spring Boot CLI http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-installing-the-cli
-
git clone [email protected]:iainporter/oauth2-provider-test-client.git
-
cd oauth2-provider-test-client
-
spring run app.groovy -- --server.port=9000
10 Open http://localhost:9000/ in browser you should see Running version 1.0.0