Getting Invalid authorization code Error

Hi, I’m getting Invalid authorization code error sometimes and not sure what this means.

{
  "date": "2022-09-02T12:37:57.824Z",
  "type": "feacft",
  "description": "Invalid authorization code",
  "connection_id": "",
  "client_id": "client_id",
  "client_name": "client_name",
  "ip": "ip",
  "user_agent": "Chrome 105.0.0 / Windows 10.0.0",
  "details": {
    "code": "******************************************I8G"
  },
  "hostname": "hostname.com",
  "user_id": "",
  "user_name": "",
  "auth0_client": {
    "name": "auth0-spa-js",
    "version": "1.22.2"
  },
  "log_id": "log_id",
  "_id": "_id",
  "isMobile": false,
  "id": "id"
}

Hey @chris.lee !

This can be thrown for a few reasons - In my experience the most common case being that a code is used more than once.

Hope this helps!

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.