Bridge agent Settings | Qntrl | Bridge | Online Help | OAuth Configuration

Bridge agent settings

View Bridge agent configuration   

Once the Bridge agent is set up, you will be able to view and modify the allowed Configuration when required.

  1. In Qntrl, navigate to  (settings) >> Advanced >> Bridge >> select Bridge. 
  2. Hover your cursor over the Bridge name, then click on the action menu, , and select Open Agent.
  3. This will direct you to the Bridge Agent login page. Log in with your User name and Password.
  4. Click Settings icon at the top right of the header bar.

  5. Click Configuration from the left pane.
    1. Bridge Configuration displays details such as Org Name, Bridge name, Registration key, Polling Interval, and Installation Directory.
    2. Storage Configuration holds the Storage type.
    3. Version Details displays the Version of Bridge. 
      

Change login password   

To change the login password:
  1. Navigate to  (settings) >> Advanced >> Bridge >> select Bridge.  
  2. Hover your cursor over the Bridge name, then click on the action menu, , and select Open Agent.
  3. This will direct you to the Bridge Agent login page. Log in with your User name and Password.
  4. Click Settings icon at the top-right of the header.
  5. Click Reset Password from the left pane.
  6. Enter your Current Password and New Password.
  7. Click Save to update the login password. 

      


Store credentials in Bridge   

Credentials represent the information required to validate users or entities, grant access to certain functionalities or resources, and ensure the security of data and operations. Their purpose is to authenticate the identity and permissions of users, allowing them to interact with software systems in authorized ways.
 
Bridge has options to store your credentials securely within the Credentials feature for seamless connectivity. However, if you opt to have your credentials saved in your local Bridge instance to facilitate easy access and higher security, Bridge also offers an alternative by allowing storage within the Bridge Agent.
 
To store a Credential within Bridge Agent, follow the below steps:
  1. In Qntrl, navigate to  (settings) >> Advanced >> Bridge >> select Bridge.  
  1. Hover your cursor over the Bridge name, then click on the action menu, , and select Open Agent.   
  1. This will direct you to the Bridge Agent login page. Log in with your User name and Password.
  1. Click Settings icon at the top right of the header bar.
  1. Click Credentials from the left pane.
  1. Click Add Credentials button present at the top right of the page.
  1. Enter the Credential details.
    1. Credential Name: Give a name to the Credential.
    2. Type: Click the dropdown menu and select the suitable Credential type based on the service you wish to connect with and complete the relevant fields associated with the chosen Credential type. For instance, if you intend to perform a task within the AD module, choose Type as 'Active Directory'.
      1. API - Provide API Key
      2. JDBC - Provide User Name and Password
      3. SSH Provide Public Key/Password
      4. PowerShell - Provide User Name and Password
      5. Active Directory - Provide User DN and Password
                  Refer to the below section, Types of Credentials for more insights into the Credential type used.

       

  1. Click Save. The credentials will be stored and ready for use.

      


Types of Credentials       

1. API  

Allows access to APIs for data retrieval, updates, or specific actions. When you choose Type as API, input the following details into the respective fields.
  1.  Append ToSelect Parameter or Header to append the credential
  2. Token: Enter the API token generated in the target service, included in the API request header or parameter.
  3. Header Name: If the Append To field is selected as Header, enter the name of the HTTP header carrying the API token (e.g., Authorization, API-Key, Bearer).
  4. Parameter Name: If the Append To field is selected as Parameter, enter the query parameters or request body parameters containing the API token.

2. JDBC 

Grants access to a database connection by establishing a connection with a database using the provided username and password. Upon selecting JDBC as the credential type, fill in the following field details.

  • Username: Username associated with the database account.

  • Password: Password for the corresponding username to authenticate database access.

3. SSH (Secure Shell) 

Enables secured connections to UNIX and Linux devices by executing commands over SSH protocol. This credential type has two modes of authentication.

 

i. Password Authentication:

This method employs standard password protection. Users provide a password for access.

ii. Key-Based Authentication:

Cryptographic concept of authentication, where two keys, Public Key and Private Key are used. Public Key is designed to be shared openly, and used for encryption and signature verification, while Private Key is kept secret and is used to decrypt data and create digital signatures. The data encrypted with the public key can only be decrypted with its corresponding private key.

Fill in the following fields with the relevant details:
  1. Authentication Mode: Select the Authentication mode Password/Public Key
      Password
  • User Name: Username on the target machine.
  • Password: Password for script execution.
     Public Key   
  • User Name: Username on the target machine.
  • Identity: Location of the Private Key.
  • Passphrase: Password that can be added optionally for an extra layer of security during the key generation.

4. PowerShell 

Used for secure connections with Windows machines by executing Powershell commands. If you've chosen Powershell as the credential type, provide the following details in the designated fields.

  • User Name: Username on the Windows machine.

  • Password: Password associated with the machine for script execution.

5. Active Directory 

Used for authentication and accessing resources within an Active Directory environment. For AD credential types fill in the following details.

  • User DN: Distinguished Name of the Active Directory.

  • Password: Active Directory password.


OAuth Configuration  

This section is used to authorize and establish a connection with the File module, facilitating file management activities. Certain file operations that demand significant resources cannot be efficiently executed over a WebSocket connection, hence requiring the utilization of the HTTPS protocol, which can be verified through OAuth configuration.

 

Pre-requisite


Before proceeding, ensure that you have registered your application with Qntrl and received the Client ID and Client secret to initiate authorization. Refer to Register Your Application section for procedures to register your application.

 

Configuring OAuth for Connection

Follow the below steps to configure OAuth for your connection:

  1. In Qntrl, navigate to  (settings) >> Advanced >> Bridge >> select Bridge.  

  1. Hover your cursor over the Bridge name, then click on the action menu, , and select Open Agent.          

     

  1. This will direct you to the Bridge Agent login page. Log in with your User name and Password.

  1. Once logged into Bridge Agent, click  Settings icon located at the top-right of the header bar.

  1. Select Configure OAuth from the left pane.

  1. If you've registered your application before, enter your Client ID and Client Secret.

    • Client ID: Unique identifier you receive when you register your application with Zoho.

    • Client Secret: Unique key generated when you register your application with Zoho.

    • Authorized redirect URI: URI endpoint for client-based applications to which Zoho Accounts has to redirect the user-agent with the access token after authorizing the client.

      

To register your application and generate a Client ID and Client Secret, select the '+' icon next to Client ID and follow the registration process outlined in Register your Application section, commencing from step 3.

  1. Click Save and Connect.

  1. Upon successful authorization, the connection will be created and the status will be shown as Connected.

      

  1. You have the option to modify or revoke the connection you've created by simply clicking the Edit or Revoke buttons.


Register your Application    

You must register your application through the Zoho API Console, to receive your Client ID and Client Secret. Follow these steps to register your application successfully:
  1. Visit the Zoho API Console by navigating to the official website Zoho API Console and click GET STARTED.

      

  1. Choose the "Server-based Application" client type and click CREATE NOW.

      

  1. Provide the following details:

Client Name: Enter the name of the application you want to register with Zoho.

Homepage URL: Input the URL of your application's web page.

Authorized Redirect URIs: Specify a valid application URL to which Zoho Accounts will redirect you, providing             a grant token (code) upon successful authentication.

  1. Click CREATE.

      

  1. Upon successful registration, you will receive the following credentials:

Client ID: The consumer key generated from the connected app.

Client Secret: The consumer secret generated from the connected app.


      


For more in-depth information about OAuth integration with Zoho, you can  refer to Zoho's OAuth documentation 

 

  • The Client Name should not include any special characters except for "_" and "&."

  • The Redirect URIs must be in the format "https://www.your-domain.com/callback".

  • The Homepage URL in the format "https://www.yourdomain.com"


    Zoho CRM Training Programs

    Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

    Zoho CRM Training
      Redefine the way you work
      with Zoho Workplace

        Zoho DataPrep Personalized Demo

        If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

        Zoho CRM Training

          Create, share, and deliver

          beautiful slides from anywhere.

          Get Started Now


            Zoho Sign now offers specialized one-on-one training for both administrators and developers.

            BOOK A SESSION








                                You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                    Manage your brands on social media

                                      Zoho Desk Resources

                                      • Desk Community Learning Series


                                      • Digest


                                      • Functions


                                      • Meetups


                                      • Kbase


                                      • Resources


                                      • Glossary


                                      • Desk Marketplace


                                      • MVP Corner


                                      • Word of the Day


                                        Zoho Marketing Automation

                                          Zoho Sheet Resources

                                           

                                              Zoho Forms Resources


                                                Secure your business
                                                communication with Zoho Mail


                                                Mail on the move with
                                                Zoho Mail mobile application

                                                  Stay on top of your schedule
                                                  at all times


                                                  Carry your calendar with you
                                                  Anytime, anywhere




                                                        Zoho Sign Resources

                                                          Sign, Paperless!

                                                          Sign and send business documents on the go!

                                                          Get Started Now




                                                                  Zoho TeamInbox Resources



                                                                          Zoho DataPrep Resources



                                                                            Zoho DataPrep Demo

                                                                            Get a personalized demo or POC

                                                                            REGISTER NOW


                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now







                                                                                            You are currently viewing the help articles of Sprints 1.0. If you are a user of 2.0, please refer here.

                                                                                            You are currently viewing the help articles of Sprints 2.0. If you are a user of 1.0, please refer here.



                                                                                                  • Related Articles

                                                                                                  • Install Bridge

                                                                                                    Follow the below step-by-step procedures to configure and use Bridge in Qntrl. Step 1: Download the Bridge agent Only one Bridge agent can be installed per machine. To download a Bridge agent in Qntrl: Navigate to >> Advanced >> Bridge >> select ...
                                                                                                  • Credentials

                                                                                                    The Credential module provides a streamlined solution for storing and managing authentication credentials for databases, remote machines, and application servers. Organizations dealing with multiple databases or APIs often face repetitive credential ...
                                                                                                  • Other actions in Bridge

                                                                                                    View / Edit Bridge properties Once you create a Bridge, you can view and edit its properties. Click the Settings gear icon at the top right of the header bar. Navigate to Advanced >> Bridge >> choose Bridge. In the Bridge list page, choose the ...
                                                                                                  • Use case for Bridge: Connect with remote databases using Bridge

                                                                                                    Most organizations secure their remote databases using firewalls. If you are looking for a way to navigate these firewalls to access remote databases, Bridge can be of help. Let us try to solve a real-time business case where Bridge is used to access ...
                                                                                                  • Overview of Bridge

                                                                                                    What is a Bridge? Bridge is an installable, lightweight independent agent that can be deployed on the customer’s local network. It is compatible both on Windows and Linux machines with 32 and 64-bit OS. Its role is to facilitate communication between ...
                                                                                                    Wherever you are is as good as
                                                                                                    your workplace

                                                                                                      Resources

                                                                                                      Videos

                                                                                                      Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                      eBooks

                                                                                                      Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                      Webinars

                                                                                                      Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                      CRM Tips

                                                                                                      Make the most of Zoho CRM with these useful tips.



                                                                                                        Zoho Show Resources