Configure the PTT Pro Client
Configure the PTT Pro Client

Configure the PTT Pro Client

The PTT Pro client is configured through the
WFCPTTProDefault.json
file. The file contains many elements, but the operation of the OAuth services to support the shared device model requires two parameters.
  • oAuthClientID
  • oAuthClientSecret
The
oauthClientID
field is obtained from the WFC-ACS service and is the value of the
Client ID
field in the
Settings
tab of the
Clients
view.
oAuthClientID Value
The oAuthClientSecret is also obtained in the
Clients
configuration. Navigate to the
Credentials
tab to reveal the secret.
oAuthClientSecret Value
Copy and paste this information in to the
WFCPTTProDefault.json
file for the PTT Pro client:
{ "oAuthClientID":"WFC-SAML-test", "oAuthClientSecret":"0504258e-5987-49af-a1d0-c33a7a3bee1b"
Import the JSON file into the device and consume the configuration with an intent.
adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" /sdcard/WFCPTTProDefault.json"