Support for Identity Providers

Support for Identity Providers

PTT Pro for iOS
supports OAuth authentication with Identity Providers (IDPs) to provide a more secure authentication experience for iOS devices. Configuration for the iOS devices requires a
Provisioning Manager
token that can be scanned by the device.
Use the OAuth Configuration Parameters to create a token.
OAuth Configuration Parameters
Parameter
Type
Default Value
Configurable in UI
Description
oAuthClientID
String
NA
No
The device ID specified in the
Workcloud Communication PTT Pro Management Portal
oAuthClientSecret
String
NA
No
This parameter allows the user to set the OAuth client secret.
oauth_scope
Sting
NA
No
This parameter allows the user to define the permissions or access scope required during authentication.
The OAuth configuration must be applied before the user logs in. If the configuration is applied after the user logs in, the parameters will not take effect until the next log-in.

JSON

{ "oAuthClientID" : "", "oAuthClientSecret" : "", "oauth_scope" : "" }