Go to file
Amanda Anganes f58141e6a7 Fixed token expiration bug by removing jsql queries. Instead expired tokens or approved sites are filtered at the repository level
Moved getExpired to service layers

Used Predicates to filter expired tokens and approved sites;
2013-08-09 13:55:41 -04:00
docs Fixed typo reported in issue 355 2013-06-28 16:54:35 -04:00
openid-connect-client [maven-release-plugin] prepare for next development iteration 2013-07-30 13:10:48 -04:00
openid-connect-common Fixed token expiration bug by removing jsql queries. Instead expired tokens or approved sites are filtered at the repository level 2013-08-09 13:55:41 -04:00
openid-connect-server Fixed token expiration bug by removing jsql queries. Instead expired tokens or approved sites are filtered at the repository level 2013-08-09 13:55:41 -04:00
.gitignore removed eclipse files from repository 2012-06-29 15:13:52 -04:00
.travis.yml removed unnecessary special travis configuration 2013-05-02 11:51:58 -04:00
LICENSE.txt updated license and readme 2012-01-27 15:27:16 -05:00
README.txt Added mailing list and updated description in pom, addresses #344 2013-06-10 10:09:47 -04:00
checkstyle.xml added extra checks to the google checkstyle. 2013-07-16 17:18:16 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-07-30 13:10:48 -04:00

README.txt

An OpenID Connect reference implementation in Java on the Spring platform. For license information see LICENSE.txt. 

This code includes a functioning server (IdP) and client (RP) as well as utility libraries.

The project homepage on GitHub is:

  https://github.com/mitreid-connect/

Full documentation can be found online:

  https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki

Documentation for the Maven project and Java API can be found at:

  http://mitreid-connect.github.com/
  
Issues can be reported at:
 
  https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues

The mailing list for the project can be found at mitreid-connect@mit.edu, with archives available online:

  https://mailman.mit.edu/mailman/listinfo/mitreid-connect



Authors: Justin Richer, Amanda Anganes, Michael Walsh, Michael Jett, Steve Moore, Mike Derryberry, William Kim




Copyright 2013, The MITRE Corporation (http://www.mitre.org/)
  and the MIT Kerberos and Internet Trust Consortium (http://kit.mit.edu/)