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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

webMethods.io API - Identify & Authorize Application using JWT

  • 1.  webMethods.io API - Identify & Authorize Application using JWT

    Posted Tue June 28, 2022 12:18 PM

    We have a requirement identify client Application using JWT.

    The REST API is created, “Identify & Authorize Application” is configured as follows:

    • Condition: OR

    • Allow anonymous: false

    • Identification Type: JWT
    • Application Lookup Condition: Registered applications

    The REST API is consumed using an Application and below are the Application properties
    • Identifiers: Claims ( {“id”: “0001”})
    • API access key

    {“Exception”: “API Gateway encountered an error. Error Message: Unauthorized application request. Request Details: Service - , Operation - /<operation_name>, User - Default and Application:sys:defaultApplication”}


    #webMethods
    #API-Management
    #API-Gateway


  • 2.  RE: webMethods.io API - Identify & Authorize Application using JWT

    Posted Mon July 04, 2022 12:23 AM

    Hi Ayoub,
    Please check the below article for pre-requisites and steps for configuring JWT. Securing APIs using JSON Web Token in API Gateway

    If you are trying this on on-premise API Gateway you can also check the server logs for any additional information. Hope this helps.

    Regards.


    #API-Gateway
    #API-Management
    #webMethods