I have a requirement in a SaaS application to disable user registration, so only administrators can register new users.

Users should be able to login with social providers such as Google+ and Facebook. To allow this, each user could link in his profile.

However, when I enable social login, new users are registred automatically to the realm. I don't think that  right, since User Registration is disabled.

:/