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.
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
.