Hi, running into issues when switching from dev to...
# support-questions-legacy
r
Hi, running into issues when switching from dev to prod in managed service scenario. Dev: all works correctly. PROD: authentication works but then receive claim validation error in the backend:
Copy code
{
  "message": "invalid claim",
  "claimValidationErrors": [
    {
      "id": "st-ev",
      "reason": {
        "message": "wrong value",
        "expectedValue": true,
        "actualValue": false
      }
    }
  ]
}
Both envs are running v4.6 btw. Could this be a versioning issue between the client and backend?
6 Views