Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LOCALHOST (0.67 sec)

  1. README.md

    ### Browser UI
    
    - Search UI: http://localhost:8080/
    
    ![Search UI](https://fess.codelibs.org/_images/fess_search_result1.png)
    
    - Admin UI: http://localhost:8080/admin/ (default username/password is admin/admin)
    
    ![Admin UI](https://fess.codelibs.org/_images/fess_admin_dashboard.png)
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 00:28:33 UTC 2025
    - 7.8K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

        }
    
        /**
         * Builds a default redirect URL for OpenID Connect based on the environment.
         * Uses the configured base URL or defaults to http://localhost:8080 for compatibility
         * with common OIDC provider configurations.
         *
         * @return the default redirect URL
         */
        protected String buildDefaultRedirectUrl() {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Dec 14 01:18:25 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

     * saml.idp.x509cert=MIIDqjCCApKgAwIBAgIGAYMwfYAwMA0G...
     * </pre>
     *
     * <h2>Service Provider URL Configuration</h2>
     * <p>By default, the SP URLs use {@code http://localhost:8080} as the base URL.
     * For production or when the IdP is configured with a different URL, you should
     * set one of the following:</p>
     *
     * <h3>Option 1: Set base URL (recommended for simplicity)</h3>
     * <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)
Back to top