Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_parseJwtClaim_simpleValues (0.12 seconds)

  1. src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java

            // Standard Base64 with padding
            final byte[] result = authenticator.decodeBase64("dGVzdA==");
            assertEquals("test", new String(result));
        }
    
        @Test
        public void test_parseJwtClaim_simpleValues() throws IOException {
            final String jwtClaim = "{\"sub\":\"user123\",\"name\":\"John Doe\",\"email\":\"******@****.***\"}";
            final Map<String, Object> attributes = new HashMap<>();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 15 12:54:47 GMT 2026
    - 11K bytes
    - Click Count (0)
Back to Top