Could it be that the "application/x-www-url-formencoded" should be "application/x-www-form-urlencoded" ?
line 676 in jwt.go :
} else if contentType == "application/x-www-url-formencoded" {
When sending a form using Insomnia the form data is not included in the request sent to OPA