- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for email_verified (0.12 seconds)
-
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
public void test_parseJwtClaim_booleanValues() throws IOException { final String jwtClaim = "{\"email_verified\":true,\"active\":false}"; final Map<String, Object> attributes = new HashMap<>(); authenticator.parseJwtClaim(jwtClaim, attributes); assertEquals(true, attributes.get("email_verified")); assertEquals(false, attributes.get("active")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 11K bytes - Click Count (0)