webMethods

webMethods

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
Expand all | Collapse all

Retrieving Header Field Authorization Bearer Token in Rest Service with WebMethods

  • 1.  Retrieving Header Field Authorization Bearer Token in Rest Service with WebMethods

    Posted Sat January 23, 2021 03:19 AM

    How can I retrieve bearer token from header field in rest resource/service using webMethods for authentication to verify token?

    Something like this

    image

    Thanks


    #Service-Designer
    #Flow-and-Java-services
    #API-Management
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Retrieving Header Field Authorization Bearer Token in Rest Service with WebMethods

    Posted Sat January 23, 2021 06:18 AM

    After doing some research found out you can you use pub.flow:getTransportInfo to get header values


    #Service-Designer
    #webMethods
    #Integration-Server-and-ESB
    #API-Management
    #Flow-and-Java-services


  • 3.  RE: Retrieving Header Field Authorization Bearer Token in Rest Service with WebMethods

    Posted Tue January 26, 2021 05:15 PM

    YES, this would be one ideal service for most of the transport layer info to extract with in flows!!

    HTH,
    RMG


    #API-Management
    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods
    #Service-Designer