The following seems to work:

        app = middleware(
            app,
            app_conf=app_conf,
            setup_method='cas',
            cas_authority = 'https://cashost:8443/cas/',
            cas_protect='/login'              # paths starting with /
login are protected
        )

or equivalently in development.ini:

authkit.setup.method = cas
authkit.cas.authority = https://cashost:8443/cas/
authkit.cas.protect = /login

Also, it looks like this can be combined with session cookies.

Bob

On Dec 14, 12:42 pm, drach <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Does anyone know how to configure AuthKit 0.4 to use CAS
> authentication? Does it even work?
>
> Thanks,
>
> Bob D.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to