Creating a Client Application

Configure Password Authentication for the Client Application

Follow these steps to configure password authentication for the client application:

  1. Click the +Auth Client button. The Create Auth-Client screen displays.

  2. In the Name setting, enter a name for the client authentication.

  3. Select the grant type you will be using.

  4. Click Save. A new authenticated client is created.

  5. The authenticated client in the Auth Clients page contains the client secret, and the client id is the primary key of the table. In the example above, Passwrod Grant application has the client id of 3, and then click the Copy Client Secret to Clipboard icon.

That's it. You are now ready to attempt authenticating with the ProcessMaker REST API.

Last updated