Skip to content

0.1.7

Latest
Compare
Choose a tag to compare
@apryamostanov apryamostanov released this 20 Mar 19:23
· 199 commits to master since this release
Usage: ASCEND-CLI [-hV] <ascendClientAppName> <ascendGrantingUrl> <scopeName>
                  <privateKeyFile>
App to app authorization command line client.
      <ascendClientAppName> Ascend Client Application Name, as trusted in
                              Ascend Granting Server.
      <ascendGrantingUrl>   Ascend Granting Server URL
      <scopeName>           Desired authorization scope name.
      <privateKeyFile>      File containing HEX string with the private key.
  -h, --help                Show this help message and exit.
  -V, --version             Print version information and exit.

Example:

java -jar ascend-cli-0.1.7.jar MY_APP https://ascend-my.herokuapp.com/ascend/granting MyScope ./MY_PRIVATE_KEY.txt