Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ISS (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            assertEquals(true, mixed.get(2));
            assertNull(mixed.get(3));
        }
    
        @Test
        public void test_parseJwtClaim_standardOidcClaims() throws IOException {
            final String jwtClaim = "{" + "\"iss\":\"https://issuer.example.com\"," + "\"sub\":\"******@****.***\","
                    + "\"aud\":\"client-123\"," + "\"exp\":1700000000," + "\"iat\":1699999900," + "\"nonce\":\"abc123\","
    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