From 77e630473a594a42ca31bb21efb09b1d58e41970 Mon Sep 17 00:00:00 2001 From: Michael Joseph Walsh Date: Tue, 8 May 2012 20:04:51 -0400 Subject: [PATCH] readme tweaks. --- account-chooser/README.md | 5 +++-- openid-connect-client/README.md | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/account-chooser/README.md b/account-chooser/README.md index e5a0c967a..79211e92c 100644 --- a/account-chooser/README.md +++ b/account-chooser/README.md @@ -40,14 +40,15 @@ The keys must match those found in the OpenIdConnectAuthenticationFilter's confi + value="http://sever.example.com:8080/openid-connect-server/oauth/authorize" /> + value="http://sever.example.com:8080/openid-connect-server/oauth/token" /> + … [Issue #39]: http://github.com/jricher/OpenID-Connect-Java-Spring-Server/issues/39 "Issue #39 -- Multiple Point Client" \ No newline at end of file diff --git a/openid-connect-client/README.md b/openid-connect-client/README.md index 1e540f2ae..972d3d152 100644 --- a/openid-connect-client/README.md +++ b/openid-connect-client/README.md @@ -51,9 +51,9 @@ Configure the OpenIDConnectAuthenticationFilter by adding the XML to your applic + value="http://sever.example.com:8080/openid-connect-server/oauth/authorize" /> + value="http://sever.example.com:8080/openid-connect-server/oauth/token" /> + value="http://sever.example.com:8080/openid-connect-server/oauth/authorize" /> + value="http://sever.example.com:8080/openid-connect-server/oauth/token" />