Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for security1 (0.48 sec)

  1. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

     * saml.default.groups=user
     * saml.default.roles=user
     * </pre>
     *
     * <h2>Security Settings (Production)</h2>
     * <p>For production environments, consider enabling these security features:</p>
     * <pre>
     * saml.security.authnrequest_signed=true
     * saml.security.want_messages_signed=true
     * saml.security.want_assertions_signed=true
     * </pre>
     *
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Dec 14 01:18:25 UTC 2025
    - 20.2K bytes
    - Viewed (3)
  2. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

                    logger.debug("jwtClaim={}", jwtClaim);
                    logger.debug("jwtSignature={}", jwtSignature);
                }
    
                // SECURITY WARNING: JWT signature validation is not implemented.
                // This is a critical security vulnerability. The ID token should be validated
                // to ensure it was issued by the expected OpenID Connect provider and has not been tampered with.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Dec 14 01:18:25 UTC 2025
    - 16.5K bytes
    - Viewed (0)
Back to top