I’m playing around with the Rest API and trying to connect 3rd-party app using OAuth2 to Rest API, but couldn’t find any specific documentation for authentication - how to get client id/secret, endpoints, etc.
Also, is it possible to use OAuth2 without setting up tunnel service?
There is information about Local Token Service, but that requires to copy long token, which is not really feasible for mobile apps.