Hello,
I’m trying to get a token using authentication API /oauth/token endpoint. I am unable to get one even with using provided examples (with Postman) as well as using Authentication API Debugger Extensions Machine to Machine OAuth2 Client Credentials button. I get following response:
{ "error": "server_error", "error_description": "Script generated an unhandled asynchronous exception." }
In Logs I can find more informative error message:
“type”: “feccft”,
“description”: “ExtensibilityImplementationError on credentials-exchange: Script generated an unhandled asynchronous exception.”,
Any idea?