Configuring Callback URL for Appications Manager in ServiceDesk Plus

Configuring Callback URL for Appications Manager in ServiceDesk Plus

Description:

      Applications Manager with ServiceDesk Plus (SDP) integration sends a callback URL when creating or updating tickets. When a ticket is closed in ServiceDesk Plus, this callback URL triggers an API that clears the alert associated with the ticket in AppManager.

To allow ServiceDesk Plus to call the API and execute the callback URL, specific configurations are required.

Prerequisite:

The callback URL must be added to the allowed_origins.txt file in ServiceDesk Plus to enable SDP to make API calls to Applications Manager.

File Location:

      <SDP_Home>/conf/allowed_origins.txt

Example:

Callback URL sent from Applications Manager:
      HTTP:
      
      HTTPS:

Entry to be made in the allowed_origins.txt file:

      For HTTP:
            http://localhost:9091

      For HTTPS:
            https://localhost:8444


Notes
Notes:
  1. This Callback URL can be found in the CMDB logs of Applications Manager under "<APM_Home>/logs/cmdb/cmdb0.txt"
    Sample trace: 
    "callback_url : http://localhost:9091/AppManager/xml/clearAlerts?apikey=f1ea3b8285d4eb6055c6a9115db45451&entity=10000240_40801&incrementedIdVal=0"
            Look for the keyword "callback_url" in the log traces.
  1. The security constraint requiring the allowed_origins.txt configuration has been implemented in ServiceDesk Plus starting from version 11205.

By ensuring that the callback URL is properly configured, the API responsible for clearing alerts can be executed correctly when tickets are closed in ServiceDesk Plus.

                  New to ADSelfService Plus?

                    • Related Articles

                    • How to Integrate ServiceDesk Plus Cloud with Applications Manager

                      To integrate ServiceDesk Plus Cloud with Applications Manager, you need to configure and add OAuth Provider first Steps to configure and add OAuth Provider for ServiceDesk Plus Cloud Integration Visit the developer console portal at ...
                    • Troubleshooting URL Monitor

                      Here are few of the common errors you may come across in URL monitor, we have mentioned the steps you can follow to troubleshoot them. General troubleshooting for URL monitor Ensure that the URL is accessible from the server in which Applications ...
                    • How to generate a URL Debug Tool Response for troubleshooting?

                      The URL Debug Tool in Applications Manager helps you analyze and troubleshoot the performance of URLs and their components on webpages. It executes the URL, collects performance data, and provides detailed reports for further analysis. Follow the ...
                    • Configuring SAML authentication for Microsoft AD FS in Applications Manager

                      Follow the steps given below to configure SAML authentication for Azure ADFS in Applications Manager: The first part of this process includes configuring AD FS. If you want to do this manually, start following from Step 4. 1. Open AD FS ...
                    • Configuring Zoho as an OAuth Provider in Applications Manager

                      Zoho's OAuth token is used to access services in Applications Manager like integration with Site24X7, integration with Service desk, access to Zoho Mail APIs etc. As it seems a daunting task to go through all the documentation of the product, here ...