diff --git a/config/schema/simple_fb_connect.schema.yml b/config/schema/simple_fb_connect.schema.yml
new file mode 100644
index 0000000..3e10868
--- /dev/null
+++ b/config/schema/simple_fb_connect.schema.yml
@@ -0,0 +1,24 @@
+simple_fb_connect.settings:
+  type: config_object
+  label: 'Simple Facebook Connect settings'
+  mapping:
+    disabled_roles:
+      type: sequence
+      sequence:
+        type: string
+        label: 'Role'
+    app_id:
+      type: string
+      label: 'Application ID'
+    app_secret:
+      type: string
+      label: 'Application Secret'
+    post_login_path:
+      type: string
+      label: 'Login path after login'
+    redirect_user_form:
+      type: integer
+      label: 'Redirect to user form'
+    disable_admin_login:
+      type: integer
+      label: 'Disable login for administrators'
