webMethods

 View Only
  • 1.  Anonymous authentication for URL alias

    Posted Thu February 15, 2024 02:03 PM

    Product/components : Integration server

    version: 10.5

    Hi All, In our project we have created one flow service for specific purpose. And we have created URL alias for that particular service to invoke from the browser. When we tried to run the service through URL in browser it asks for authentication ( username/password of integration server).

    Is there any way to invoke that URL without any authentication ? we would like to make it as anonymous, so that everyone having the URL can run the service.

    Appreciate your help.


    #Universal-Messaging-Broker
    #webMethods
    #Managed-File-Transfer
    #Integration-Server-and-ESB


  • 2.  RE: Anonymous authentication for URL alias

    Posted Thu February 15, 2024 02:24 PM

    Hi,

    you will have to set the ListACL and ExecuteACL for this service to “Anonymus” in Designer.

    Please note that this approach is not recommended from a security perspective, just to prevent DOS-Attacks against such services.

    Regards,
    Holger


    #Managed-File-Transfer
    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Anonymous authentication for URL alias

    Posted Fri February 16, 2024 12:56 AM

    You can just follow the response from " [Holger von Thomsen]".
    Regarding security, you can allow through RIPS/Enterprise Gateway so that you don’t need hit direct IS URL. Alternatively, restrict the IPs to access your service internally instead of allowing public access.


    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #Managed-File-Transfer
    #webMethods


  • 4.  RE: Anonymous authentication for URL alias

    Posted Fri February 16, 2024 04:50 PM

    Also, never expose the admin port for any service, especially for a service that doesn’t require authentication.


    #webMethods
    #Managed-File-Transfer
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 5.  RE: Anonymous authentication for URL alias

    Posted Sat February 17, 2024 03:14 PM

    You should check that requirement with at least your security department. In most organizations implementing something like this will get you in real trouble. Depending on your industry and/or geography there may even be legal issues.


    #Managed-File-Transfer
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods