Additional properties not allowed: scopes

Hi @suchislife801

I tried using your suggestion above and then :cry:

{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "Payload validation error: 'Additional properties not allowed: identifier'.",
  "errorCode": "invalid_body"
}

I tried following the example from Auth0 API Documentation.

I only filled in the fields that are in the documentation and even so it returns the error message saying that the fields are invalid.

{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "Payload validation error: 'Additional properties not allowed: scopes,name'.",
  "errorCode": "invalid_body"
}

// When I tried the complete object as documentation

"message": "Payload validation error: 'Additional properties not allowed: scopes,signing_alg,token_lifetime_for_web,allow_offline_access,name'.",

I also looked in the ‘Logs’ and there are no logs being written about this issue… :man_shrugging:

I tried by ‘Postman’ and there are no logs as well.

Seriously, I don’t know why this is happening!

And about the Limitations take a look on this screen.

What do you think about it?