If you have any question left, please drop a note with the discussion link of this page.
Step 3 - Use the authorization token to retrieve the user credentials
From Wiki.zanox.com
Concept of zanox Connect
Step 1 - Connect your application or site with zanox
Step 2 - Authenticate the user
Step 3 - Use the authorization token to retrieve the user credentials
Step 4 - Get the user credentials
Step 5 - Use zanox Web Services
With the authorization token you can query once for retrieving the credentials of the user.
To execute this method you need to have the following keys:
- authToken : The auth token is provided by us and will be sent to you by a http request.
- publicKey : Public key of the application, which can be found in the Application Store under the tab zanox keys of your application.
- signature : Hash-based signature to authenticate the request caller. Signed with secret key.
- nonce : At least 20 character random string.
- timestamp : GMT timestamp.
How to build the signature, nonce and the timestamp see here.
The secret key and the public key let zanox authenticate you as a source of the request.
Here you find the wsdl of the GetSession Web Service.