• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Disqus Implementation on Rails

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using disqus for commenting.

While the user logging into my system, they will be automatically log in to disqus also. For that I have used SSO Login, it is working perfectly as expected.

But the problem is, while the user logging out from my system, the SSO is not allowing the user to log out from disqus. The user has to log out forcefully by clicking disqus logout link on the page.

Please help me how to log out from disqus when the user logging out from my system automatically.

Thanks,
Selva Chezhian
reply
    Bookmark Topic Watch Topic
  • New Topic