Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xperseguers/t3ext-cas_sso
TYPO3 Extension cas_sso
https://github.com/xperseguers/t3ext-cas_sso
Last synced: about 2 months ago
JSON representation
TYPO3 Extension cas_sso
- Host: GitHub
- URL: https://github.com/xperseguers/t3ext-cas_sso
- Owner: xperseguers
- Created: 2018-12-12T11:08:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T12:47:51.000Z (almost 5 years ago)
- Last Synced: 2024-10-27T02:27:53.394Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CAS Logout
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=falseThe specified url must be registered in the service registry of CAS and enabled.