Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for oic (0.01 seconds)

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

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        @Size(max = 10)
        public String searchFileProxy;
    
        /** Enable or disable using browser locale for search. */
        @Size(max = 10)
        public String searchUseBrowserLocale;
    
        /** SSO type (none, oic, saml, spnego, entraid). */
        @Size(max = 100)
        public String ssoType;
    
        /** User agent string for crawling operations. */
        @Size(max = 1000)
        public String crawlingUserAgent;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                <la:option value="none">None</la:option>
                                                <la:option value="oic">OpenID Connect</la:option>
                                                <la:option value="saml">SAML</la:option>
                                                <la:option value="spnego">SPNEGO</la:option>
    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)
Back to Top