moresandeep commented on code in PR #924: URL: https://github.com/apache/knox/pull/924#discussion_r1672044065
########## gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/filter/JWTFederationFilter.java: ########## @@ -149,6 +153,30 @@ public void init( FilterConfig filterConfig ) throws ServletException { configureExpectedParameters(filterConfig); } + /** + * Helper function to extract URLs from given string + * in the form of https://url:port/contxt/.wellknown, https://url2:port/contxt/.wellknown + * into expectedJWKSUrl URL set. + * @param oidcjwksurl + */ + private Set<URI> getJwksUrlsFromConfig(final String oidcjwksurl) { Review Comment: Ack -- 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: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org