typo fix
This commit is contained in:
parent
d138b19adb
commit
99f453b25c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue