causal/cas-sso

This extension provides SSO support for TYPO3 by delegating the authentication of frontend and/or backend users to a CAS server.

Package info

github.com/xperseguers/t3ext-cas_sso

Type:typo3-cms-extension

pkg:composer/causal/cas-sso

Statistics

Installs: 370

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master / 3.3.x-dev 2020-02-21 12:47 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later 9432d7b95b686eef40736c51830793d5051fba67

AuthenticationTYPO3 CMSPHP CAS

This package is auto-updated.

Last update: 2026-06-22 02:14:50 UTC


README

Per the CAS Protocol, the /logout endpoint is responsible for destroying the current SSO session. Upon logout, it may also be desirable to redirect back to a service. This is controlled via specifying the redirect link via the service parameter.

The redirect behavior is turned off by default, and is activated via the following setting in cas.properties:

# Specify whether CAS should redirect to the specified service parameter on /logout requests
# cas.logout.followServiceRedirects=false

The specified url must be registered in the service registry of CAS and enabled.