Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getIdpSingleLogoutServiceUrl (0.12 seconds)

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

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

                    final SamlUser samlUser = (SamlUser) user.getFessUser();
                    try {
                        final Saml2Settings settings = getSettings();
                        if (settings.getIdpSingleLogoutServiceUrl() == null) {
                            if (logger.isDebugEnabled()) {
                                logger.debug("IdP single logout service URL is not configured, skipping SLO for user: {}", samlUser);
    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