Note that there are some explanatory texts on larger screens.

plurals
  1. PODisqus Integration with ASP.NET MVC
    text
    copied!<p>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:</p> <ol> <li><a href="http://help.disqus.com/customer/portal/articles/236206-single-sign-on" rel="nofollow noreferrer">http://help.disqus.com/customer/portal/articles/236206-single-sign-on</a></li> <li><a href="http://help.disqus.com/customer/portal/articles/472100-author-specific-moderation" rel="nofollow noreferrer">http://help.disqus.com/customer/portal/articles/472100-author-specific-moderation</a></li> </ol> <p>But can not post comment with implemented Disqus SSO.</p> <p>Following items are used/referred to integrate with Disqus SSO:</p> <ol> <li><a href="https://github.com/disqus/DISQUS-API-Recipes/blob/master/cs/sso/DisqusSSO.cs" rel="nofollow noreferrer">https://github.com/disqus/DISQUS-API-Recipes/blob/master/cs/sso/DisqusSSO.cs</a></li> <li>JS implementation, refer Snap-1</li> <li>Controller/Action implementation, refer Snap-2</li> <li>How it runs, refer Snap-3</li> </ol> <p>Also referred following sample: <a href="https://github.com/Gigya-Inc/disqus-integration-demo" rel="nofollow noreferrer">https://github.com/Gigya-Inc/disqus-integration-demo</a></p> <p>We are missing anything to achieve our goal - "Our application's authenticated users able to comment through Disqus without re-login"?</p> <p>Or are there any better ways?</p> <p>Images:</p> <p>-------------- Snap-1 ------------------------ <img src="https://i.stack.imgur.com/tNlW8.png" alt="enter image description here"></p> <p>--------------- Snap-2 ----------------------- <img src="https://i.stack.imgur.com/gHJEc.png" alt="enter image description here"></p> <p>--------------------- Snap-3 ----------------- <img src="https://i.stack.imgur.com/TKMQz.png" alt="enter image description here"></p> <p><strong>UPDATE - 03 March 2013</strong> 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.</p> <p><img src="https://i.stack.imgur.com/aE24x.png" alt="enter image description here"> <img src="https://i.stack.imgur.com/Gr22K.png" alt="enter image description here"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload