Skip to main content
Feedback

Overview of JWT Authentication Connector

Release Notes

API Management Release DateRelease TypeRelease Description
May 17, 2022Minor updateSupport custom error message with connector configurations.
May 11, 2020New FeatureSupport match policy to allow additional validation based on JWT claims value.

Description

  • The Connector authenticates request calls coming from the client using third party JWT token. This provides authentication augmentation on top of API key which is used in API Management.

  • Connector enforces existence and validity of a JWT specified in HTTP Authorization header.

  • Connector supports injecting claims value in request to enrich http headers which can be specified in pre_input configuration.

  • Connector provides configurable capability to block/forward http Authorization header to backend/origin server.

  • Supports JSONPath expression to locate claim value for non-standard JWT claims.

  • Support match policy to allow additional validation based on JWT claims value.

  • Supports pre-processing of API request.

  • Supports custom error message with connector configurations.

On this Page