Still the same issue.
Reminder, I am the global admin, and have also tried this with the specific role for this account made to Power Platform Admin (or whatever it is). The Authentication Type is "First party" because it says that "Third party" is depreciated. This is running in Microsoft's Edge DEV browser, but that shouldn't make a blind bit of difference for a web based app and how that app is communicating with its own service.
Trying It Later
I've given it a week since your response, I attempted this with a brand new flow, which gave the following in the headers of the error run:
{
"Pragma": "no-cache",
"x-ms-request-id": "[obfuscated]",
"x-ms-correlation-request-id": "[obfuscated]",
"x-ms-flow-mobile-ios-version": "1.3.0",
"x-ms-flow-routing-request-id": "[obfuscated]",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"Cache-Control": "no-cache",
"Date": "Mon, 27 Jul 2020 15:34:40 GMT",
"WWW-Authenticate": "Bearer authorization_uri=\"https://login.windows.net/\", error=\"invalid_token\", error_description=\"Could not find identity for access token.\"",
"Content-Length": "102",
"Content-Type": "application/json",
"Expires": "-1"
}
Then I tried my original one, which gave these header errors:
{
"Pragma": "no-cache",
"x-ms-request-id": "[obfuscate]",
"x-ms-correlation-request-id": "[obfuscate]",
"x-ms-flow-mobile-ios-version": "1.3.0",
"x-ms-flow-routing-request-id": "[obfuscate]",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"Cache-Control": "no-cache",
"Date": "Mon, 27 Jul 2020 15:34:57 GMT",
"WWW-Authenticate": "Bearer authorization_uri=\"https://login.windows.net/\", error=\"invalid_token\", error_description=\"Could not find identity for access token.\"",
"Content-Length": "102",
"Content-Type": "application/json",
"Expires": "-1"
}
Both of those runs had this in the body:
{
"error": {
"code": "AuthenticationFailed",
"message": "Authentication failed. "
}
}
Trying Another Account
When I try this with another account, not connected to this company, in another browser, on a US instance, I only get:
{
"error": {
"code": "AuthenticationFailed",
"message": "Authentication failed. "
}
}
No header response.
Trying a Final Account
This time I tried a normal hotmail flow account and since it isn't attached to a tenant, it doesn't have access to the functionality. So it was a non-starter.
Conclusion
It doesn't work.
@abm wrote:
Hi @eliotcole
Sometimes these errors are temporary and it should resolve within few minutes. I have tried this and it is working as expected.
Try the following options:
1. Try using a different browser
2. Try Private window
3. Try to create another flow
4. Try to create another new connection
If none of the above works please raise a ticket with Microsoft support.
Yes this is not a premium feature. The action itself is called List My environments. This action returns only the environments where users have permission.
Thanks