You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Justin Richer 287e39052e
added travis config file
13 years ago
.settings Removed Replacer plugin 13 years ago
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. 13 years ago
openid-connect-client fix for issue 5, code refactoring across signers 13 years ago
openid-connect-common Removed Replacer plugin 13 years ago
openid-connect-server the signature base created in the verify method of the AbstractJwtSigner did not match how the Jwt.getSignatureBase creates the signature base. also, modified the testGenerateHmacSignature to exercise 13 years ago
spring-security-oauth@5a784a9fb7 This should be a working version with the AuthZ server deployed. I cleaned up a bunch of files that were generating compiler warnings. Changed use of GrantedAuthorithyImpl to SimpleGrantedAuthority, as GrantedAuthorityImpl is deprecated and SGA is its replacement. 13 years ago
upstream-patch Other patch was bad - was on wrong version of original file, had wrong line numbers. This is the correct patch to use. 13 years ago
.gitignore telling git to ignore intellij config files 13 years ago
.gitmodules removed mitre-local dependency, refactoring project heirarchy 13 years ago
.project mods to repository, added service interfaces and impls 13 years ago
.travis.yml added travis config file 13 years ago
LICENSE.txt updated license and readme 13 years ago
README.txt updated license and readme 13 years ago
pom.xml fixed dependencies and project configurations 13 years ago

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/)