Hi everyone, our team is implementing an application utilizing the Databricks App (in AzureDatabricks) to deploy a website in workspace A (sea). This web calls an API to the Databricks Dashboards in workspace B (jpe) to get a token to embed the dashboard in our website, following these instructions. It works perfectly locally, but when we test on the website deployed in workspace A, it got the error: {"error_code":403,"message": "Cert validation failed. Both workspace comparison and snp system trusted checks did not pass. [ReqId: cfd61829-172b-4ca8-a43e-0f43ad15c770]"} when the workspace A tries to call the API to get the dashboard embedded token from the workspace B. We all use a Service Principal to generate the OAuth token for every step. We try to investigate the error and assume that it's related to the network problem between the two workspaces, and it's not our expertise. Could you guys please help us to solve this problem? Thank you very much.