Running into this error in one of my flows: 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): '8/5/2024 5:47:53 PM'.
"status": 400,
"source": "https://power-te-westus.azurewebsites.net:443/tokens/msmanaged-na/sharepointonline/b33dfdc7b4d944759b858358f349e756/exchange",
"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): '8/5/2024 5:47:53 PM'.\r\n"
Any recommendations on how to fix?