nxverma commented on a change in pull request #216: KNOX-2149 -
JWTTokenProvider - JWT verification with OIDC provider by invoking JWKS
verification url
URL: https://github.com/apache/knox/pull/216#discussion_r359111755
##########
File path:
gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/filter/JWTFederationFilter.java
##########
@@ -80,6 +92,10 @@ public void doFilter(ServletRequest request,
ServletResponse response, FilterCha
// what follows the bearer designator should be the JWT token being used
to request or as an access token
wireToken = header.substring(BEARER.length());
}
+ else if((((HttpServletRequest) request).getHeader(HEADER_TOKEN_NAME))!=
null) {
Review comment:
okay , Let me remove as part of this Pull request . for Hive I will work
different PR .
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services