Go to file
Amanda Anganes daf6b53da2 Added patch to fix authorization server config 2012-03-13 16:42:10 -04:00
.settings merged chagnes from remote 2012-01-26 10:56:56 -05: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
server Merge branch 'march9' 2012-03-12 11:57:04 -04:00
spring-security-oauth@2e7150fc0f Removed patches to SECOAUTH and updated to current head revision. Updated code to match changes, filed issues 2-4 in github issue tracker for some cleanup still remaining. Updated OAuth2AccessTokenEntity to contain an IdToken, which is persisted as a string. NOTE: to deploy, you will need to update your database tables to include the column "idTokenString VARCHAR(256)". accesstoken.sql has been updated to reflect this. 2012-02-22 13:58:20 -05:00
upstream-patch Added patch to fix authorization server config 2012-03-13 16:42:10 -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
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 added maven default profile 2012-01-06 16:49:22 -05: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/)