Commit Graph

1399 Commits (a1ca3cadef4ba566e373aea85c97ae5b8ef7adb1)
 

Author SHA1 Message Date
Justin Richer a1ca3cadef [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer 7dbf3aea32 [maven-release-plugin] prepare release mitreid-connect-1.0.15
11 years ago
Justin Richer 0d530a67d4 ported CSRF fix to 1.0 using sessions
11 years ago
Justin Richer 2928240587 [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer f7070507a9 [maven-release-plugin] prepare release mitreid-connect-1.0.14
11 years ago
Justin Richer 47a850abd8 Changed references of DefaultHttpClient to SystemDefaultHttpClient to inherit system proxy settings, should address #548
11 years ago
Justin Richer 88b4bfcae5 added skeleton of data import/export API
11 years ago
Justin Richer 0d01cf6381 ignore the beans
11 years ago
Justin Richer 5253a0fa79 removed pairwise marker from 1.0, closes #541
11 years ago
Justin Richer 1efe04f644 [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer a0fecc7510 [maven-release-plugin] prepare release mitreid-connect-1.0.13
11 years ago
Justin Richer d2ab866810 Revert "Enforces minimum Java version 1.6 on the openid-connect-server project."
11 years ago
Megan Boggess c007e69974 Enforces minimum Java version 1.6 on the openid-connect-server project.
11 years ago
Justin Richer c0d6e93498 Created hybrid issuer service, addresses #509
11 years ago
Justin Richer 73a12f169f made userinfo fetching optional, addresses #510
11 years ago
Justin Richer ac9cc19296 hybrid service instantiates inner members, addresses #508
11 years ago
Justin Richer bc8984aead [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer c6733d04fb [maven-release-plugin] prepare release mitreid-connect-1.0.12
11 years ago
Justin Richer ea707903f0 added basic support for encrypted request objects, addresses #475
11 years ago
Amanda Anganes e9c813e3da Fixed typo
11 years ago
Amanda Anganes a0b7b2dbff Remove @PostConstruct from JWKSetKeyStore
11 years ago
Justin Richer bfa61fa2d7 explcitly set alg and enc instead of trying to guess
11 years ago
Justin Richer 34a81c25dc if there's only one key, return it as the default
11 years ago
Justin Richer a769c972eb spelling, property access, and cleanup
11 years ago
Justin Richer 2313dda8b7 added encrypted request object service to client, addresses #475
11 years ago
Justin Richer 6b96fbb4e9 refactored some json utils to their own static class
11 years ago
Justin Richer cc179003c7 added missing parts to discovery
11 years ago
Justin Richer 1e120d90b5 added encryption method list to encryption/decryption service
11 years ago
William Kim 20b5adfd23 updated comments for jwe service.
11 years ago
William Kim 3b12765b9b Updated nimbusds library version to 2.17.2 and made relevant changes in enc./dec. service and test
11 years ago
William Kim 1bdcf26443 changed encrypt/decrypt parameter to use JWEObject instead of EncryptedJWT
11 years ago
William Kim 4192350401 RSA encryption service tested.
11 years ago
William Kim e5d64d8f2e implemented symmetric key encryption.
11 years ago
William Kim 8cb72dc9de encrypt/decrypt implemented. initial commit for unit testing of jwe service.
11 years ago
William Kim 59f13a66b6 jwe service accessor methods and private initializing method done.
11 years ago
William Kim fc146433f9 jwe service init commit.
11 years ago
Justin Richer b9f545d75b added encryption/decryption to cached JWK-URI service
11 years ago
Justin Richer 672efa722c added additional discoverable fields to ServerConfig object
11 years ago
Amanda Anganes 07ac661910 Removed @PostConstruct; placed buildSignersAndVerifiers() calls inside both constructors.
11 years ago
Amanda Anganes 452b89414a Added null check;
11 years ago
Amanda Anganes 678b6aa580 Testing removing extra method calls
11 years ago
Justin Richer 122b0c4e8c wrap errors in saving the client in an HTTP 400 (instead of HTTP 500) error
11 years ago
Justin Richer e11c0386d1 added transient passthroughs to JOSE algorithms for client
11 years ago
Justin Richer edeef5de23 added equality checks to data model objects
11 years ago
Justin Richer aa2ec7ce0d interceptor shouldn't ever overwrite stuff from the base model
11 years ago
Justin Richer d83af13ae3 services shouldn't be transactional
11 years ago
Justin Richer 79c054229f removed old form value from fetcher
11 years ago
Justin Richer deb6c9210e fixed misleading error message
11 years ago
Justin Richer b4783e753f clean up unused getter/setter
11 years ago
Justin Richer 1bf560842e cleaned up CORS filter implementation
11 years ago