Closed GoogleCodeExporter closed 9 years ago
Hi,
I understand you are calling Login Method by passing return URL as argument
using Forms Authentication mode. However, I'd like to inform tat current logic
is that if FormsAuthentication is used, SocialAuth.NET doesn't alter any
redirection behavior of ASP.NET engine and simply calls
FormsAuthentication.RedirectFromLoginPage()
Which means, if there is a ReturnUrl in querystring, FormsAuthentication engine
will use that otherwise default url as specified in Forms Authentication
defualt URL configuration is used.
However, this is not an issue but it was our initial thought to keep ASP.NET
FormsAuthentication intact. However, this behavior has often been logged as
defect and we are considering need to revisit out design. But at the moment
this is the way it works.
Please let us know if this reply helps you.
thanks,
Deepak
Original comment by daggar...@brickred.com
on 6 Mar 2012 at 8:04
The same problem for me but there is no return Url in requested query string.
What's the reason?
Original comment by cvacanga...@gmail.com
on 10 Apr 2012 at 12:45
Hi,
Since this issue is more of our design choice and not actually a big, we're
closing this issue as of now. Should you still need any help for this, please
feel absolutely free to re-open this issue.
Issue URL: http://code.google.com/p/socialauth-net/issues/detail?id=59
@cvacangaran2k: ReturnUrl should appear automatically when a page is requested
but it needs authentication. You may check the same in our demo app. Clicking
on any link which needs authentication appends ReturnUrl automatically. In
FormsAuthentication mode, we're not doing this. Its being done automatically by
.NET framework.
regards,
Deepak
Original comment by daggar...@brickred.com
on 22 Apr 2012 at 12:15
Original issue reported on code.google.com by
djrichar...@gmail.com
on 2 Feb 2012 at 2:21