Oracle Primavera P6 EPPM REST Connection This connection uses the standard REST Adapter to make API requests. In the Connections section, click Actions on the connection, then select Edit. In the Properties section, do the following. In the Connection type field, select REST API Base URL. In the Connection URL field, enter the URL of your Primavera P6 EPPM REST API instance. For example: https://<SERVER_URL>/p6ws/restapi/ Where: <SERVER_URL> is the base URL of your Primavera P6 EPPM instance (for example, p6.oraclecloud.com). In the Security section, do the following: In the Security policy field, select OAuth Custom Two Legged Flow. In the Access Token Request field, enter the access token request in the following format:-X POST 'https://<SERVER_URL>/p6ws/oauth/token' \ -H 'authToken:<Base64-encoded-username-and-password>' \ -H "token_exp: 3600" \ -H 'return_json: true' \ -H 'Content-Length: 0'Where: <SERVER_URL> is the base URL of your Primavera P6 EPPM instance (for example, p6.oraclecloud.com). <Base64-encoded-username-and-password> is your encoded user name and password value. See Prepare Base64-Encoded Credentials. Click Test to ensure that your connection is successfully configured.A message confirms if your test is successful. Click Save. If prompted, click Save again. To return to the project workspace, click Go back .