2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... over 13 years ago
Added ConnectAuthCodeTokenGranter.java More... over 13 years ago
moved views to new package, added views for JWK
jricher
as Justin Richer
More... over 13 years ago
Some references to "Consumer" rather than "Client" were still present; these have been fixed. More... over 13 years ago
Added a "readme.txt" to the docs folder to capture changelog. More... over 13 years ago
Updated diagrams with feedback from the working groups. More... over 13 years ago
Uploading diagrams. More... over 13 years ago
added in service layer for JWT signers, started to put in some exceptions
jricher
as Justin Richer
More... over 13 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
jricher
as Justin Richer
More... over 13 years ago
added spring-ws into dependencies for potential keystore support
jricher
as Justin Richer
More... over 13 years ago
moved serializers into a views package
jricher
as Justin Richer
More... over 13 years ago
Initial views commit. Includes bootstrap and mock-ups. More... over 13 years ago
added test db files to .gitignore More... over 13 years ago
removed test db files More... over 13 years ago
additional work on repositories, and services w/ unit tests More... over 13 years ago
updated license and readme
jricher
as Justin Richer
More... over 13 years ago
added SWD endpoint and views
jricher
as Justin Richer
More... over 13 years ago
added more unit tests to AddressRespositoryTest More... over 13 years ago
corrections to JPA Query Language syntax in ApprovedSite named queries, added test-context.xml, and added first unit test More... over 13 years ago
corrections, and added jdbc testing datasource from pushe More... over 13 years ago
merged chagnes from remote
jricher
as Justin Richer
More... over 13 years ago
reworked id tokens, added SWD endpoint shell, started checkid endpoint shell (still needs signer service of some kind)
jricher
as Justin Richer
More... over 13 years ago
mods to repository, added service interfaces and impls More... over 13 years ago
removed mitre-local dependency, refactoring project heirarchy
jricher
as Justin Richer
More... over 13 years ago
openid connect repositories written, but not unit tested More... over 13 years ago
Renamed one of the columns in clientdetails.sql to match up with refactoring. More... over 13 years ago
Added .sql files for OAuth2 entities. More... over 13 years ago
Configured maven replacer plugin. More... over 13 years ago
Added table definition files for the model classes. Note that these are untested and may need modification. TODO: the Maven replacer plugin needs to be configured in order to replace the DB_URL, etc variables in data-context.xml with local values. More... over 13 years ago
It deploys! Finished adding persistence annotations to the model setup we have so far. Added IdToken.java, which extends JWT and uses an IdTokenClaims as its JWT.claims object. More... over 13 years ago