2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 23 hours ago.
Aug 30, 2025 — Aug 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Commented out properties on ClientDetailsEntity.java that were not annotated. TODO: uncomment and annotate with JPA annotations. Added resource_ids.sql, table definition for resource ids. This needs to be added to everyone's databases in order to run the Authorization Server. Testing & working on AuthZ server. @ needing to set up user-approval page. More... over 14 years ago
fixed dependencies and project configurations
jricher
as Justin Richer
More... over 14 years ago
added files and shuffled things to new packages
jricher
as Justin Richer
More... over 14 years ago
moved server to new package location
jricher
as Justin Richer
More... over 14 years ago
Accidentally removed "spring project nature". It is put back now. More... over 14 years ago
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. More... over 14 years ago
Other patch was bad - was on wrong version of original file, had wrong line numbers. This is the correct patch to use. More... over 14 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... over 14 years ago
Added patch to fix authorization server config More... over 14 years ago
Initial commit of admin client management section More... over 14 years ago
Altering resig js tmpl library. JSP has a hate passion for it. More... over 14 years ago
Updating approval page to use oauth2 libs More... over 14 years ago
Merge branch 'march9' More... over 14 years ago
Needs more testing, but this doesn't break anything existing and I *think* the SECOAUTH AuthZ server is up now. /oauth/authorize IS mapped, but I am getting a "GET not allowed" (POST looks like it is) when I try to access the authorization endpoint with my browser. More... over 14 years ago
/oauth/authorize is MAPPED. Failing when trying to access /openidconnect/auth url with java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:251) More... over 14 years ago
Merge remote branch 'origin/master' More... over 14 years ago
bare-bones for the access approval page and mockup More... over 14 years ago
copyright is now in it's own tag file More... over 14 years ago
pulled the id_token from the Token Endpoint response, and msg the OpenIdConnectAuthenticationToken constructor w/; with other code tightening in the OpenIdConnectAuthenticationToken and OpenIdConnectAuthenticationProvider. More... over 14 years ago
adding the renamed classes More... over 14 years ago
renamed classes More... over 14 years ago
progress on the client More... over 14 years ago
OpenID Connect client work in progress More... over 14 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... over 14 years ago
Updated OpenID_Connect_Diagrams.pdf so that step B of the Authorization Code Flow returns a redirect URI rather than a JSON response object. More... over 14 years ago
Base url correction for CSS/JS More... over 14 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... over 14 years ago
Filled out UserInfoEndpoint.java a bit more, added extra fields to ClientDetailsEntity.java that are needed to support options from the Connect DynClientReg spec. More... over 14 years ago
Javascript testing updates More... over 14 years ago
Fixing path for server deployment of resources. More... over 14 years ago