Updated readme.

Change-Id: Iff0086f6575b76f2fd454c193811000a49b7a7ee
1 file changed
tree: 4d15085ecb920399202f490af698ae510b00c0d6
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

KorAP-OAuth2-Web-Client

A simple java client demonstrating the procedure to obtain KorAP authorization.

The client provides a service at http://localhost:7071/authorize to send an authorization request to KorAP authorization server.

The client expects an authorization code from KorAP authorization server at its redirect URI http://localhost:7071/redirect. It will exchanges the authorization code with an access token by sending a token request to the KorAP authorization server.

Setup for testing using KorAP test server

Copy the application.properties to the root project folder.

Fill in the client id and secret (client credentials are obtained by registering a client at the test server).

Adjust the properties korap.authorize.url and korap.token.url.