Get Token
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/oauth/token
Header:
- Key as 'Authorization', value as 'Basic <Base64 converted value>'.
This value is generated by any Base64 encoder application in the following format:
<authorized.client.id>:<authorized.client.secret>
Value for authorized.client.id and authorized.client.secret are configured by using configurator.
Copyright © Cloud Software Group, Inc. All rights reserved.