Skip to main content
Version: 4

Creating an OAuth Client

To authenticate to the third-party application, you need to have an OAuth Client created in Adeptia Connect.

This section discusses how you can create an OAuth Client.

Creating an OAuth Client​

Follow the steps given below to create an OAuth Client.

  1. Click Configure > APP CONNECTORS > OAuth Clients.

  2. On the Create OAuth Client screen, enter or select the values for the fields described in the following table.
    Displaying image.png

    Field
    Description
    NameProvide a short name for this OAuth Client.
    DescriptionProvide a short description for the OAuth Client.
    Select App ConnectorSelect the App Connector.
    Client Identifier

    Enter the client identifier provided by the respective third-party application when you register Adeptia Connect with it.


    To dynamically fetch the Client Identifier from a Git repository at runtime using a variable, select the Use Config checkbox next to this field.

    Client SecretEnter the client secret provided by the respective third-party application when you register Adeptia Connect with it.
    Scope 

    Enter the scope of the access request. The access token issued to the application will be limited to the scopes granted.


    To dynamically fetch the Scope from a Git repository at runtime using a variable, select the Use Config checkbox next to this field.

    Select ProjectSelect a Project.
  3. Click Save.

    InformationYou can also create the OAuth Client while creating the Account for the Connector. On the Create New Account screen, expand the Advanced properties section, and then click  next to Select OAuth Client.