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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Force the client to provide authorization

    Posted 08/08/12 10:53 PM

    I’ve set my flow service properties permission for “Execute ACL=(Inherited)”. I’ve tested my http client via Developer and was successful. However, I want to protect the flow service by enforcing the http client to provide user credentials. What am I missing?


    #webMethods
    #API-Management
    #soa


  • 2.  RE: Force the client to provide authorization

    Posted 08/09/12 06:25 AM

    In case of inherited, if it is called from a parent service, then it will depend upon parent service execute ACL. If you want to enforce user credential, you could create an user defined ACL and set the flow service Execute ACL with the same.


    #webMethods
    #soa
    #API-Management


  • 3.  RE: Force the client to provide authorization

    Posted 08/09/12 03:07 PM

    Actually, the reason why it work was because I was using the http client from within wM. If I try to POST it from the browser, it did prompted for credentials. So, I think leaving the ACL as (Inherited) is okay.


    #API-Management
    #soa
    #webMethods


  • 4.  RE: Force the client to provide authorization

    Posted 08/09/12 08:43 PM

    If you set the service ACL to Anonymous then the POST browser wouldn’t prompt the credentials.But Anonymous is all at your risk or go with https/certs authentication based:

    HTH,
    RMG


    #API-Management
    #webMethods
    #soa