Disable authorization should prevent sending OAuth requests
Even if the spring.security.disable is set to true, the AuthConfig is initializing beans which send (OAuth) requests to the external systems. This can be prevented by not initializing the Auth beans in the case that the security is disabled