changed server endpoint to act like an endpoint. WIP to accept request objects, validate, and redirect |
|
More...
|
about 13 years ago
|
cleaned up some imports, added serverEndpointRequest class |
|
More...
|
about 13 years ago
|
updated check of algorithm in signing method" |
|
More...
|
about 13 years ago
|
removed repetative check of "token" parameter in signed request object |
|
More...
|
about 13 years ago
|
trying to fix travis build configuration still |
|
More...
|
about 13 years ago
|
trying to fix travis build configuration again |
|
More...
|
about 13 years ago
|
trying to fix travis build configuration |
|
More...
|
about 13 years ago
|
refactored JWA algorithm markers to use enum instead of string as stored class |
|
More...
|
about 13 years ago
|
fixed some unit tests, broke others |
|
More...
|
about 13 years ago
|
cleaned up signer initialization calls and algorithm-setting code, cleaned up algorithm names, renamed encrypter/decrypter classes |
|
More...
|
about 13 years ago
|
updated signing request object in OIDC client by pulling out construction of JWT to its own method. |
|
More...
|
about 13 years ago
|
removed encrypted request object for OIDC client. will deal with it at a later point |
|
More...
|
about 13 years ago
|
encrypted request object wip. need to add header parameters to allow encryption. also need to get public key for encryption |
|
More...
|
about 13 years ago
|
finished signed request object for client, created encrypted request object for client |
|
More...
|
about 13 years ago
|
updated signed request filter to create jwt from parameters, sign it, create url for request, and send a redirect |
|
More...
|
about 13 years ago
|
changed class to request filter rather than jwt filter |
|
More...
|
about 13 years ago
|
added class for signed request object |
|
More...
|
about 13 years ago
|
removed constructor for RsaDecrypter and RsaEncrypter |
|
More...
|
about 13 years ago
|
removed verification of signature in decryption |
|
More...
|
about 13 years ago
|
small TODO statements cleared up |
|
More...
|
about 13 years ago
|
changed imports |
|
More...
|
about 13 years ago
|
updated openid connect image |
|
More...
|
about 13 years ago
|
updated encryption/decryption to dynamically get mode for cipher. also made the keyDataLen come from the kdf parameter rather than enc |
|
More...
|
about 13 years ago
|
updated hmac and rsa signer to use afterPropertiesSet(), abstract oidc auth filter now adds multiple signers to map and then picks the one it needs, and key fetcher now gets jwk |
|
More...
|
about 13 years ago
|
finished testing. fixed MessageDigest problems in generating cek and cik |
|
More...
|
about 13 years ago
|
tests for encryption/decryption done |
|
More...
|
about 13 years ago
|
added testing for encryption and decryption. slight bug where [ ] gets appended to clearText. working on that |
|
More...
|
about 13 years ago
|
added tests for encryption and decryption. WIP |
|
More...
|
about 13 years ago
|
Merge remote branch 'origin/master' |
|
More...
|
about 13 years ago
|
Redirect URI now displayed on approval page. |
|
More...
|
about 13 years ago
|