Hi there, I have followed the steps to configure my Microsoft credentials and the initial OAuth step was triggered properly. However, when I’m sent back to the redirect URL, I am presented with an error:
{"code":0,"message":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed."}
This is the callback URL with parameters:
https://<my-hosted-domain>/rest/oauth2-credential/callback?code=somecode&state=somestate%3d%3d
Does anyone know what is wrong?