Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_parseJwtClaim (0.12 sec)

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

    import org.codelibs.fess.unit.UnitFessTestCase;
    import org.codelibs.fess.util.DocumentUtil;
    
    public class OpenIdConnectAuthenticatorTest extends UnitFessTestCase {
        public void test_parseJwtClaim() throws IOException {
            // Setup
            OpenIdConnectAuthenticator authenticator = new OpenIdConnectAuthenticator();
            final Map<String, Object> attributes = new HashMap<>();
            String jwtClaim =
    Registered: Mon Oct 28 08:04:08 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top