We are using version 3.19.SS3 with Spring Security 3.0.3.

We would like to not block access to the provider site when a user logs out of the consumer site.

Is there a call to invalidate the provider's access token when the user logs out of the consumer application?

Thanks