Justin Richer
8333d035b4
move database files to match new layouts
2016-12-02 15:50:15 -05:00
Tomasz Borowiec
4b3284ffd2
ojdbc6 dependency moved to parent pom, added check constraints for boolean columns, fixed invalid column type
2016-12-02 15:37:41 -05:00
Tomasz Borowiec
83a9fef14d
Oracle support added
2016-12-02 15:37:41 -05:00
Neths
1b7612a26d
add db init script for mysql
...
add data-context example with mysql db initializer
2016-12-02 14:43:18 -05:00
Neths
cbe6b9e1df
add db init script for pgsql
...
add data-context example with pgsql db initializer
2016-12-02 14:43:18 -05:00
Justin Richer
337513a559
sync’d database tables from HSQL to MySQL and PGSQL
...
closes #1154
closes #1148
2016-12-02 14:28:56 -05:00
Justin Richer
5dcda2812e
added code challenge method to client model (properly this time)
2016-07-24 17:45:04 -04:00
Justin Richer
fa63993896
added software statement to client model, added processor to dynamic registration parser
2016-07-21 16:55:46 -04:00
Justin Richer
7badfe1d17
Happy new year 2016!
2016-01-21 15:50:37 -05:00
Justin Richer
7f464c496b
changed copyright to new consortium name
2015-12-16 14:51:12 -05:00
Justin Richer
be9d8948ef
added UMA classes to logger configuration
2015-12-10 16:35:25 -05:00
Mark Janssen
9117e7fe31
Add SQL indexes for PostgreSQL and HSQLDB
2015-10-12 13:08:16 -04:00
Justin Richer
74f5a248c7
Added indexes to MySQL file, closes #902
2015-10-01 18:59:28 -04:00
Justin Richer
31374c0f7b
added spring security to logger configuration, closes #917
2015-10-01 15:32:55 -04:00
Justin Richer
cd46994fb3
removed old DB upgrade scripts (use the upgrade API instead)
2015-08-05 12:04:14 -04:00
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
7345a03aaa
added UMA import, closes #811 even harder
2015-07-09 11:48:52 -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
de72311c95
updated key to 2048-bit version to set a good example
2015-07-07 13:50:57 -04:00
Justin Richer
ee9413b882
database sync
2015-07-03 20:20:51 -04:00
Justin Richer
2cfaa1c1d7
renamed RequiredClaimSet to Policy
2015-07-03 20:16:32 -04:00
Justin Richer
b8a5486995
made required claims sets stick in the database
2015-07-03 20:16:32 -04:00
Justin Richer
cd47d32e2d
split required claim sets out as separate indirection structure, closes #813
2015-07-03 20:16:32 -04:00
Justin Richer
50cbeb3e4c
DB table sync
2015-06-25 12:11:31 -04:00
Justin Richer
2f4d9ce54b
clearing out refresh tokens is now configurable, closes #409
2015-06-25 12:07:38 -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
Yaser Alraddadi
2d5e53c0f2
Fix syntax error: , at the end of table creation
...
Fix syntax error: , at the end of table creation
2015-06-03 14:56:03 +03:00
Justin Richer
d1e8529a7b
expose ID Token and UserInfo to the AuthoritiesProvider and AuthoritiesMapper, both extensible
...
closes #699
closes #761
2015-06-01 21:11:19 -04:00
Justin Richer
30162f6baa
added direct JWK set to data model
2015-05-29 13:00:13 -04:00
Justin Richer
285504cba1
sync database tables across different vendors
2015-05-28 17:26:30 -04:00
Mark Janssen
742ceea182
Support for PostgreSQL
2015-05-28 17:07:41 -04:00
Justin Richer
98e414b6df
broke out authentication holder class into parts, no more serializable pieces in the database, closes #696
2015-05-26 22:00:20 -04:00
Justin Richer
cb8abca0f6
removed embedded JOSE classes in favor of converters
2015-05-22 13:04:21 -04:00
Justin Richer
e52fff58f5
added hierarchical user info display, closes #787
2015-05-13 16:48:01 -04:00
Justin Richer
cdf6107b25
reverted changes related to UMA server
2015-05-12 20:09:31 -04:00
Justin Richer
aee2544fbf
updated tables for MySQL
2015-03-18 19:40:16 -04:00
Justin Richer
7df31f1e87
completed rudimentary UMA authorization API.
...
Working: resource set registration, permission ticket creation, RPT creation from ticket
Still missing: adding required claims to resource set, adding provided claims to permission ticket
2015-03-17 22:26:12 -04:00
Justin Richer
e1769d1545
added (optional) permissions sets to access tokens
2015-03-17 21:42:36 -04:00
Justin Richer
1be9da52c6
separated ticket object from permission object to facilitate re-use of permission object with tokens
2015-03-17 21:16:29 -04:00
Justin Richer
1393251da9
added value to claim
2015-03-17 18:57:35 -04:00
Justin Richer
2aadb09f49
started claims service, added expiration to permissions
2015-03-16 22:52:21 -04:00
Justin Richer
a57c336e11
added uma_authorization to default scope set
2015-03-16 12:29:17 -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
7e9ee525a8
cleaned up old i18n files and references
2015-03-13 11:33:20 -04:00
Justin Richer
54bec32b7e
restored relative time display to a few pages where it was lost during i18n updates, closes #766
2015-03-11 21:24:11 -04:00
Justin Richer
1ba14f7682
added resource set and permission ticket tables to mysql datastore
2015-03-10 18:49:44 -04:00