Skip to main content
Skip table of contents

OAuth Token End Point

To add an OAuth Token End Point project, click the OAuth Token End Point option under Add API Project.


Figure 1: Navigating to create a project using OAuth Token

Enter the details in New OAuth Token End Point dialog box and click Finish to create the OAuth Token End Point.


Figure 2: New OAuth Token End Point dialog box to provide OAuth details

PropertyDescription
Display NameProvide a name to act as Project ID to identify the project.
VersionRevision number of the project, for example, 1.0 for a project being newly added and 1.1 or 2.0 for the next revision.
Proxy Context Path

This is a text used to combine with the version number to act as an identifier to map with a particular deployed project. The proxy resolves context path mappings prior to applying any matching policies (explained in subsequent topics).

  • Proxy Context Path combined with version number must be unique for every project.
  • Different versions of the same project (same project name with different version number) can have the same Context Path.
Method

HTTP method used by the Backend Service to send requests by using the following methods:

  • GET: Requests data from a specified resource
  • POST: Submits data to be processed to a specified resource
  • PUT: Uploads a representation of the specified URI
  • DELETE: Deletes the specified resource
  • PROXY: The same method that the client uses to invoke the proxy server will be used to invoke the target server.


Figure 3: HTTP methods used by the Backend Service

Access Token Expiry TimeDuration of time till the Access Token is valid. After this time limit, the token will not work.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.