This commit is contained in:
Stephen Russett 2016-08-24 23:40:21 -04:00 committed by GitHub
parent d138b19adb
commit 99f453b25c

View file

@ -3,7 +3,7 @@
What is it?
-----------
This example demonstrates how to use Social Ientity Providers with Keycloak to authenticate users. In this case,
This example demonstrates how to use Social Identity Providers with Keycloak to authenticate users. In this case,
users are authenticated with Twitter using Keycloak Identity Broker capabilities using the oAuth 2 protocol.
From this example, you'll learn how to:
@ -179,4 +179,4 @@ Debug the Application
If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them.
mvn dependency:sources
mvn dependency:resolve -Dclassifier=javadoc
mvn dependency:resolve -Dclassifier=javadoc