Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for parseJwtClaim (0.05 seconds)

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

  1. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

                attributes.put("jwtsignature", jwtSignature);
    
                if (logger.isDebugEnabled()) {
                    logger.debug("attributes={}", attributes);
                }
                parseJwtClaim(jwtClaim, attributes);
    
                return new OpenIdConnectCredential(attributes);
            } catch (final IOException e) {
                if (logger.isDebugEnabled()) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Dec 14 01:18:25 GMT 2025
    - 16.5K bytes
    - Click Count (0)
Back to Top