causal / cas-sso
This extension provides SSO support for TYPO3 by delegating the authentication of frontend and/or backend users to a CAS server.
Installs: 370
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >= 5.5.0, <= 7.2.99
- apereo/phpcas: ^1.3
- typo3/cms-core: >= 7.6.0, <= 8.7.99
This package is auto-updated.
Last update: 2024-10-21 22:44:30 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.