Justin Richer
|
0740443768
|
added claims redirect uri set to client model for UMA usage
|
2015-07-30 13:56:14 -04:00 |
Justin Richer
|
e18fa60054
|
database sync
|
2015-07-09 18:24:56 -04:00 |
Justin Richer
|
e96eda0990
|
save dynamically registered clients to the server's database, closes #799
|
2015-07-08 14:35:20 -04:00 |
Justin Richer
|
44dce71888
|
fixed database syntax, closes #860
|
2015-07-07 17:57:42 -04:00 |
Justin Richer
|
ee9413b882
|
database sync
|
2015-07-03 20:20:51 -04:00 |
Justin Richer
|
50cbeb3e4c
|
DB table sync
|
2015-06-25 12:11:31 -04:00 |
Justin Richer
|
445099fc74
|
Sync database changes across all three platforms
|
2015-06-23 20:31:28 -04:00 |
lomori
|
84b595ea6f
|
Synch with HSQLDB version
Few fields were missing, e.g. user_info::src, causing an application crash with MySQL.
|
2015-06-23 20:24:29 -04:00 |
Justin Richer
|
285504cba1
|
sync database tables across different vendors
|
2015-05-28 17:26:30 -04:00 |
Justin Richer
|
aee2544fbf
|
updated tables for MySQL
|
2015-03-18 19:40:16 -04:00 |
Justin Richer
|
8352145d82
|
Merge branch 'master' into authorization-api
Conflicts:
openid-connect-common/src/main/java/org/mitre/oauth2/service/SystemScopeService.java
openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml
openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java
openid-connect-server/src/main/java/org/mitre/oauth2/web/IntrospectionEndpoint.java
openid-connect-server/src/main/java/org/mitre/openid/connect/web/ClientAPI.java
openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionAuthorizer.java
|
2015-03-13 18:39:26 -04:00 |
Justin Richer
|
4f12fab56b
|
made unused auth codes expired (they're still single-use), refactored auth code service layer
|
2015-03-13 13:45:49 -04:00 |
Justin Richer
|
1ba14f7682
|
added resource set and permission ticket tables to mysql datastore
|
2015-03-10 18:49:44 -04:00 |
Justin Richer
|
593fac83cf
|
scopes can now be set as "restricted" instead of needing to be set "allowDynReg", closes #747
|
2015-02-17 18:25:52 -05:00 |
Justin Richer
|
cc02f8fbe8
|
pluralized post-logout redirect URI on client, closes #654
|
2015-02-16 16:43:34 -05:00 |
Justin Richer
|
6c88d7c54b
|
removed old owner_id field, closes #636
|
2015-01-17 08:18:36 -05:00 |
Wolter Eldering
|
3a067f1875
|
modify foreign key column types
|
2014-12-18 20:39:37 -05:00 |
Justin Richer
|
dd8b17c67d
|
added UNIQUE constraint to client_id
|
2014-01-20 11:31:09 -05:00 |
Justin Richer
|
59da1960eb
|
added token_endpoint_auth_signing_alg, addresses #511
affects #455
|
2013-09-26 11:11:09 -04:00 |
Justin Richer
|
8a5a16f374
|
refactored project into four modules:
Common
Client
Server Library
Server Webapp
addresses #367
|
2013-09-23 17:19:09 -04:00 |