refresh token handling fixed, removed token factory references |
|
More...
|
over 12 years ago
|
Fixed more information link on approval page |
|
More...
|
over 12 years ago
|
Authorized grant types now supported client-side |
|
More...
|
over 12 years ago
|
Allowing a null value for redirectURIs |
|
More...
|
over 12 years ago
|
Updated client side variable names to reflect name changes to access token and refresh token timeout |
|
More...
|
over 12 years ago
|
updated encryption class to include AbstractJwtEncrypter |
|
More...
|
over 12 years ago
|
oidc client README.md tweaks |
|
More...
|
over 12 years ago
|
updated encryption service to encrypt key and claims and then sign the jwe. decryption updated to decrypt encrypted key and ciphertext |
|
More...
|
over 12 years ago
|
got things to deploy - could not reference UserInfo directly in ApprovedSite and WhitelistedSite; needed to reference DefaultUserInfo instead. |
|
More...
|
over 12 years ago
|
Implementing user approval handler; made some modifications to ApprovedSite and WhitelistedSite models, repositories, and service layers. |
|
More...
|
over 12 years ago
|
updated encryption and decryption for claims. WIP |
|
More...
|
over 12 years ago
|
added encrypter/decrypter for claims to get ciphertext |
|
More...
|
over 12 years ago
|
Merge branch 'validityIntegers' |
|
More...
|
over 12 years ago
|
Updated our ClientDetailsEntity *TokenTimeout fields to be *ValiditySeconds, which are now typed as proper Integers in the SECOAUTH ClientDetails interface |
|
More...
|
over 12 years ago
|
Base white-list functionality and template |
|
More...
|
over 12 years ago
|
Added spring simple web app for testing, encryption and decryption classes for rsa and hmac, still WIP |
|
More...
|
over 12 years ago
|
refactored JWKs, updated signing servier to use them |
|
More...
|
over 12 years ago
|
merged derryberry code, plus tweaks, still WIP |
|
More...
|
over 12 years ago
|
updated -common code to get a validation service from a server configuration |
|
More...
|
over 12 years ago
|
upstream pull: parameter passthrough |
|
More...
|
over 12 years ago
|
updated architecture diagram |
|
More...
|
over 12 years ago
|
Merge branch 'master' of github.com:mitreid-connect/OpenID-Connect-Java-Spring-Server |
|
More...
|
over 12 years ago
|
updated architecture diagram |
|
More...
|
over 12 years ago
|
added java6 to travis config |
|
More...
|
over 12 years ago
|
Really adding architecture diagram this time |
|
More...
|
over 12 years ago
|
Merge branch 'master' of github.com:mitreid-connect/OpenID-Connect-Java-Spring-Server |
|
More...
|
over 12 years ago
|
Added architecture diagram |
|
More...
|
over 12 years ago
|
updated -common and -client code by removing throws exception, changing to rest templates, and updating test cases to use annotations |
|
More...
|
over 12 years ago
|
existence of nonce claim check added |
|
More...
|
over 12 years ago
|
added crypto configuration file |
|
More...
|
over 12 years ago
|