- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 24 for entraid (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/sso/SsoManagerTest.java
} @Test public void test_getAuthenticator_entraidDirectAccess() { // Register an authenticator with "entraid" name ComponentUtil.register(testAuthenticator, "entraidAuthenticator"); // Use new "entraid" SSO type currentSsoType = "entraid"; ssoManager = new SsoManager() { @Override protected String getSsoType() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
*/ protected SsoAuthenticator getAuthenticator() { String ssoType = getSsoType(); // Backward compatibility: map legacy "aad" (Azure AD) to "entraid" (Entra ID) if ("aad".equals(ssoType)) { ssoType = "entraid"; } final String name = ssoType + "Authenticator"; if (ComponentUtil.hasComponent(name)) { return ComponentUtil.getComponent(name);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setSystemProperty("entraid.client.secret", form.entraidClientSecret); } fessConfig.setSystemProperty("entraid.tenant", form.entraidTenant); fessConfig.setSystemProperty("entraid.authority", form.entraidAuthority); fessConfig.setSystemProperty("entraid.reply.url", form.entraidReplyUrl); fessConfig.setSystemProperty("entraid.state.ttl", form.entraidStateTtl);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
return systemPropMap.get(key); } }; // Test with new entraid.use.ds key set to false systemPropMap.put("entraid.use.ds", "false"); assertFalse(fessConfig.isEntraIdUseDomainServices()); // Test with new entraid.use.ds key set to true systemPropMap.put("entraid.use.ds", "true"); assertTrue(fessConfig.isEntraIdUseDomainServices()); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
/** Configuration key for Entra ID client secret. */ protected static final String ENTRAID_CLIENT_SECRET = "entraid.client.secret"; /** Configuration key for Entra ID client ID. */ protected static final String ENTRAID_CLIENT_ID = "entraid.client.id"; /** Configuration key for Entra ID reply URL. */ protected static final String ENTRAID_REPLY_URL = "entraid.reply.url";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
src/main/resources/fess_sso++.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="entraidAuthenticator" class="org.codelibs.fess.sso.entraid.EntraIdAuthenticator"> </component> <component name="oicAuthenticator" class="org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator"> </component> <component name="samlAuthenticator" class="org.codelibs.fess.sso.saml.SamlAuthenticator">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:33:53 GMT 2025 - 612 bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 83.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.sso.entraid; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicBoolean;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.disabled=Desabilitado labels.pathmap_pt_crawling=Rastreamento labels.pathmap_pt_displaying=Exibindo labels.pathmap_pt_both=Rastreamento/Exibição labels.pathmap_pt_stored=Conversão de URL extraída labels.regular_name=Nome regular labels.duplicate_name=Nome duplicado labels.duplicate_host_configuration=Host duplicado labels.duplicate_host_title_details=Host duplicado
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.disabled=Deshabilitado labels.pathmap_pt_crawling=Rastreo labels.pathmap_pt_displaying=Visualización labels.pathmap_pt_both=Rastreo/Visualización labels.pathmap_pt_stored=Conversión de URL extraída labels.regular_name=Nombre regular labels.duplicate_name=Nombre duplicado labels.duplicate_host_configuration=Host duplicado labels.duplicate_host_title_details=Host duplicado
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0)