From 77c6b391c412b8818e7308646ab10ff5c947285a Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 30 Apr 2014 11:57:44 +0100 Subject: [PATCH] Document how to enable social only login --- docbook/reference/en/en-US/modules/social-config.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docbook/reference/en/en-US/modules/social-config.xml b/docbook/reference/en/en-US/modules/social-config.xml index 159e7c9125..09d680a0aa 100644 --- a/docbook/reference/en/en-US/modules/social-config.xml +++ b/docbook/reference/en/en-US/modules/social-config.xml @@ -8,7 +8,7 @@
Enable social login - To configure your SMTP server, open the Keycloak Admin Console, select your realm from the + To configure social login, open the Keycloak Admin Console, select your realm from the drop-down box in the top left corner. In the Login Options section click on Social login to set it to ON. Click save settings, then click on Social in the menu at the top. @@ -20,6 +20,16 @@
+
+ Social-only login + + It's possible to configure a realm to only allow social login. To do this open the Keycloak Admin Console, + select your realm from the drop-down box in the top left corner. Click the Credentials tab, and + click on the x next to password in the Required User Credentials. + This will disable login with username and password. + +
+
Social Callback URL