margaretha | b706d7c | 2023-02-03 12:26:41 +0100 | [diff] [blame^] | 1 | client.id=client_id |
2 | client.secret=client_secret | ||||
3 | client.redirect.uri=http://localhost:7071/redirect | ||||
4 | |||||
5 | server.port=7071 | ||||
6 | |||||
7 | korap.authorize.url=http://localhost:1080/oauth | ||||
8 | #korap.authorize.url=https://korap.ids-mannheim.de/instance/test/settings/oauth | ||||
9 | korap.token.url=http://localhost:1080/token | ||||
10 | #korap.token.url=https://korap.ids-mannheim.de/instance/test/api/v1.0/oauth2/token | ||||
11 | |||||
12 | oauth.scope=search |