2014-01-17 17:21:44 +00:00
|
|
|
<section id="social-spi">
|
|
|
|
<title>Social Provider SPI</title>
|
|
|
|
<para>
|
2014-02-04 14:46:51 +00:00
|
|
|
Keycloak provides an SPI to make it easy to add additional social providers. This is done by implementing
|
|
|
|
<literal>org.keycloak.social.SocialProvider</literal> in <literal>social/core</literal>
|
|
|
|
and adding a provider configuration file (<literal>META-INF/services/org.keycloak.social.SocialProvider</literal>).
|
2014-01-17 17:21:44 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2014-02-04 14:46:51 +00:00
|
|
|
A good reference for implementing a Social Provider is the Google provider which you can find in <literal>social/google</literal>
|
|
|
|
on GitHub or in the source download.
|
2014-01-17 17:21:44 +00:00
|
|
|
</para>
|
|
|
|
</section>
|