Given that the call returns back to grafana, after I authenticate with Auth0, I assume it is. It looks like this ROOT_URL/login/generic_oauth, where ROOT_URL the full URL as set in the server section of the settings (eg.: ROOT_URL=https://example.com/ and in Auth0 callback_url: https://example.com/login/generic_oauth).
Could the error missing access_token parameter be a pointer for something particular?
But seems to me that it is auth0 that returns a response with 400 Bad Request\nResponse: {“error”:“invalid_request”,“error_description”:“missing access_token parameter”}”