We just want to integrate Disqus commenting system with our asp.net mvc application that is being tried with Disqus SSO features. The steps are followed as described in below urls:
- http://help.disqus.com/customer/portal/articles/236206-single-sign-on
- http://help.disqus.com/customer/portal/articles/472100-author-specific-moderation
But can not post comment with implemented Disqus SSO.
Following items are used/referred to integrate with Disqus SSO:
- https://github.com/disqus/DISQUS-API-Recipes/blob/master/cs/sso/DisqusSSO.cs
- JS implementation, refer Snap-1
- Controller/Action implementation, refer Snap-2
- How it runs, refer Snap-3
Also referred following sample: https://github.com/Gigya-Inc/disqus-integration-demo
We are missing anything to achieve our goal - "Our application's authenticated users able to comment through Disqus without re-login"?
Or are there any better ways?
Images:
-------------- Snap-1 ------------------------

--------------- Snap-2 -----------------------

--------------------- Snap-3 -----------------

UPDATE - 03 March 2013 After SSO registration, plan 99.0USD, we tried to integrate it again but good luck is still far away! See below image, however, we have not change any code. Just changed the secret and public key based on our new sso enabled account.

