Configuring OAuth via PTT Pro Customer Settings
Configuring OAuth via PTT Pro Customer Settings

Configuring OAuth via PTT Pro Customer Settings

  1. Add the
    OAuth URL
    ,
    Access URL
    , and
    OAuth Token Certificate
      on the PTT Pro customer settings.
  2. The
    OAuth URL
    , and the
    Access URL
    can be obtained from IDP's well-known URL, for example:
    https://<DNS>/realms/<Realm-name>/.well-known/openid-configuration
  3. Update the
    DNS
    and
    Realm-name
    accordingly.
  4. Certificate can be obtained from
    Realm settings
    Keys
    RS256
    Certificate
    .
  5. To enable
    Google IDP
    , log in a standalone
    PTT Pro Client
    ( without PFM), the following JSON configuration needs to be pushed to the PTT Pro Client before initiating the login.
    { "oAuthClientID": "googleoidc", "oAuthClientSecret": "<<CHANGETHIS>>", "oAuthBasicHeader": false, "customUserAgentString": "Zebra Android/PTTPro" }