openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OpenID-Connect-Java-Spring-Server
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 86 of 91
Search / Filter on:
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.
Amanda Anganes
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.
Amanda Anganes
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.
Amanda Anganes
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.
Amanda Anganes
More...
almost 13 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
Amanda Anganes
More...
almost 13 years ago
Added patch to fix authorization server config
Amanda Anganes
More...
almost 13 years ago
Initial commit of admin client management section
Michael Jett
More...
almost 13 years ago
Altering resig js tmpl library. JSP has a hate passion for it.
Michael Jett
More...
almost 13 years ago
Updating approval page to use oauth2 libs
Michael Jett
More...
almost 13 years ago
Merge branch 'march9'
Amanda Anganes
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.
Amanda Anganes
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)
Amanda Anganes
More...
almost 13 years ago
Merge remote branch 'origin/master'
Michael Jett
More...
almost 13 years ago
bare-bones for the access approval page and mockup
Michael Jett
More...
almost 13 years ago
copyright is now in it's own tag file
Michael Jett
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.
nemonik
More...
almost 13 years ago
adding the renamed classes
nemonik
More...
almost 13 years ago
renamed classes
nemonik
More...
almost 13 years ago
progress on the client
nemonik
More...
almost 13 years ago
OpenID Connect client work in progress
nemonik
More...
almost 13 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
Amanda Anganes
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.
Amanda Anganes
More...
almost 13 years ago
Base url correction for CSS/JS
Michael Jett
More...
almost 13 years ago
Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
Amanda Anganes
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.
Amanda Anganes
More...
almost 13 years ago
Javascript testing updates
Michael Jett
More...
almost 13 years ago
Fixing path for server deployment of resources.
Michael Jett
More...
almost 13 years ago
←
1
2
…
82
83
84
85
86
87
88
89
90
91
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree