emonarafat / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

socialuth .net #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Not local environment - Login using LinkedIn template
2.after I enter my linkedin username and password I get redirected 
to:[production 
website]/SocialAuth/SocialAuth/validate.sauth?oauth_token=[token#]oauth_verifier
=[code]
3.Page not found

What is the expected output? What do you see instead?
I'm expecting the same output I get when using localhost

What version of the product are you using? On what operating system?
Using IIS7 and Visual Studio 2010 4.0 framework

Please provide any additional information below.
I'm trying to run the socialauth webformdemo on a production server (not local)
Thanks,
Flor

Original issue reported on code.google.com by fjgn...@yahoo.com on 26 Oct 2012 at 5:32

GoogleCodeExporter commented 9 years ago
Are you using a shared hosting? Many hosting providers like GoDaddy do not 
allow usage of custom HttpHandler and HttpModules on shared hosting. The 
problem you've mentioned is very likely due to this. Please confirm from your 
production box support team if they support custom handlers and modules. 

Deepak

Original comment by deepak.a...@3pillarglobal.com on 30 Oct 2012 at 8:39

GoogleCodeExporter commented 9 years ago
Deepak,
Thank you so much for your response. I am not using a shared hosting, we have 
our own servers and domain. I asked our web administrator and yes, we do 
support custom handlers and modules. It is strange because I have no problems 
running the app locally (localhost) this happens only when I move the app to 
our server. It fails at:
[appname]/SocialAuth/validate.sauth
why is it redirecting to the "SocialAuth" folder? The folder does not exist in 
the project.
Flor

Original comment by fjgn...@yahoo.com on 1 Nov 2012 at 8:51

GoogleCodeExporter commented 9 years ago
It is redirecting to SocialAuth folder which is dynamically used for 
functioning of SocialAuth callback haandler. Please ensure you've following 
code in web.config if you're using Forms based authentication.

<location path="SocialAuth">
        <system.web>
            <authorization>
                <allow users="*"/>
            </authorization>
        </system.web>
    </location>

Deepak

Original comment by deepak.a...@3pillarglobal.com on 14 Dec 2012 at 10:14

GoogleCodeExporter commented 9 years ago
Is your issue resolved? Did previous suggestion help you?

Deepak

Original comment by deepak.a...@3pillarglobal.com on 18 Jan 2013 at 9:04

GoogleCodeExporter commented 9 years ago
Closing this issue on account of no-reply. Please re-open it if it wasn't 
resolved.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 30 Jan 2013 at 6:13