1. Support arrow-right
  2. Resolving "No Token Found" in OAuth 2.0 Connections

Resolving "No Token Found" in OAuth 2.0 Connections

When configuring an OAuth 2.0 connection, ItemPath must know exactly which field in the server's JSON response contains the authorization string. If the Token Key field is misconfigured, ItemPath cannot "see" the token, even if the login was technically successful.

Provider-Specific Keys

Different identity providers user different names for their tokens. While some use a generic label, most major providers follow the standard OAuth 2.0 naming convention.

ProviderCommon Token Key
Microsoft Azureaccess_token
Generic / Customtoken or bearer_token

Updating the Token Key

  1. Navigate to ItemPath Settings --> Connections.
  2. Select the connection that is experiencing the "No token found in response" error.
  3. Scroll down to the Token Settings section.
  4. Update the Token Key to the correct value for your provider (ex: access_token).
  5. Save and Test Connection to verify the fix.