For the love of all that is Holy, what is this timebomb that Microsoft has detonated in my Flow?
Error from token exchange: Bad Key authorization token.
Token must be a valid JWT signed with HS256
Failed to validate token: IDX10249: X509SecurityKey validation failed. The associated certificate has expired. ValidTo (UTC): '5/2/2024 11:59:59 PM', Current time (UTC): '5/5/2024 1:52:21 PM'.
Action: Send HTTP request to SharePoint
Method: POST
Body:
{
"__metadata": { "type": "SP.Data.WfAutoPopListItem"},
"StartAutoPop" : "false", (A Yes/No column)
"Status" : "Running", (A Choice column)
"Completed" : "2024-05-05T13:56:47.2540904Z", (A Date/Time column)
"wfErrorLog" : "" (A Single Line of Text column)
}
Results:
{
"status": 400,
"message": "Error from token exchange: Bad Key authorization token. Token must be a valid JWT signed with HS256\r\nFailed to validate token: IDX10249: X509SecurityKey validation failed. The associated certificate has expired. ValidTo (UTC): '5/2/2024 11:59:59 PM', Current time (UTC): '5/5/2024 1:52:21 PM'.\r\n"
}