I'm trying to port some code I wrote several years ago in mod_python
to mod_wsgi and am not having any luck finding examples/documentation
on how one would do cookie/session-based authentication with mod_wsgi
- everything I've found wants to talk about basic or digest auth.

What I'd done in mod_python was to define an authenhandler that
integrated with our SSO server.  Additionally, I defined an
authzhandler that validated access to requests based on rules defined
in our app's database.  This thread (http://groups.google.com/group/
modwsgi/browse_thread/thread/42e2d356d4eac415/7e0dbd853c64bfe9) seems
to come the closest to talking about what I want to do but, again,
it's using Basic auth.  =/

This page (http://plonexp.leocorn.com/xp/leocornus.django.ploneproxy/
xps8) seems to say I can't do what I want to do.

Any pointers?

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

Reply via email to