From 99f453b25cf06b54c16b0ffe462f8bb3601081a0 Mon Sep 17 00:00:00 2001 From: Stephen Russett Date: Wed, 24 Aug 2016 23:40:21 -0400 Subject: [PATCH 1/2] typo fix --- examples/broker/twitter-authentication/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/broker/twitter-authentication/README.md b/examples/broker/twitter-authentication/README.md index 5e93083bbf..8f33d2b3e2 100644 --- a/examples/broker/twitter-authentication/README.md +++ b/examples/broker/twitter-authentication/README.md @@ -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 \ No newline at end of file + mvn dependency:resolve -Dclassifier=javadoc From cfd61dc359cd713ac01fc2d76e4612df33e43b36 Mon Sep 17 00:00:00 2001 From: Stephen Russett Date: Wed, 24 Aug 2016 23:45:52 -0400 Subject: [PATCH 2/2] typo fix in google example readme --- examples/broker/google-authentication/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/broker/google-authentication/README.md b/examples/broker/google-authentication/README.md index 0825aed632..48ddca70ae 100644 --- a/examples/broker/google-authentication/README.md +++ b/examples/broker/google-authentication/README.md @@ -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 Google using Keycloak Identity Broker capabilities using the oAuth 2 protocol. From this example, you'll learn how to: @@ -180,4 +180,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 \ No newline at end of file + mvn dependency:resolve -Dclassifier=javadoc