I have a working app on my local machine that authorizes fine using both SQl and raven auth plugin.
when I try to test auth on the azure app by going to /auth/twitter I just end up in an authentication loop.
this is the exact same code (except for the callback and redirect url is pointed to the azure app)
Should this work o Azure? Is there any way of knowing why the redirect ends up in a loop? Is there any debugging output on twitter?