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.  Does webMethods IS support hmac token in Auth header?

    Posted 11/25/20 04:33 AM

    Hi All,

    In one of our implementations, client is sending Authorization header containing a hmac token. I think there is no way to skip the Authorization header validation and do a custom implementation for validation.

    the client won’t change the API spec, Is there a possible solution to handle the scenario ?

    Regards,
    Sivateja.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Does webMethods IS support hmac token in Auth header?

    Posted 11/25/20 05:55 AM

    Hi Sivateja,
    Integration Server currently doesn’t support HMAC based authentication. One possible solution could be custom JAAS login module to do the hmac token validation.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Does webMethods IS support hmac token in Auth header?

    Posted 11/25/20 06:00 AM

    Hi Jaideep,

    Thank you for responding…!! do you have any documentation around the JAAS login module, how to implement ?


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Does webMethods IS support hmac token in Auth header?

    Posted 12/01/20 10:08 AM

    Hi,
    You can find about implementing Custom JAAS module in the Integration Server Administrator guide. You can try to implement the HMAC authentication, if possible.


    #Integration-Server-and-ESB
    #webMethods