Amanda Anganes
2a05ff995d
Added support for additional field in ClientDetailsEntity.java.
13 years ago
Mike Derryberry
fad6caa968
Added testing for signers for Hmac, Rsa, and Plaintext
13 years ago
Justin Richer
e44697cef9
updated JWK display to latest, closes #58
13 years ago
Justin Richer
5c72d8b95f
revocation endpoint cleanup, still needs views
13 years ago
Justin Richer
27219c066d
refactored our service to reflect upstream
13 years ago
Mike Derryberry
ee28d56031
initial implementation of x509 and JWK key retrieval
13 years ago
nemonik
8917e75010
see issue #19
13 years ago
Michael Joseph Walsh
6f43040587
slight sequence diagrams tweaks, mods to account-chooser and openid-connect-client
13 years ago
Michael Jett
3402a3e463
ClientAPI now fully supports RESTful DELETE
13 years ago
Michael Jett
af6e043239
Client Entity now initialized with non-null values so JPA won't flip. Added unified method for saving. Sync'd class member names to allow proper binding.
13 years ago
Michael Jett
0c7ea88323
Client updates.
13 years ago
Stephen Moore
49e96778b8
Missed a file
13 years ago
Stephen Moore
fd91c884bb
Made interfaces... deleted a thing.
13 years ago
Justin Richer
e158ef6fc2
added config bean
13 years ago
Amanda Anganes
e33f277bbe
Updated classes to track newest version of SECOAUTH. This update closes issues #3 , #4 , #8 , and #36 (infinite redirects). This revision changes the authorization and token endpoints to be /openidconnect/auth and /openidconnect/token, respectively.
13 years ago
Stephen Moore
2cf12d4078
Made getAll use ? extends UserInfo
13 years ago
Justin Richer
97dffb6414
added copyright to all java files. closes #11
13 years ago
Justin Richer
686027555c
added copyright to all java files
13 years ago
Justin Richer
6724866099
moved jwt components, utilities, and various interfaces to -common from -server
13 years ago
Justin Richer
59ecb03548
added getter/setter for userinforepository, closes #40
13 years ago
nemonik
6eb8284695
version needed to be modified to 0.1-SNAPSHOT in order to deploy snapshot to nexus
13 years ago
Amanda Anganes
269a354f8c
Added tables.sql, which is just a concatenation of all the other sql files. Added redirect_uris.sql, which is a NEW table needed to support clients registering multiple redirect uris.
...
This updates us to the HEAD revision of SECOAUTH, where the redirect uri field on ClientDetails has been updated to be a Set<String> instead of a single string. I updated the UI code so that it will still work, but it will need to be updated to allow users to register multiple uris.
This also closes issue #2 from the issue tracker.
13 years ago
Stephen Moore
1a1ae4c5b5
Removed Replacer plugin
13 years ago
Amanda Anganes
8b10b83516
Added setNonce to JwtClaims.
13 years ago
U-MITRE\mjwalsh
b4836a0302
mods to auth filter including config comments, http socket time out...
13 years ago
Amanda Anganes
ae9b5e792a
Added a ConfigurationPropertiesBean.java to hold configuration properties. Fixed up CheckIDEndpoint.java a bit - it works, but is outputting the wrong thing.
13 years ago
nemonik
3f2631367f
added comments on configuration of client
13 years ago
Justin Richer
664dd1df46
JWT claims can now have nulls in them without barfing
13 years ago
Justin Richer
c59d3fe963
it spits out JWTs! and id tokens! JWT still needs to handle nulls
13 years ago
Amanda Anganes
ebe72412fe
Authorization Grant flow works up to serializing the returned Access Token. Justin is investigating serialization problems.
13 years ago
Justin Richer
b463cabc69
fixed configuration, moved sql file
13 years ago
Justin Richer
baf7c1c166
fixed dependencies and project configurations
13 years ago
Justin Richer
e6e7504213
added files and shuffled things to new packages
13 years ago