Justin Richer
|
c6733d04fb
|
[maven-release-plugin] prepare release mitreid-connect-1.0.12
|
2013-09-23 15:30:13 -04:00 |
Amanda Anganes
|
e9c813e3da
|
Fixed typo
|
2013-09-23 14:30:51 -04:00 |
Amanda Anganes
|
a0b7b2dbff
|
Remove @PostConstruct from JWKSetKeyStore
|
2013-09-20 11:59:22 -04:00 |
Justin Richer
|
34a81c25dc
|
if there's only one key, return it as the default
|
2013-09-20 11:59:05 -04:00 |
Justin Richer
|
a769c972eb
|
spelling, property access, and cleanup
|
2013-09-20 11:59:01 -04:00 |
Justin Richer
|
6b96fbb4e9
|
refactored some json utils to their own static class
|
2013-09-20 11:58:48 -04:00 |
Justin Richer
|
1e120d90b5
|
added encryption method list to encryption/decryption service
|
2013-09-20 11:58:40 -04:00 |
William Kim
|
20b5adfd23
|
updated comments for jwe service.
|
2013-09-20 11:57:38 -04:00 |
William Kim
|
3b12765b9b
|
Updated nimbusds library version to 2.17.2 and made relevant changes in enc./dec. service and test
|
2013-09-20 11:57:32 -04:00 |
William Kim
|
1bdcf26443
|
changed encrypt/decrypt parameter to use JWEObject instead of EncryptedJWT
|
2013-09-20 11:57:30 -04:00 |
William Kim
|
4192350401
|
RSA encryption service tested.
|
2013-09-20 11:57:27 -04:00 |
William Kim
|
e5d64d8f2e
|
implemented symmetric key encryption.
|
2013-09-20 11:57:24 -04:00 |
William Kim
|
8cb72dc9de
|
encrypt/decrypt implemented. initial commit for unit testing of jwe service.
|
2013-09-20 11:57:22 -04:00 |
William Kim
|
59f13a66b6
|
jwe service accessor methods and private initializing method done.
|
2013-09-20 11:57:20 -04:00 |
William Kim
|
fc146433f9
|
jwe service init commit.
|
2013-09-20 11:57:18 -04:00 |
Justin Richer
|
b9f545d75b
|
added encryption/decryption to cached JWK-URI service
Conflicts:
openid-connect-server/src/main/java/org/mitre/openid/connect/ConnectOAuth2RequestFactory.java
|
2013-09-20 11:29:46 -04:00 |
Justin Richer
|
672efa722c
|
added additional discoverable fields to ServerConfig object
|
2013-09-20 11:27:46 -04:00 |
Amanda Anganes
|
07ac661910
|
Removed @PostConstruct; placed buildSignersAndVerifiers() calls inside both constructors.
|
2013-09-20 11:27:32 -04:00 |
Amanda Anganes
|
452b89414a
|
Added null check;
|
2013-09-20 11:27:30 -04:00 |
Amanda Anganes
|
678b6aa580
|
Testing removing extra method calls
|
2013-09-20 11:27:28 -04:00 |
Justin Richer
|
e11c0386d1
|
added transient passthroughs to JOSE algorithms for client
Conflicts:
openid-connect-server/src/main/java/org/mitre/openid/connect/ConnectOAuth2RequestFactory.java
|
2013-09-20 11:22:18 -04:00 |
Justin Richer
|
edeef5de23
|
added equality checks to data model objects
|
2013-09-20 11:19:17 -04:00 |
Justin Richer
|
aa2ec7ce0d
|
interceptor shouldn't ever overwrite stuff from the base model
|
2013-09-20 11:18:26 -04:00 |
Justin Richer
|
858be9866a
|
[maven-release-plugin] prepare for next development iteration
|
2013-09-06 15:37:31 -04:00 |
Justin Richer
|
72caaa6d2d
|
[maven-release-plugin] prepare release mitreid-connect-1.0.11
|
2013-09-06 15:37:28 -04:00 |
Justin Richer
|
9f444f9eca
|
[maven-release-plugin] prepare for next development iteration
|
2013-09-03 12:43:52 -04:00 |
Justin Richer
|
6e866cd6a6
|
[maven-release-plugin] prepare release mitreid-connect-1.0.10
|
2013-09-03 12:43:49 -04:00 |
Justin Richer
|
5c38a3393a
|
stopgap to prevent some leaks due to #492
|
2013-08-30 16:38:36 -04:00 |
Justin Richer
|
a59704559a
|
inject user's authorities into javascript context
|
2013-08-29 17:40:01 -04:00 |
Justin Richer
|
61acbbe3b8
|
inject the current user into the javascript context
Conflicts:
openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag
|
2013-08-29 17:39:59 -04:00 |
Justin Richer
|
1840a67aad
|
explicitly try to initialize the JWK set if it's null by the time the getter is called
|
2013-08-22 14:26:06 -04:00 |
Justin Richer
|
3ee2a75e2e
|
[maven-release-plugin] prepare for next development iteration
|
2013-08-20 16:51:13 -04:00 |
Justin Richer
|
c5edb1ba1e
|
[maven-release-plugin] prepare release mitreid-connect-1.0.9
|
2013-08-20 16:51:10 -04:00 |
Justin Richer
|
9df10d3871
|
id tokens always expire, addresses #416
Conflicts:
openid-connect-server/src/main/webapp/resources/template/client.html
|
2013-08-20 16:07:25 -04:00 |
Justin Richer
|
682d9b9406
|
added 'use server default' to JOSE options, addresses #462
|
2013-08-20 14:46:35 -04:00 |
Amanda Anganes
|
f866e5addc
|
Use clients preferred algorithm, if any, to sign
|
2013-08-20 14:33:36 -04:00 |
Justin Richer
|
5c40539561
|
cached jwk services expire after an hour
|
2013-08-20 14:12:41 -04:00 |
Justin Richer
|
44f0e89048
|
I can spell "consortium"!
|
2013-08-14 14:15:42 -04:00 |
Justin Richer
|
91b2be284d
|
[maven-release-plugin] prepare for next development iteration
|
2013-08-09 14:13:31 -04:00 |
Justin Richer
|
074ea6f903
|
[maven-release-plugin] prepare release mitreid-connect-1.0.8
|
2013-08-09 14:13:28 -04:00 |
Amanda Anganes
|
f58141e6a7
|
Fixed token expiration bug by removing jsql queries. Instead expired tokens or approved sites are filtered at the repository level
Moved getExpired to service layers
Used Predicates to filter expired tokens and approved sites;
|
2013-08-09 13:55:41 -04:00 |
Justin Richer
|
5edde48481
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-30 13:10:48 -04:00 |
Justin Richer
|
4de9895d23
|
[maven-release-plugin] prepare release mitreid-connect-1.0.7
|
2013-07-30 13:10:45 -04:00 |
Justin Richer
|
023dd440d4
|
[maven-release-plugin] prepare for next development iteration
|
2013-07-29 11:30:08 -04:00 |
Justin Richer
|
5e8f93cf15
|
[maven-release-plugin] prepare release mitreid-connect-1.0.6
|
2013-07-29 11:30:04 -04:00 |
Justin Richer
|
e658ffd7fc
|
format/cleanup and copyright
|
2013-07-29 11:28:51 -04:00 |
Amanda Anganes
|
906db0ac86
|
Opened token api access to all users; restricted to only show currently-logged-in-users tokens
|
2013-07-29 09:18:08 -04:00 |
Justin Richer
|
fb448a246a
|
converted test data to map, use new serializer
|
2013-07-26 12:55:22 -04:00 |
Justin Richer
|
8edd6da136
|
added serializer for non-heirarchical URIs
|
2013-07-26 12:55:03 -04:00 |
Justin Richer
|
5893d8f8f8
|
fixed up parsing regular expression
|
2013-07-26 12:54:09 -04:00 |