Prepare Base64-Encoded Credentials

REST Adapter connections that use OAuth authentication require a Base64-encoded username:password value to request an access token.

Which Credentials Need To Be Encoded

For this project, you need to generate a Base64 encoding of the username and password of the Primavera Unifier integration user that will be used by the Unifier Connection.

Where Will the Encoded Credentials Be Used

You will use the encoded username and password value in the access token request of the delivered Unifier Connection, as documented in this section:

In the example access token request, you will replace the variable <Base64-encoded-username-and-password> with the encoded username and password value.

How To Generate Base64-Encoded Credentials

  1. Go to https://www.base64encode.org/.
  2. Enter the user name and password in the following format:

    username:password

  3. Click Encode.

Note:

Base64 is not encryption, it is only an encoding. For production credentials, avoid entering usernames/passwords into public online tools. If you must use an online encoder, use it only for non-production accounts. For production credentials, you should generate the value locally using your organization's approved method.