Changes between Version 4 and Version 5 of AnnotationManagerN4J


Ignore:
Timestamp:
Nov 14, 2012, 2:48:43 PM (12 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnotationManagerN4J

    v4 v5  
    4444}}}
    4545
    46 The server also has a list of API client keys that are used to authenticate Tokens from the token servers. On the annotation server the keys are in the file `consumerkeys.property` in the `WEB-INF` folder in the webapp directory.
     46The server also has a list of API consumer keys that are used to authenticate Tokens from the token servers. On the annotation server the keys and secrets are in the file `consumerkeys.property` in the `WEB-INF` folder in the webapp directory.
    4747
    4848The file is in Java property file syntax and might look like this:
     
    5353test1.label = TEST
    5454}}}
     55
     56The same consumer key and consumer secret has to be provided to the token server.