lupchiazoem
lupchiazoem

Reputation: 8086

How to logout using openid4java API?

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!

Upvotes: 1

Views: 334

Answers (1)

Steve-o
Steve-o

Reputation: 12866

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

Upvotes: 2

Related Questions