CAS IdP backend for Authentic2 (obsolete, merged in authentic module)
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Benjamin Dauvergne 05003074b0 Make attributes conformant with CAS 3.0 spec, fix bug in model whitelist, add more tests, add roadmap to README.txt 2014-10-29 00:11:56 +01:00
authentic2_idp_cas Make attributes conformant with CAS 3.0 spec, fix bug in model whitelist, add more tests, add roadmap to README.txt 2014-10-29 00:11:56 +01:00
AUTHORS add copyright notice 2014-03-10 15:39:01 +01:00
COPYING add copyright notice 2014-03-10 15:39:01 +01:00
README.txt Make attributes conformant with CAS 3.0 spec, fix bug in model whitelist, add more tests, add roadmap to README.txt 2014-10-29 00:11:56 +01:00
setup.py setup.py: use get_version 2014-03-13 13:42:10 +01:00

README.txt

CAS IdP for Authentic2

Install
=======

You just have to install the package in your virtualenv and relaunch, it will
be automatically loaded by the plugin framework.

Settings
========

Name                           Description
=================              =========================

A2_IDP_CAS_SERVICES            A sequence of URL prefixes, any URL starting with this
                               prefix is authorized to request a ticket

A2_IDP_CAS_PROVIDER            Class implementating CAS views, default to
                               `authentic2_idp_cas.views.CasProvider`
A2_IDP_CAS_TICKET_EXPIRATION   Ticket lifetime

Roadmap
=======

- implement proxy tickets
- add test for samlValidate
- implement CAS 3.0 new constraints
- implement CAS 3.0 logout
- add service field to CasService model, use domain only to filter them
	easily
- add model to store attribute configuration for a service
- add way to set attribute configuration for a service from settings