2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed response-type to code rather than token More... over 12 years ago
Added AuthenticationHolder object, got references squared away for AccessToken side. Compiles. More... over 12 years ago
moved endpoint, added param processing More... over 12 years ago
added passthrough parameters to server config More... over 12 years ago
updated signer service More... over 12 years ago
Removed unused ClientGeneratorFactory More... over 12 years ago
added reference to abstract endpoint class to get token granter More... over 12 years ago
Gave OAuth2RefreshTokenEntity a Long Id More... over 12 years ago
Gave OAuth2AccessTokenEntity a Long Id More... over 12 years ago
Made things compile after ClientDetailsEntity refactoring More... over 12 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... over 12 years ago
removed dependency on abstract endpoint class. added methods needed to authRequestObjectEndpoint (afterPropertiesSet()) More... over 12 years ago
added discovery info for x509 and client auth
jricher
as Justin Richer
More... over 12 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... over 12 years ago
readded implementation of initializingBean More... over 12 years ago
added custom login form, changed footer to only optionally load app
jricher
as Justin Richer
More... over 12 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... over 12 years ago
Merge branch 'user-approval-handler-updated-rebase' More... over 12 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... over 12 years ago
Did a lot of cleanup; untested but compiles More... over 12 years ago
Works; about to do some cleanup More... over 12 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... over 12 years ago
Changed UserInfo references to String "userId" references More... over 12 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... over 12 years ago
cleaned up AuthRequestObjectEndpoint class More... over 12 years ago
Revert "updated jwtHeader typ to use an enum" -- set things back to using a string
jricher
as Justin Richer
More... over 12 years ago
moved all bean definitions to annotations, removed orphaned CheckID view
jricher
as Justin Richer
More... over 12 years ago
now with Walsh-flavored certificate generation
jricher
as Justin Richer
More... over 12 years ago
x509 take -- bouncycastley version
jricher
as Justin Richer
More... over 12 years ago
added state value to jwt that gets passed as request object. certain methods from SECOAUTH use this More... over 12 years ago