From a03129f70a52ff945669adf47f22ed528a7a96db Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 2 Jul 2012 14:18:25 -0400 Subject: [PATCH] added documentation updates --- README.txt | 2 +- openid-connect-client/README.md | 6 ++++-- openid-connect-client/src/META-INF/MANIFEST.MF | 3 +++ openid-connect-common/src/META-INF/MANIFEST.MF | 3 +++ 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 openid-connect-client/src/META-INF/MANIFEST.MF create mode 100644 openid-connect-common/src/META-INF/MANIFEST.MF diff --git a/README.txt b/README.txt index a239c9800..581c04ae2 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ An OpenID Connect reference implemementation in Java on the Spring platform. -Authors: Justin Richer, Amanda Anganes, Michael Walsh, Michael Jett +Authors: Justin Richer, Amanda Anganes, Michael Walsh, Michael Jett, Steve Moore, Mike Derryberry Copyright 2012, The MTIRE Corporation (http://www.mitre.org/) diff --git a/openid-connect-client/README.md b/openid-connect-client/README.md index d4ec8dfa5..6ff7c2452 100644 --- a/openid-connect-client/README.md +++ b/openid-connect-client/README.md @@ -81,12 +81,14 @@ Configure like so: + value="http://sever.example.com:8080/openid-connect-server/openidconnect/auth" /> + value="http://sever.example.com:8080/openid-connect-server/openidconnect/token" /> + + NOTE: Again, you will need your own implementation of a ***UserDetailsService*** specific to your deployment. See the last section of this document. diff --git a/openid-connect-client/src/META-INF/MANIFEST.MF b/openid-connect-client/src/META-INF/MANIFEST.MF new file mode 100644 index 000000000..5e9495128 --- /dev/null +++ b/openid-connect-client/src/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/openid-connect-common/src/META-INF/MANIFEST.MF b/openid-connect-common/src/META-INF/MANIFEST.MF new file mode 100644 index 000000000..5e9495128 --- /dev/null +++ b/openid-connect-common/src/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: +