• Creating a Custom API That Calls Another API Based on Response Code & .NET/C# Documentation


    Hello everyone,
    I'm currently working on a customization project in One Identity Manager and would like some guidance on the following:
    I'm trying to create a custom API endpoint that will:
    Call an external API.
    Based on the response code (e.g., 200…

  • Download a file in Web Portal from FTP server

    Hi everyone,

    I need to download a file from an FTP server via the Web Portal (by clicking a button).
    I'm trying to use Code Snippet node in Web Designer.
    I tried downloading files using a System.Net.WebClient (C#) but the file download doesn't start…