Changeset 89
- Timestamp:
- 07/09/07 22:03:54
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AuthKit/branches/0.4/authkit/authenticate/sso/cas.py
r88 r89 31 31 def redirect_url(self, environ): 32 32 kwargs = {'service': construct_url(environ, script_name='', 33 path_info= self.path + '/verify')}33 path_info='/' + self.path + '/verify')} 34 34 35 35 # XXX TODO: Store this for the middleware below, also look for a proxy
