lmccay commented on code in PR #1154:
URL: https://github.com/apache/knox/pull/1154#discussion_r2841815486
##########
gateway-provider-security-jwt/src/test/java/org/apache/knox/gateway/provider/federation/ClientIdAndClientSecretFederationFilterTest.java:
##########
@@ -76,6 +78,28 @@ public void testGetWireTokenUsingClientCredentialsFlow()
throws Exception {
assertEquals(passcode, wireToken.getRight());
}
+ @Test
+ public void testGetWireTokenUsingClientCredentialsBasicAuth() throws
Exception {
Review Comment:
Since, I decoupled the two PRs, there aren't multiple tests here anymore.
Let's follow up with this in a separate one. What do you think, @smolnar82 ?
--
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]