2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
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... almost 13 years ago
fixed dependencies and project configurations
jricher
as Justin Richer
More... almost 13 years ago
added files and shuffled things to new packages
jricher
as Justin Richer
More... almost 13 years ago
moved server to new package location
jricher
as Justin Richer
More... almost 13 years ago
Accidentally removed "spring project nature". It is put back now. More... almost 13 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... almost 13 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... almost 13 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... almost 13 years ago
Added patch to fix authorization server config More... almost 13 years ago
Initial commit of admin client management section More... almost 13 years ago
Altering resig js tmpl library. JSP has a hate passion for it. More... almost 13 years ago
Updating approval page to use oauth2 libs More... almost 13 years ago
Merge branch 'march9' More... almost 13 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... almost 13 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... almost 13 years ago
Merge remote branch 'origin/master' More... almost 13 years ago
bare-bones for the access approval page and mockup More... almost 13 years ago
copyright is now in it's own tag file More... almost 13 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... almost 13 years ago
adding the renamed classes More... almost 13 years ago
renamed classes More... almost 13 years ago
progress on the client More... almost 13 years ago
OpenID Connect client work in progress More... almost 13 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... almost 13 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... almost 13 years ago
Base url correction for CSS/JS More... almost 13 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server More... almost 13 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... almost 13 years ago
Javascript testing updates More... almost 13 years ago
Fixing path for server deployment of resources. More... almost 13 years ago