Social login docs

This commit is contained in:
Stian Thorgersen 2014-01-20 14:38:11 +00:00
parent fa677055cc
commit ee3506ec98
3 changed files with 22 additions and 4 deletions

View file

@ -64,7 +64,9 @@
<chapter> <chapter>
<title>Social</title> <title>Social</title>
<para> <para>
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.
</para> </para>
&SocialConfig; &SocialConfig;
&SocialFacebook; &SocialFacebook;

View file

@ -6,8 +6,8 @@
</para> </para>
<para> <para>
To configure your SMTP server, open the <literal>Keycloak Admin Console</literal>, select your realm from the drop-down box in the To configure your SMTP server, open the <literal>Keycloak Admin Console</literal>, select your realm from the drop-down box in the top left corner.
top-menu, then click on <literal>Email</literal> in the sub-menu. Then click on <literal>Email</literal> in the menu at the top.
</para> </para>
<para> <para>

View file

@ -1,9 +1,25 @@
<section id="social-config"> <section id="social-config">
<title>Social Login Config</title> <title>Social Login Config</title>
<para> <para>
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.
</para> </para>
<section>
<title>Enable social login</title>
<para>
To configure your SMTP server, open the <literal>Keycloak Admin Console</literal>, select your realm from the
drop-down box in the top left corner. In the <literal>Login Options</literal> section click on
<literal>Social login</literal> to set it to <literal>ON</literal>. Click save settings, then click on
<literal>Social</literal> in the menu at the top.
</para>
<para>
To enable a social provider select the provider you want from the drop-down and click on
<literal>Add Provider</literal>. Then continue to the section below that provides specific instructions for
the provider you are adding.
</para>
</section>
<section id="social-callbackurl"> <section id="social-callbackurl">
<title>Social Callback URL</title> <title>Social Callback URL</title>
<para> <para>