Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Coupa scopes take the form of service.object.right. For example, core.accounting.read or core.accounting.write. Navigate to the Scope management page in Coupa to find the list of scopes and their underlying permissions. To view the API permissions associated with each scope, click the Scope link. Learn more about Scopes available in Coupa.

Scope without offline_access :

  • Client Credentials grand type - Gives access token and expiry.

    • New token is possible.

  • Authorization Code grand type - Gives access token and expiry.

    • Manually authorise to request for an new access token.

Scope with offline_access :

  • Authorization code grand type - Gives access token, expiry and refresh token.

Grant Types

Scope without offline_access

Scope with offline_access

Client Credentials grant type

Provides only access token and expiry.

Provides only access token and expiry.

Authorization Code shared secret

Provides only access token and expiry.Provides access token, expiry and refresh token.

Authorization code PKCE

Provides only access token and expiry.Provides access token, expiry and refresh token. 

Locate/Define Information Required to Create your Coupa OAuth2 Account

...