Registering the Connections Mobile Server application

The Connections Mobile app must be registered as a public OAuth client at the OAuth Authorization server. You must perform this registration as part of the setup, if your Authorization server does not come pre-populated with the Connections Mobile client ID. The registration process will vary by OAuth Authorization service, but each service will typically ask for a Client Name, Client ID, Redirect URI and Client type.

Client Name Typically a name you assign and can be anything desired.
Client ID connections_social_mobile
Redirect URI
com.ibm.ibmscp://com.ibm.mobile.connections/token
Client Type Public or Native or Non-Confidential. The terminology may vary, but the client must not require a client secret. If the registration process is creating or requiring a client secret, then the Client Type must not be for a public OAuth client, as public clients cannot secure these secrets.