質問

I have a simple asp.net mvc 5 site with its own authentication system. Users can sign in either using my site's account or from external such as facebook or google, etc... I want to add a commenting system to allow users feedback on the site's content.

I have tried using Disqus by embedding its universal code script snippet and things seem to work fine. However, the problem is that Disqus requires users to log in again via its own authentication. If users have signed in to my site, I don't want users to do that again just to leave comments. After some searching around I concluded that Disqus was not really what I need and decided not to use it.

Now I am trying to determine whether there's a commenting system that'd be easy to integrate to my site or if I should just implement my own. I don't care too much about nested comments, if it's supported then better but otherwise no big deal.

役に立ちましたか?

解決

There is a solution to your problem, and that is single sign-on which is a disqus feature offered for free.

More info - http://help.disqus.com/customer/portal/articles/684744-getting-started-with-single-sign-on

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top