Closed (fixed)
Project:
Zendesk remote authentication
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Oct 2009 at 01:48 UTC
Updated:
11 May 2010 at 03:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
twom commentedHi,
Thanks for asking. Actually I would think that by setting destination=http://yourdomain.zendesk.com, what is set by default in the module, the redirection would work fine.
Actually I did for my implementation some custom redirection using the login destination module by providing a php snippet evaluating the destination parameter and returning the path of the zendesk site when ?destination=support.
Maybe I'll fix the problem by providing an internal destination path that will point to a callback that will redirect the user to the zendesk page. Looks like a good option.
To be continued... Let me know if in meantime you have found a solution that works well for u!
Tom
Comment #2
twom commentedI added the correct redirection by using an internal path that redirects to the zendesk site in the new dev version.
Comment #3
m3avrck commentedThis is actually still broken. See attached patch which fixes the redirect.
Comment #4
m3avrck commentedActually see this patch:
Comment #5
twom commentedpatch committed!