Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unlcms/unl_cas
Enables CAS authentication/registration of users with My.UNL credentials.
https://github.com/unlcms/unl_cas
Last synced: about 2 months ago
JSON representation
Enables CAS authentication/registration of users with My.UNL credentials.
- Host: GitHub
- URL: https://github.com/unlcms/unl_cas
- Owner: unlcms
- Created: 2016-08-04T14:48:22.000Z (over 8 years ago)
- Default Branch: 8.x-2.x
- Last Pushed: 2023-06-20T19:09:15.000Z (over 1 year ago)
- Last Synced: 2024-10-09T04:11:31.597Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UNL CAS 2.x
The previous version of unl_cas handled the CAS authentication: https://github.com/unlcms/unl_cas/tree/8.x-1.x/
This version uses the main Drupal community "cas" module for authentication. This module now only makes UI modifications.
Logic for importing users and user data lives in its own module, unl_user.
The redirect behavior executed at '/user/login' can be disabled by setting an environment variable: 'UNLCAS_BYPASS_LOGIN_REDIRECT'.