From the provided samples I got this URL that is supposed to provide an authorization code to the provide callBack URL
https://CONNECTIONSHOSTNAME/oauth2/endpoint/connectionsProvider/authorize?response_type=code&client_id=SocialDMS&callback_uri=http%3A%2F%2F_DEVELOPMENTHOSTNAME_%3A_DEVELOPMENTPORT_%2F_DEVELOPMENTServletPath_
The socialdms is registered as an application, but nothing happens. The callback_uri is accessible from the connections machine.
What logging can I switch on on the Connections Server to troubleshoot this ?
Should the callback_uri be SSL enabled ?