Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AuthnRequestParams (0.06 seconds)

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

                }
    
                try {
                    final Auth auth = new Auth(getSettings(), request, response);
                    final AuthnRequestParams authnRequestParams = new AuthnRequestParams(false, false, true);
                    final String loginUrl = auth.login(null, authnRequestParams, true);
                    request.getSession().setAttribute(SAML_STATE, UuidUtil.create());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Jan 02 03:13:33 GMT 2026
    - 20.2K bytes
    - Click Count (3)
Back to Top