From 579954f966887ce4f35e8a57e2e79235eee7d5d5 Mon Sep 17 00:00:00 2001 From: Michael Joseph Walsh Date: Mon, 21 May 2012 15:28:55 -0400 Subject: [PATCH] grammar tune up --- openid-connect-client/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openid-connect-client/README.md b/openid-connect-client/README.md index 64b972466..e811f5b8a 100644 --- a/openid-connect-client/README.md +++ b/openid-connect-client/README.md @@ -2,11 +2,11 @@ ## Overview -This is the Client, a Spring Security AuthenticationFilter, to OpenID Connect Java Spring Server described by [OpenID Connect Standard]. +This is the Client, a Spring Security AuthenticationFilter, to the OpenID Connect Java Spring Server following the [OpenID Connect Standard] described protocol. ## Configuration of OIDCAuthenticationFilter -Configure the OIDCAuthenticationFilter by adding the XML to your application context security like so: +Configure the OIDCAuthenticationFilter by adding the XML to your application context security like so making changes where necessary for your deployment: @@ -101,4 +101,4 @@ Again, you will need to implement your own UserDetailsService and configure as t [OpenID Connect Standard]: http://openid.net/specs/openid-connect-standard-1_0.html "OpenID Connect Standard 1.0" [OpenID Connect Standard]: http://openid.net/specs/openid-connect-standard-1_0.html#code_flow "Authorization Code Flow, OpenID Connect Standard" [Issuer Identifier]: http://openid.net/specs/openid-connect-messages-1_0.html#issuer_identifier "Issuer Identifier" -[Issue #39]: http://github.com/jricher/OpenID-Connect-Java-Spring-Server/issues/39 "Issue #39 -- Multiple Point Client" \ No newline at end of file +[Issue #39]: http://github.com/jricher/OpenID-Connect-Java-Spring-Server/issues/39 "Issue #39 -- Multiple Point Client"