Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Mazuro (0.72 sec)

  1. src/main/java/org/codelibs/fess/sso/SsoManager.java

         * @return The SSO authenticator instance, or null if not found
         */
        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)) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top