Commit Graph

2690 Commits (aa2dc781480a5634787bbaf17caf6b6a98608b09)
 

Author SHA1 Message Date
Justin Richer b176d4d77e cleaned up old endpoints
8 years ago
Justin Richer 8178af87f0 further modularized data import/export service
8 years ago
Justin Richer 3acb71763a cleaned up UMA server overlay
8 years ago
Justin Richer 52d2298f99 begin modularization of data import/export API
8 years ago
Justin Richer 777b7a2112 added new data package to logging defaults
8 years ago
Justin Richer 76c7bef0d6 restored previous filter order and set OAuth filter to stateless, addresses #1190, #1185, #1188
8 years ago
Justin Richer 01b798151d missed one...
8 years ago
Justin Richer db50a88fe5 Happy New Year 2017
8 years ago
Justin Richer d92cc4d488 fixed constants for spring 4.2
8 years ago
Justin Richer b17a7f43ae removed structured scopes
8 years ago
strangeweaver 524794fe2e Ignore timeout test as it's vulnerable to a race condition.
8 years ago
strangeweaver bdaf7cba23 Fixed race condition in test and added timeouts to prevent possibility of infinite loop.
8 years ago
strangeweaver 46046b574a Implemented paged operations and used for database cleanup tasks.
8 years ago
strangeweaver 099211593c Fix high load performance issue in token expiration task
8 years ago
juazugas ffc5782810 Fix field definition in the model object.
8 years ago
Sebastian Schuster 0c09a17f59 Adapted uma-server-webapp overlayed spring configuration files to changes in base webapp
8 years ago
Sebastian Schuster 93deef952f Adapted uma-webapp-server database initialization scripts to base changes
8 years ago
Sebastian Schuster 99d1b0cfec Adapted changes from base admin.js to overlayed admin.js in uma-server-webapp
8 years ago
Sebastian Schuster 0c821fcb51 Adapted overlayed application-context.xml in uma-server-webapp to base file
8 years ago
Sebastian Schuster 5993c879a6 Removed version from created war and added maven jetty plugin with context so URLs are prefixed correctly in uma-server-webapp
8 years ago
Justin Richer 0dd7eef428 Updated database examples, closes #1167
8 years ago
mialtamimi d862ba9fd8 add indexes on certain fields to shorten time taken to issue a new access token
8 years ago
Justin Richer 9b715f9632 put error logging inside the curried callback
8 years ago
Justin Richer 0d162b1423 disabled CSRF on API endpoints, changed auth manager to a bean ID instead of reference, changed filter order to keep SECOAUTH from clearing out security contexts.
8 years ago
Justin Richer 71bb8d6439 Spring 4.3 namespace
8 years ago
Justin Richer fc91043807 using defaults from spring 4
8 years ago
Justin Richer d5e8dd31a8 update to Spring Security 4
8 years ago
Justin Richer 0e703ef9f9 update a few dependency versions, closes #1145
8 years ago
Justin Richer 275c1b7e1c user info fetcher cache throws error instead of returning null (as per library contract), closes #1144
8 years ago
Justin Richer bea3af2470 database table sync
8 years ago
Justin Richer 63bd8d18fb cleaned ID token views from UI
8 years ago
Justin Richer 91da3935f5 Made ID tokens ephemeral, made access token’s “additional information” extensible
8 years ago
Justin Richer 91ed758ed1 removed “attributeName” from annotation as this breaks EclipseLink JPA
8 years ago
Mikko Tommila 4f4c8de1c8 Fix JPA issues to allow using Hibernate
8 years ago
Justin Richer 375a5f2e47 removed token count from grant admin page
8 years ago
Justin Richer 22fa3605ef Patched unit tests, still needs updates for checking approved site to token mapping on data import/export
8 years ago
Justin Richer 55b1b00b73 Updated relationship between approved sites and access tokens, closes #874
8 years ago
Justin Richer d875d52be7 updated data import/export services for 1.3
8 years ago
HeXetic 7725fcfa2b createAuthorizationCode should be @Transactional
8 years ago
Julian Schlichtholz c3d0c18af5 make HttpClient configurable, closes #1071
8 years ago
ngriesser f45a6ef56a use the same encoding as on client side
8 years ago
Oleksandr Shpota 476ec872ff Fixed NPE in case if algorithm is not specified
8 years ago
Sofia Ang bb6bb81dbc Add new tests which asserts that `user_id` should not be present in the introspection response if there's no user authentication available
8 years ago
Sofia Ang 52da5e769a Fix test by returning a new OAuth2Authentication instead of mocking it
8 years ago
Sofia Ang d361f01999 Fix such that the OAuth2Authentication returned would have a `null` userAuthentication if `user_id` is not found during introspection
8 years ago
Sofia Ang b2fab9642e Fix such that `user_id` is only added if user authentication is available
8 years ago
Justin Richer 4ac3916db3 spaces to tabs
8 years ago
Justin Richer 8333d035b4 move database files to match new layouts
8 years ago
Tomasz Borowiec fa122e7ad6 ojdbc driver uncommented in dep mgmnt
8 years ago
Tomasz Borowiec 4b3284ffd2 ojdbc6 dependency moved to parent pom, added check constraints for boolean columns, fixed invalid column type
8 years ago