Currently Spring Boot only creates InMemoryReactiveClientRegistrationRepository in web applications. However, it is quite likely that users will want to leverage this with non web applications (i.e. a CLI tool).
It would be nice if InMemoryReactiveClientRegistrationRepository would be created for non web applications too.