Commit Graph

1245 Commits (8a0aa07c25b062753161af80d4dc3f5b041b78b3)
 

Author SHA1 Message Date
Amanda Anganes ee5b21b542 Added JsonErrorView
12 years ago
Amanda Anganes 07686d8e00 Removed superfluous try/catch around save call in ScopeAPI.
12 years ago
Justin Richer 4538d8fb14 made signing and verification service construction safe for public-only keys
12 years ago
Justin Richer 6cc50e7cd5 switched signing & validation service to use JWK natively for keys
12 years ago
Justin Richer f54dddd8c0 fixed blacklisted field name, addresses #295
12 years ago
Justin Richer 5a04198eac moved to JPSK based key store
12 years ago
Justin Richer e2ad4d2e8f cleaned up spurious nosuchalgorithm exceptions, addresses #285
12 years ago
Justin Richer 5f7c46aecd updated to nimbus 2.13
12 years ago
Amanda Anganes 5b321b9c86 Updated whitelist api for ui error handling
12 years ago
Amanda Anganes 666573cd34 Updated blacklist and client api for ui error handling
12 years ago
Amanda Anganes 218fe9328c Updated approved site API for error handling
12 years ago
Amanda Anganes 435fff3b1c Updated scope API for error handling
12 years ago
Amanda Anganes 18e319379e Got bootstrap modal alert working, but not sure if it is the right approach. It looks different than the confirmation window.
12 years ago
Amanda Anganes 49863e70ae Got scope "value" error handling set
12 years ago
Amanda Anganes d24ecd2e7c Removed extra scope validation endpoint
12 years ago
Amanda Anganes 96e333afa6 Working on error handling
12 years ago
Amanda Anganes fa0a6a7b4e Finding my way around Backbone, Underscore, and Bootstrap
12 years ago
Amanda Anganes 5704271973 Fixed client error: added all client fields to model in client.js; lined them up with the fields in ClientDetailsEntity.java for easier comparison
12 years ago
Amanda Anganes 36b08dcd6e Removed SWD code
12 years ago
Amanda Anganes fcc95f8a0a Moved nonce processing stuff into nonce service and out of ConnectAuthorizationRequestManager
12 years ago
Amanda Anganes d38c5b4200 Pared down nonce reuse exception message to just say that the nonce has already been used
12 years ago
Amanda Anganes b28b0615fa removed vestigial ClientDetailsEntityService references
12 years ago
Justin Richer 08eaaa0a12 updated repository to use proper concrete class
12 years ago
Justin Richer 8fccbf3483 added Id field to DefaultUserInfo object, switched "userId" terminology to "subject"
12 years ago
Justin Richer 30c6271e72 cleaned up some more x509 references
12 years ago
Justin Richer b8d2adcf31 added fixme note to hardcoded JWS algorithm, cleaned up x509 view
12 years ago
Justin Richer ecf99f960a added bean property check
12 years ago
Justin Richer b1c89783ff added functionality for account chooser and third-party login support
12 years ago
Justin Richer 2be305810f added getters and setters
12 years ago
Justin Richer 4dedec76ec moved back to form variables for auth because rest template is dumb
12 years ago
Justin Richer ca40b2fd3e added getters and setters
12 years ago
Justin Richer 1251082c6d implemented simple static configuration services
12 years ago
Justin Richer f44c704472 major refactor of client filter
12 years ago
Justin Richer 2b45dd1104 cleaned up stats display
12 years ago
Amanda Anganes 8992506a1d Fixing up logging changes
12 years ago
Amanda Anganes f9b0670ae9 Merged ClientAPI and ClientDynamicRegistrationEndpoitn by hand
12 years ago
Amanda Anganes 5cac7055a9 Standardized error handling and added logging for error conditions in endpoints
12 years ago
Amanda Anganes dbc68e4074 Working on error handling
12 years ago
Amanda Anganes 1630814b9f Marked classes where error handling needs to be added/changed
12 years ago
Justin Richer 0f6faf3609 removed old namespace config files
12 years ago
Justin Richer 6320fce9fd url -> uri in approval page
12 years ago
Justin Richer 7c36f9fb38 made sidebar size-responsive, added sticky footer
12 years ago
Justin Richer ad3a22e5d4 changed client defaults for JOSE bits
12 years ago
Justin Richer 3268726747 changed to dict-based model for saving
12 years ago
Justin Richer 8f4ecac8d5 forgot a field
12 years ago
Justin Richer 27a8bcf440 now with more documentation and actual deletion
12 years ago
Justin Richer eaa9e1ded4 typo for grant types in parser
12 years ago
Justin Richer a6a2d43e8f added Read, Update, and Delete operations to dynreg endpoint
12 years ago
Justin Richer d37bac1775 simplification and documentation of client api views
12 years ago
Justin Richer 87c8672948 nullsafe check for refresh
12 years ago