Hello,
Perfectly working flows started to throw errors when trying to get the user.
The error is:
{
"statusCode": 400,
"headers": {
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000",
"request-id": "b167a3c9-96fd-475f-b5fe-4af256fa84bd",
"client-request-id": "b167a3c9-96fd-475f-b5fe-4af256fa84bd",
"x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"North Europe\",\"Slice\":\"E\",\"Ring\":\"4\",\"ScaleUnit\":\"004\",\"RoleInstance\":\"DB1PEPF0001C258\"}}",
"x-ms-resource-unit": "1",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "true",
"Cache-Control": "no-cache",
"Date": "Tue, 01 Mar 2022 08:29:31 GMT",
"Content-Type": "application/json",
"Content-Length": "307"
},
"body": {
"error": {
"code": "AuthenticationError",
"message": "Error authenticating with resource",
"innerError": {
"date": "2022-03-01T08:29:32",
"request-id": "b167a3c9-96fd-475f-b5fe-4af256fa84bd",
"client-request-id": "b167a3c9-96fd-475f-b5fe-4af256fa84bd"
}
}
}
}
Can someone please help?