Hi community,
When trying to authenticate my app via OAuth2 in GoToConnect, I get:
{ "error": "invalid_client", "error_description": "client not found" }
I have checked client_id and client_secret, but the error persists.
My main questions are:
What is the difference between Account ID, Client ID, and Account Key?
Is scope required? What are the correct values for SCIM/API?
Can I use only Account Key, without Client ID?
Is the endpoint https://authentication.logmeininc.com/oauth/token
always the same?
Is there an alternative flow without client_id or client_secret?
For WebSocket and audio streaming, are there specific permissions or scopes?
I am using Node.js with axios and ws and need to authenticate SCIM API and WebSocket STT/TTS.
Any working examples are greatly appreciated.