I think that SSO connection through API may be broken.
Here is what happens.
When I log in with site user Disqus comments does not recognize any the user and asks to provide some identification. When I click on SSO button with a user logged on the authentication window pops-up and closes back again but no after page reload there are no user credentials passed to the server.
I checked API calls statistics on Disqus side and it does not register any calls from website.
I am using Pantheon for developing this site so maybe there are some issues because of subdomain provided for developmental purposes?
It would be very nice if a working example of Disqus SSO on Drupal would be provided or better yet an up to date screen cast including SSO setup.

Comments

Sol Roth’s picture

I am also looking for this and can help / contribute code or help with testing if necessary.

No Sssweat’s picture

I had the same problem, until I realized I was making an error.

Make sure you copy and paste the private and public keys where they belong correctly into the Drupal Module. Discuss lists them on their website in opposite order, so make sure you put them where they belong correctly.

Example: in the drupal advanced tab it says
Public
Private

on Discuss website says
Private
Public

Not sure if you made this error too, but just throwing it out there.