Closed GoogleCodeExporter closed 9 years ago
I believe you're using Forms authentications. Seems you're missing following in
web.config:
<location path="SocialAuth">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
This allows security to bypass socialauth custom httphandler.
reference:
http://code.google.com/p/socialauth-net/wiki/Integration_Guide#Option_–_3:__Ch
anges_for_using_SocialAuth_.NET_standard_authen
Let us know if it doesn't resolves your issue with more details.
Deepak
Original comment by deepak.a...@3pillarglobal.com
on 29 Jan 2013 at 1:32
Original issue reported on code.google.com by
call2sus...@gmail.com
on 20 Jan 2013 at 8:13Attachments: