How to add Proxy Setting in One identity Manager

How to add Proxy Setting in One identity Manager.

We are expected to access SMTP server over internet, however that need to be accessed via Proxy. How can we make proxy configurations at One Identity Manage Level

Parents
  • Select the category Base Data | General | Web services in the Designer.
    Select Integrate new web service from the task view.
    This start the Web Service Integration Wizard.

    On the start page, click Next..
    Enter the access data and general web service properties on the Integrate new web service page.

    Click Check...
    This tests access to the web service.

    If the test is successful, click Next.
    The generated proxy code is shown on the page, Create proxy code.
    The proxy code contains all web service methods, which are defined in the WSDL file and makes them available to the One Identity Manager script components.

    Select the web service methods you want to use in One Identity Manager on the Select method calls page. A script is generated for each of the selected methods in the next step.
    A script is generated to call the selected method on the Generate web service call page. Enter all the required parameter and properties for this.
    Click to specify the type of method call.

    You will see the generated script in the script code view. You can use extended edit mode to edit the script.

    TIP: The script call the function VID_GetWcfWebService, which in turn, uses the functions GetWcfBinding and GetWcfEndpointAddress. These three functions can be overwritten.
    To end the Web Service Integration Wizard, click Finish.
    Save the changes.
    Compile the database.

    Regards,

    Rachel Gomez

  • Thanks for update. we wanted to use the Proxy for smtp configurations, can you provide steps for that also.

    The smtp is over internet and can only be accessed via proxy server in a specified port.

Reply Children
No Data