So applications can do:

@Bean 
OidcSessionRegistry sessionRegistry() {
    return new InMemoryOidcSessionRegistry();
}

This is helpful given that both OIDC Login and Logout should use the same reference if it is in-memory.