roryqi commented on code in PR #10503:
URL: https://github.com/apache/gravitino/pull/10503#discussion_r2973308057
##########
server-common/src/test/java/org/apache/gravitino/server/authentication/TestStaticSignKeyValidator.java:
##########
@@ -485,4 +485,36 @@ public void testPrincipalFieldsWithMapper() {
assertNotNull(principal);
assertEquals("john.doe", principal.getName()); // Mapper extracted local
part
}
+
+ @Test
+ public void testValidateTokenWithGroups() {
Review Comment:
Could u use the json data as the test case? Is it a keycloak Json or Azure
Json? Could u use real world data to test it? You can filter the sensitive
data. For example, user name, email, xxx, and son.
--
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]