Authentication

Note:

Ensure that you have the appropriate log-in credentials for using Oracle Developer Cloud Service projects, as described in About Oracle Developer Cloud Service Roles and Users.

You access the Oracle Developer Cloud Service REST resources over HTTPS and must provide the following information for authentication:
  • An SSL certificate authority (CA) certificate file or bundle to authenticate against the Verisign CA certificate.

  • User name and password for your Oracle Developer Cloud Service account.

For example, to authenticate using cURL:

  • Set the cURL environment variable, CURL_CA_BUNDLE, to the location of your local CA certificate bundle. For information about CA certificate verification using cURL, see: http://curl.haxx.se/docs/sslcerts.html.

  • Pass the user name and password for your Oracle Developer Cloud Service account (for example, joe@example.com and myPassword ) using the -u cURL option.

The following provides an example cURL command:
curl -i 
-X GET 
-u 'joe@example.com:myPassword' 
https://developer.us.oraclecloud.com/dev-org/rest/dev-org_ap-epic_36986/issues/v2/issues/1