2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed response-type to code rather than token More... about 13 years ago
Added AuthenticationHolder object, got references squared away for AccessToken side. Compiles. More... about 13 years ago
moved endpoint, added param processing More... about 13 years ago
added passthrough parameters to server config More... about 13 years ago
updated signer service More... about 13 years ago
Removed unused ClientGeneratorFactory More... about 13 years ago
added reference to abstract endpoint class to get token granter More... about 13 years ago
Gave OAuth2RefreshTokenEntity a Long Id More... about 13 years ago
Gave OAuth2AccessTokenEntity a Long Id More... about 13 years ago
Made things compile after ClientDetailsEntity refactoring More... about 13 years ago
Organized ClientDetailsEntity, updated JPA annotations. Updated sql files to match. Naming conventions: table and column names with multiple words should be seperated by underscores; table and column names should be singular. More... about 13 years ago
removed dependency on abstract endpoint class. added methods needed to authRequestObjectEndpoint (afterPropertiesSet()) More... about 13 years ago
added discovery info for x509 and client auth
jricher
as Justin Richer
More... about 13 years ago
Added additional fields to ClientDetailsEntity and did some reorganization, still some more to do. Added "id" field to the sql file, but the sql still needs all of the other additional fields. More... about 13 years ago
readded implementation of initializingBean More... about 13 years ago
added custom login form, changed footer to only optionally load app
jricher
as Justin Richer
More... about 13 years ago
All logging is now org.slf4j. We had a mix of org.slf4j and apache commons-logging. Added error logging to all view which throw errors. More... about 13 years ago
Merge branch 'user-approval-handler-updated-rebase' More... about 13 years ago
Cleanup completed, this works for the most part. TODO: need to make an upstream change in order to inject a new set of scopes into the AuthorizationRequest. More... about 13 years ago
Did a lot of cleanup; untested but compiles More... about 13 years ago
Works; about to do some cleanup More... about 13 years ago
Changed UserInfo refs in WhitelistedSite to String ids; updated the user approval handler to check if "remember this decision" is checked and only make a new AP if so, and to pull in the scopes selected on the approval page as the saved allowed scopes for that AP. More... about 13 years ago
Changed UserInfo references to String "userId" references More... about 13 years ago
First stages of getting the graylist portion to work. Currently no mechanism for telling the system NOT to remember your decision; that will come later. All approvals will be automatically stored with this code. More... about 13 years ago
cleaned up AuthRequestObjectEndpoint class More... about 13 years ago
Revert "updated jwtHeader typ to use an enum" -- set things back to using a string
jricher
as Justin Richer
More... about 13 years ago
moved all bean definitions to annotations, removed orphaned CheckID view
jricher
as Justin Richer
More... about 13 years ago
now with Walsh-flavored certificate generation
jricher
as Justin Richer
More... about 13 years ago
x509 take -- bouncycastley version
jricher
as Justin Richer
More... about 13 years ago
added state value to jwt that gets passed as request object. certain methods from SECOAUTH use this More... about 13 years ago