diff --git a/docbook/reference/en/en-US/master.xml b/docbook/reference/en/en-US/master.xml index f2c39208f5..f3f6f40627 100755 --- a/docbook/reference/en/en-US/master.xml +++ b/docbook/reference/en/en-US/master.xml @@ -64,7 +64,9 @@ Social - Social login description + Keycloak makes it easy to let users log in to your application using an existing account with a social network. + Currently Facebook, Google and Twitter is supported with more planned for the future. There's also a Social + Provider SPI that makes it relatively simple to add additional social networks. &SocialConfig; &SocialFacebook; diff --git a/docbook/reference/en/en-US/modules/email.xml b/docbook/reference/en/en-US/modules/email.xml index 692952ab0e..91f273b254 100644 --- a/docbook/reference/en/en-US/modules/email.xml +++ b/docbook/reference/en/en-US/modules/email.xml @@ -6,8 +6,8 @@ - To configure your SMTP server, open the Keycloak Admin Console, select your realm from the drop-down box in the - top-menu, then click on Email in the sub-menu. + To configure your SMTP server, open the Keycloak Admin Console, select your realm from the drop-down box in the top left corner. + Then click on Email in the menu at the top. diff --git a/docbook/reference/en/en-US/modules/social-config.xml b/docbook/reference/en/en-US/modules/social-config.xml index 3de13281dc..159e7c9125 100644 --- a/docbook/reference/en/en-US/modules/social-config.xml +++ b/docbook/reference/en/en-US/modules/social-config.xml @@ -1,9 +1,25 @@
Social Login Config - Social login config description + To enable log in with a social network you need to enable social login for your realm and configure one or more + social providers. +
+ Enable social login + + To configure your SMTP server, 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. + + + To enable a social provider select the provider you want from the drop-down and click on + Add Provider. Then continue to the section below that provides specific instructions for + the provider you are adding. + +
+
Social Callback URL