Go to file
Amanda Anganes 67edc1c191 Seems to be fixed! Added the "security:" prefix to the first http block in application-context. The compiler should have been catching that there was no matching for http w/o it, but it was just letting it through. 2012-04-16 12:23:23 -04:00
.settings Removed Replacer plugin 2012-03-23 15:55:30 -04:00
docs Updated OpenID_Connect_Diagrams.pdf so that step B of the Authorization Code Flow returns a redirect URI rather than a JSON response object. 2012-03-06 15:45:45 -05:00
openid-connect-client fix for issue 5, code refactoring across signers 2012-03-29 12:34:51 -04:00
openid-connect-common Added tables.sql, which is just a concatenation of all the other sql files. Added redirect_uris.sql, which is a NEW table needed to support clients registering multiple redirect uris. 2012-04-10 13:44:10 -04:00
openid-connect-server Seems to be fixed! Added the "security:" prefix to the first http block in application-context. The compiler should have been catching that there was no matching for http w/o it, but it was just letting it through. 2012-04-16 12:23:23 -04:00
spring-security-oauth@33acf01dcc Added tables.sql, which is just a concatenation of all the other sql files. Added redirect_uris.sql, which is a NEW table needed to support clients registering multiple redirect uris. 2012-04-10 13:44:10 -04:00
upstream-patch Other patch was bad - was on wrong version of original file, had wrong line numbers. This is the correct patch to use. 2012-03-14 15:42:46 -04:00
.gitignore telling git to ignore intellij config files 2012-02-21 15:39:48 -05:00
.gitmodules removed mitre-local dependency, refactoring project heirarchy 2012-01-23 17:16:23 -05:00
.project mods to repository, added service interfaces and impls 2012-01-25 15:48:51 -05:00
.travis.yml added submodule config 2012-04-03 14:29:58 -04:00
LICENSE.txt updated license and readme 2012-01-27 15:27:16 -05:00
README.txt updated license and readme 2012-01-27 15:27:16 -05:00
pom.xml fixed dependencies and project configurations 2012-03-16 16:18:33 -04:00

README.txt

An OpenID Connect reference implemementation in Java on the Spring platform.

Authors: Justin Richer, Amanda Anganes, Michael Walsh, Michael Jett

Copyright 2012, The MTIRE Corporation (http://www.mitre.org/)