1

After verifying/validating with provider, I want to logout from provider application (or invalidate provider application session). Please let me know which openid4java API to use.

Note: InMemoryConsumerAssociationStore.remove( opURL, handle) is not working.

Thanks!

lupchiazoem
  • 8,026
  • 6
  • 36
  • 42
  • possible duplicate of [How to add logout feature to an OpenID enabled site?](http://stackoverflow.com/questions/1968814/how-to-add-logout-feature-to-an-openid-enabled-site) – Steve-o Aug 28 '11 at 05:08
  • Steve: Thanks much for the pointer. I agree with your comment. I did search before posting but with "openid4java" and that's the reason, I guess, I missed out. – lupchiazoem Aug 28 '11 at 05:49
  • All: Any idea what does calling "InMemoryConsumerAssociationStore.remove( opURL, handle)" do? – lupchiazoem Aug 28 '11 at 05:52

1 Answers1

2

There is no logout in OpenID, the logout process is for your local session management.

Steve-o
  • 12,678
  • 2
  • 41
  • 60