Hi,
I have a flow designed to get work items from Azure devops, the account I use is Project Administrator on the Organization where the project is, but the account is on a different Azure tenent of the Azure Devops Organization.
I can't see the organization I want in the suggestion, so i wrote manually the name of the organization.
By the way the option of OAuth connexion by third party is enabled
So two questions,
why can't i see the organization even though i can connect to this organization via azure devops website ?
why is there an error of permission (response body below) even though i can connect to this organization via azure devops website ?
Flow :

Response body :
{
"status": 401,
"message": "TF400813: The user '74cfb3fa-9e06-683e-9a03-1cf83984715a' is not authorized to access this resource.\r\nAzure DevOps ActivityId: 70ec03cb-6f3a-4847-bcfc-3d69dac380b6\r\nDetails: {\"$id\":\"1\",\"innerException\":null,\"message\":\"TF400813: The user '74cfb3fa-9e06-683e-9a03-1cf83984715a' is not authorized to access this resource.\",\"typeName\":\"Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException, Microsoft.TeamFoundation.Framework.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\",\"typeKey\":\"UnauthorizedRequestException\",\"errorCode\":0,\"eventId\":3000}\r\nclientRequestId: de03eac7-2cf2-4de9-9a92-7b66939805bd",
"error": {
"message": "TF400813: The user '74cfb3fa-9e06-683e-9a03-1cf83984715a' is not authorized to access this resource.\r\nAzure DevOps ActivityId: 70ec03cb-6f3a-4847-bcfc-3d69dac380b6\r\nDetails: {\"$id\":\"1\",\"innerException\":null,\"message\":\"TF400813: The user '74cfb3fa-9e06-683e-9a03-1cf83984715a' is not authorized to access this resource.\",\"typeName\":\"Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException, Microsoft.TeamFoundation.Framework.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\",\"typeKey\":\"UnauthorizedRequestException\",\"errorCode\":0,\"eventId\":3000}"
},
"source": "vsts-wus.azconn-wus-01.p.azurewebsites.net"
}