Create a Service Account

Create an entry for a service account you want to manage in the Oracle API Platform Cloud Service Management Portal.
To create a service account:
  1. Click Service Accounts Service Accounts in the navigation menu sidebar. If the navigation menu sidebar is hidden, click Show/Hide Navigation Menu Show/Hide Navigation Menu to show it. If the navigation menu is collapsed and you wish to view the text for the navigation items, click Expand Sidebar Expand Sidebar.
  2. From the Service Accounts page, click Create.
  3. In the Service Account Name field, enter the name of the service account. Note that the name of the service account should be unique.
  4. (Optional) In the Description field, enter a brief description of the service account.
  5. From the Account Type list, select either Basic Auth, OAuth 2.0, or WSS Username Token.
  6. If you selected Basic Auth, do the following.
    1. In the Username field, enter the user name.
    2. In the Password field, enter the password.
    3. Click Create.
  7. If you selected OAuth 2.0, do the following.
    1. In the Token Endpoint URL field, enter the URL for the OAuth token provider endpoint where the access token is available.
    2. (Optional) Click Use Gateway Node Proxy if a proxy is required to reach the token endpoint URL.
    3. In the Scope field, enter a scope, such as .READ. Separate multiple scopes with a blank space.
    4. In the Client ID field, enter the client ID.
    5. In the Client Secret field, enter the client secret.
    6. From the Grant Type list, select Client Credentials or Resource Owner Password Credentials. If you select Resource Owner Password Credentials, enter the appropriate username and password.
    7. In the Token Transfer section, click Pass Token via URL or Pass Token via Header.
    8. Click Create.
  8. If you selected WSS Username Token, do the following:
    1. In the Username field, enter the user name.
    2. In the Password field, enter the password.
    3. Click Create.