Skip to content

How to get username when using PKI authentication? #18

Description

@bungder

When using PKI authenication, codes are like this:

AuthClient authClient = new AuthClient("username", "clientId", "privateKey");
String accessToken = authClient.getAccessToken();

In ZoomInfo API doc, I should do these few actions to get the necessary parameters:

  1. Log in to the ZoomInfo GUI using admin credentials with API access.
  2. Go to Admin Portal > API and click Generate New Key. You are provided with a Client ID and a Private Key.
  3. Import a public library that authenticates using this Client ID and Private Key and generates a JWT.

username is not mentioned in the above steps. How can I get this username?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions