Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SAML_STATE (0.34 sec)

  1. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

         */
        protected static final String SAML_PREFIX = "saml.";
    
        /**
         * The key for the SAML state in the session.
         */
        protected static final String SAML_STATE = "SAML_STATE";
    
        /**
         * The property key for the SAML SP base URL.
         */
        protected static final String SAML_SP_BASE_URL = "saml.sp.base.url";
    
        private Map<String, Object> defaultSettings;
    
    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