moresandeep commented on code in PR #924:
URL: https://github.com/apache/knox/pull/924#discussion_r1672037317
##########
gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/filter/JWTFederationFilter.java:
##########
@@ -110,7 +114,7 @@ public void init( FilterConfig filterConfig ) throws
ServletException {
// JWKSUrl
String oidcjwksurl = filterConfig.getInitParameter(JWKS_URL);
Review Comment:
Yeah, I thought about that but we have other provisioning tools that are
using this config. So depreciating it would mean changing a lot of supporting
code. But, I would introduce `knox.token.jwks.urls` property as well.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]