commit | b02ff9b08f7d3bad4157557727a1b46b2562aace | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Wed Mar 15 15:07:47 2023 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Wed Mar 15 15:07:47 2023 +0100 |
tree | 4d15085ecb920399202f490af698ae510b00c0d6 | |
parent | 7feedf52e2aa77415f59ed8888eafa82e5b8a414 [diff] |
Updated readme. Change-Id: Iff0086f6575b76f2fd454c193811000a49b7a7ee
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
.