Revision 82a66e96
Added by Serghei Mihai over 9 years ago
ckanext/ozwillo_pyoidc/plugin.py | ||
---|---|---|
192 | 192 |
logout_url += 'post_logout_redirect_uri=%s' % redirect_uri |
193 | 193 |
for cookie in request.cookies: |
194 | 194 |
response.delete_cookie(cookie) |
195 |
redirect_to(logout_url)
|
|
195 |
redirect_to(str(logout_url))
|
|
196 | 196 |
redirect_to(org_url) |
Also available in: Unified diff
ozwillo logout url casted to string