2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refresh token handling fixed, removed token factory references
jricher
as Justin Richer
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
jricher
as Justin Richer
More... over 12 years ago
merged derryberry code, plus tweaks, still WIP
jricher
as Justin Richer
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
jricher
as Justin Richer
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
jricher
as Justin Richer
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
jricher
as Justin Richer
More... over 12 years ago