- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sendet (0.03 sec)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} return value; } /** * Gets the Entra ID client secret from configuration. * Uses new entraid.client.secret key with fallback to legacy aad.client.secret. * @return The client secret. */ protected String getClientSecret() { String value = ComponentUtil.getFessConfig().getSystemProperty(ENTRAID_CLIENT_SECRET);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
search_engine.heartbeat_interval=10000 # Cipher algorithm used for encryption. app.cipher.algorism=aes # Secret key for encryption (change this value for production). app.cipher.key=___change__me___ # Algorithm for digest calculation. app.digest.algorism=sha256 # Regex pattern for properties to encrypt. app.encrypt.property.pattern=.*password|.*key|.*token|.*secret # Extension names for application customization. app.extension.names=
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0)