commit | 7feedf52e2aa77415f59ed8888eafa82e5b8a414 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Mon Feb 13 11:36:13 2023 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Mon Feb 13 11:36:13 2023 +0100 |
tree | d51b224265dc217b870983f983936c63fb327332 | |
parent | badb934ec1295fcbe209fa21937a5927bbcd90ae [diff] |
Added readme. Change-Id: I2e11ee58a70997e8b25b745f0e943830fe2ae8f6
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 provides a redirect URI at http://localhost:7071/redirect expecting an authorization code from KorAP authorization server and exchanging it with an access token.
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).
Change korap.authorize.url
and korap.token.url
.