Wayne Douglas - 333 - Jan 8, 2014

I have a working ss service 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?

HI Wayne, if you deploy with Config.DebugMode=true enabled, we will be able to see the request info variables with:
?debug=requestinfo.

Also if you enable the Request Logs feature with:
Plugins.Add(new RequestLogsFeature());

Then we’ll be able to see a log of the requests made at /requestlogs