Database Error Messages

OCI-52602

Invalid database access token in the end-user security context: string
  • Token_Validation_Error : reason why the database access token is invalid.

Cause

Database access token in the end-user security context provided by the database client is invalid. Possibe reasons :

  1. Token too short
  2. Failed to parse token
  3. Token is expired
  4. Failed to verify token signature
  5. Failed to verify claims
  6. Token does not have appid

Action

Provide valid database access token in the end-user security context sent by the database client.