Actions
Bug #4858
closedWindows Live does not accept the callback url
Description
Windows Live will not accept callback urls with query strings. The fix is a dummy .php endpoint that'll redirect to the internal Joomla URL of CB Connect. See CBSubs on how this is done with the notify.php usages.
Updated by krileon about 9 years ago
Seams to be a much deeper issue. The inconsistencies in redirect uri restrictions are causing issues. If possible implement a single PHP endpoint that'll redirect to the internal endpoint properly.
Updated by krileon about 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
All callback urls have been normalized.
Actions