2
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Aug 30, 2025 — Aug 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated and commented refreshtoken implementation
jricher
as Justin Richer
More... over 14 years ago
tweaked setup for mapping of controllers
jricher
as Justin Richer
More... over 14 years ago
changed id token handling
jricher
as Justin Richer
More... over 14 years ago
JavaScript Template prototype. Test JSON for clients More... over 14 years ago
Adding Resig js templating library More... over 14 years ago
Home is now fully rendered. Title is processed as tag attribute More... over 14 years ago
Correcting root mapping for Controller. More... over 14 years ago
Merging Jwt.java back into the branch More... over 14 years ago
removed unneeded patch
jricher
as Justin Richer
More... over 14 years ago
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. More... over 14 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... over 14 years ago
Added IdTokenGeneratorService interface and DummyIdTokenGeneratorService.java, a dumb implementation of that interface. IdTokenGeneratorService is responsible for generating an IdToken for the ConnectAuthCodeTokenGranter when requested. More... over 14 years ago
modified testGenerateRsaSignature to be more meaningful, and added testValidateRsaSignature unit test to org.mitre.jwt.JwtTest More... over 14 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... over 14 years ago
Added root RequestMapping annotation to ManagerController.java - Spring requires there to be a mapping on the root of controllers. AuthZ server is up, needs further testing to see if it is behaving as expected. More... over 14 years ago
telling git to ignore intellij config files More... over 14 years ago
Merge remote branch 'origin/master' More... over 14 years ago
Initial theme, and path corrections for resources. More... over 14 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... over 14 years ago
Updated diagrams. See readme.txt for details. More... over 14 years ago
Fixing typo More... over 14 years ago
MangerController initial check-in More... over 14 years ago
Enabling Jstl support in spring views More... over 14 years ago
Moving static content to resources folder More... over 14 years ago
Moving and creating static resources directory More... over 14 years ago
Merge remote branch 'origin/master' More... over 14 years ago
Stubbing out the Client API More... over 14 years ago
these should of been removed More... over 14 years ago
additional signer service code More... over 14 years ago
work on EcdsaSigner; and supporting unit test and code. More... over 14 years ago