IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Web service authentication

    Posted Thu August 18, 2016 10:50 AM

    Hi there,

    We are trying to implement authentication for a web service provided by us. We created an ACL on IS level, added a goup in it and some users. The question is what settings do we need so that when someone calls our web service to authenticate the user based on the ACL which we have created. (if the user is in the group from the ACL then the call should be succesfull, otherwise the user should get something like 'You are not authorized to call this web service')
    

    Thank you in advance.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 2.  RE: Web service authentication

    Posted Thu August 18, 2016 12:34 PM

    Hi Bogdan,

    go to the WSD node of your WebService and open the permissions property in the Properties panel,

    Choose your ACL as “Execute ACL” and save the node.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Web service authentication

    Posted Thu August 18, 2016 04:45 PM

    Addendum: If you do not see your ACL name in the Execute ACL list, you may have to refresh the particular WSD or reload a package.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 4.  RE: Web service authentication

    Posted Mon August 22, 2016 09:01 PM

    I am working on a REST service, which need basic authentication user/password. After changed ACL permissions on package, directory, or service level in the Execute ACL, the service still can be reached and get correct response without being asked for user/password or any error. We need to resolve this asap.

    Thanks,


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration