So applications can do: ```java @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.