Amanda Anganes
|
c40efda6b5
|
Refactor part 1
|
12 years ago |
Justin Richer
|
920b2a59ba
|
Fixed error logging
|
12 years ago |
Justin Richer
|
2d24435365
|
Created custom resolver, handler mapper
moved endpoint back to server
|
12 years ago |
Justin Richer
|
be1046f9b6
|
bean-based configuration
|
12 years ago |
Justin Richer
|
7eb0a6f3d2
|
Moved JWK to commons
|
12 years ago |
Justin Richer
|
42389286e4
|
removed non-RSA algorithms from JWE encrypter/decrypter functions
|
12 years ago |
Justin Richer
|
558a6286e2
|
switched to Guava for parsing ints into bytes, addresses #154
|
12 years ago |
Justin Richer
|
2b62042696
|
unshadowed Jwe header, unshadowed IdTokenClaims, added smart copy constructor to ClaimSet
|
12 years ago |
Justin Richer
|
11b35267b4
|
Refactored stats processor into a service, made home page into a smart page.
|
12 years ago |
Justin Richer
|
d041ddb0e1
|
Added approvedSite API and support structure
|
12 years ago |
Justin Richer
|
8ae1b376fe
|
updated whitelist service and repository
|
12 years ago |
Justin Richer
|
140de779fd
|
converted userid type to enum
|
12 years ago |
Justin Richer
|
1c34f83297
|
Fixed JWS algorithm parsing
|
12 years ago |
Justin Richer
|
29ac1a3a70
|
reverse lookup for clientdetails utiltiy classes
|
12 years ago |
Justin Richer
|
21ff134383
|
JWS coment/format cleanup
|
12 years ago |
Justin Richer
|
b5ce8d5e8b
|
added getByUsername to userinfo repositories and supporting classes, updated calling classes to use this
fixed namedquery
|
12 years ago |
Justin Richer
|
ba24ca1f60
|
removed unused utility method
|
12 years ago |
Amanda Anganes
|
ba5572b28a
|
Tidied up a bit, added javadoc comments to new classes
|
12 years ago |
Amanda Anganes
|
c23b176567
|
Database backed authorization-code-service now works.
|
12 years ago |
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
|
12 years ago |
Amanda Anganes
|
dc61068702
|
Split approved site and whitelisted site scope tables.
|
12 years ago |
Justin Richer
|
a02f37cec3
|
added generators to client service API
|
12 years ago |
Justin Richer
|
26d5a846e0
|
Updated validator structure and id token checking.
|
12 years ago |
Justin Richer
|
012bb4afd7
|
Changed casing on "URI" to "Url" to match other parameters.
|
12 years ago |
Justin Richer
|
d14f55004c
|
added parser to userinfo object, userinfo url in filter, fixed bug in user_id check
|
12 years ago |
Justin Richer
|
fbd6e67af8
|
Refactored auth provider to call the userinfo endpoint and provide info inside the auth token.
|
12 years ago |
Mike Derryberry
|
1efe7a1fc3
|
updated check of algorithm in signing method"
|
12 years ago |
Justin Richer
|
155974d8e3
|
moved services and api over to using new client Id field (instead of client_id)
|
12 years ago |
Justin Richer
|
eb5a24690f
|
added method to get client by its (new) Long id
|
12 years ago |
Justin Richer
|
47ff885032
|
removed unnecessary cached token values
|
12 years ago |
Justin Richer
|
74a40fc973
|
changed auth holder reference, moved dates to timestamps
|
12 years ago |
Justin Richer
|
bb7d6b2e94
|
split scopes table
|
12 years ago |
Justin Richer
|
ed99bd36cf
|
changed clientdetails entity to use @Enumerated, cleaned up .sql file foreign keys
|
12 years ago |
Justin Richer
|
2d8a5763a3
|
javafied auth holder class
|
12 years ago |
Amanda Anganes
|
97d7bc9c13
|
added field to indicate whether the client has been dynamically registered
|
12 years ago |
Amanda Anganes
|
f724d3a9fe
|
updated userinfo table definitions
|
12 years ago |
Amanda Anganes
|
617e9568d8
|
Fixed bugs; I can get tokens now. User approval handler seems to be working corrrectly.
|
12 years ago |
Amanda Anganes
|
49cb8bd0cb
|
fixing bugs; needed to make all ids BIGINT AUTO-INCREMENT PRIMARY KEY in sql files
|
12 years ago |
Amanda Anganes
|
0757642e67
|
removed "s" from allowed_scopes
|
12 years ago |
Amanda Anganes
|
9c32e92da5
|
Cleaned up sql tables some more; sticking to _ naming convention
|
12 years ago |
Amanda Anganes
|
d7deda1699
|
Propogated AuthenticationHolder effects; this is untested but compiles and I think it is mostly correct
|
12 years ago |
Amanda Anganes
|
90df91c351
|
Added AuthenticationHolder object, got references squared away for AccessToken side. Compiles.
|
12 years ago |
Amanda Anganes
|
cf348590b0
|
Removed unused ClientGeneratorFactory
|
12 years ago |
Amanda Anganes
|
d6d80c3e60
|
Gave OAuth2RefreshTokenEntity a Long Id
|
12 years ago |
Amanda Anganes
|
6b1dad7215
|
Gave OAuth2AccessTokenEntity a Long Id
|
12 years ago |
Amanda Anganes
|
780839dbf9
|
Made things compile after ClientDetailsEntity refactoring
|
12 years ago |
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.
|
12 years ago |
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.
|
12 years ago |
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.
|
12 years ago |
Amanda Anganes
|
5fb67ab7bb
|
Did a lot of cleanup; untested but compiles
|
12 years ago |