Justin Richer
|
7eb0a6f3d2
|
Moved JWK to commons
|
2012-09-10 17:17:03 -04:00 |
Justin Richer
|
42389286e4
|
removed non-RSA algorithms from JWE encrypter/decrypter functions
|
2012-09-06 17:28:17 -04:00 |
Justin Richer
|
558a6286e2
|
switched to Guava for parsing ints into bytes, addresses #154
|
2012-09-06 17:26:20 -04:00 |
Justin Richer
|
2b62042696
|
unshadowed Jwe header, unshadowed IdTokenClaims, added smart copy constructor to ClaimSet
|
2012-09-06 17:20:22 -04:00 |
Justin Richer
|
11b35267b4
|
Refactored stats processor into a service, made home page into a smart page.
|
2012-08-28 17:42:43 -04:00 |
Justin Richer
|
d041ddb0e1
|
Added approvedSite API and support structure
|
2012-08-28 15:28:55 -04:00 |
Justin Richer
|
8ae1b376fe
|
updated whitelist service and repository
|
2012-08-28 15:28:55 -04:00 |
Justin Richer
|
140de779fd
|
converted userid type to enum
|
2012-08-27 16:00:27 -04:00 |
Justin Richer
|
1c34f83297
|
Fixed JWS algorithm parsing
|
2012-08-27 15:58:23 -04:00 |
Justin Richer
|
29ac1a3a70
|
reverse lookup for clientdetails utiltiy classes
|
2012-08-27 14:45:14 -04:00 |
Justin Richer
|
21ff134383
|
JWS coment/format cleanup
|
2012-08-27 14:45:02 -04:00 |
Justin Richer
|
b5ce8d5e8b
|
added getByUsername to userinfo repositories and supporting classes, updated calling classes to use this
fixed namedquery
|
2012-08-23 18:23:47 -04:00 |
Justin Richer
|
ba24ca1f60
|
removed unused utility method
|
2012-08-23 18:22:29 -04:00 |
Amanda Anganes
|
ba5572b28a
|
Tidied up a bit, added javadoc comments to new classes
|
2012-08-23 11:05:10 -04:00 |
Amanda Anganes
|
c23b176567
|
Database backed authorization-code-service now works.
|
2012-08-23 10:46:08 -04:00 |
Amanda Anganes
|
4b76cc514b
|
Added a database-backed authorization-code system. Untested; needs to be injected into configuration in the place of the in-memory one and tested
|
2012-08-22 16:54:00 -04:00 |
Amanda Anganes
|
dc61068702
|
Split approved site and whitelisted site scope tables.
|
2012-08-22 15:21:42 -04:00 |
Justin Richer
|
a02f37cec3
|
added generators to client service API
|
2012-08-20 12:22:18 -04:00 |
Justin Richer
|
26d5a846e0
|
Updated validator structure and id token checking.
|
2012-08-17 16:18:08 -04:00 |
Justin Richer
|
012bb4afd7
|
Changed casing on "URI" to "Url" to match other parameters.
|
2012-08-17 15:32:04 -04:00 |
Justin Richer
|
d14f55004c
|
added parser to userinfo object, userinfo url in filter, fixed bug in user_id check
|
2012-08-17 14:40:13 -04:00 |
Justin Richer
|
fbd6e67af8
|
Refactored auth provider to call the userinfo endpoint and provide info inside the auth token.
|
2012-08-17 14:40:13 -04:00 |
Mike Derryberry
|
1efe7a1fc3
|
updated check of algorithm in signing method"
|
2012-08-14 10:55:07 -04:00 |
Justin Richer
|
155974d8e3
|
moved services and api over to using new client Id field (instead of client_id)
|
2012-08-10 16:53:31 -04:00 |
Justin Richer
|
eb5a24690f
|
added method to get client by its (new) Long id
|
2012-08-10 16:29:16 -04:00 |
Justin Richer
|
47ff885032
|
removed unnecessary cached token values
|
2012-08-10 14:26:47 -04:00 |
Justin Richer
|
74a40fc973
|
changed auth holder reference, moved dates to timestamps
|
2012-08-10 14:26:47 -04:00 |
Justin Richer
|
bb7d6b2e94
|
split scopes table
|
2012-08-10 14:26:47 -04:00 |
Justin Richer
|
ed99bd36cf
|
changed clientdetails entity to use @Enumerated, cleaned up .sql file foreign keys
|
2012-08-10 14:26:47 -04:00 |
Justin Richer
|
2d8a5763a3
|
javafied auth holder class
|
2012-08-10 14:26:47 -04:00 |
Amanda Anganes
|
97d7bc9c13
|
added field to indicate whether the client has been dynamically registered
|
2012-08-09 15:55:07 -04:00 |
Amanda Anganes
|
f724d3a9fe
|
updated userinfo table definitions
|
2012-08-09 12:44:22 -04:00 |
Amanda Anganes
|
617e9568d8
|
Fixed bugs; I can get tokens now. User approval handler seems to be working corrrectly.
|
2012-08-09 12:44:22 -04:00 |
Amanda Anganes
|
49cb8bd0cb
|
fixing bugs; needed to make all ids BIGINT AUTO-INCREMENT PRIMARY KEY in sql files
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
0757642e67
|
removed "s" from allowed_scopes
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
9c32e92da5
|
Cleaned up sql tables some more; sticking to _ naming convention
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
d7deda1699
|
Propogated AuthenticationHolder effects; this is untested but compiles and I think it is mostly correct
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
90df91c351
|
Added AuthenticationHolder object, got references squared away for AccessToken side. Compiles.
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
cf348590b0
|
Removed unused ClientGeneratorFactory
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
d6d80c3e60
|
Gave OAuth2RefreshTokenEntity a Long Id
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
6b1dad7215
|
Gave OAuth2AccessTokenEntity a Long Id
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
780839dbf9
|
Made things compile after ClientDetailsEntity refactoring
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
a68a4f9796
|
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.
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
15428a875e
|
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.
|
2012-08-09 12:44:21 -04:00 |
Amanda Anganes
|
8d4e046408
|
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.
|
2012-08-07 10:04:38 -04:00 |
Amanda Anganes
|
a061e64abf
|
Merge branch 'user-approval-handler-updated-rebase'
|
2012-08-06 16:30:03 -04:00 |
Amanda Anganes
|
5fb67ab7bb
|
Did a lot of cleanup; untested but compiles
|
2012-08-06 14:33:16 -04:00 |
Amanda Anganes
|
2f28cf33e7
|
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.
|
2012-08-03 16:43:37 -04:00 |
Amanda Anganes
|
b87d54b06e
|
Changed UserInfo references to String "userId" references
|
2012-08-03 13:32:17 -04:00 |
Amanda Anganes
|
845976b8ac
|
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.
|
2012-08-03 12:49:40 -04:00 |