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
Justin Richer
99c57141cb
fixed prepacked scope value
2015-03-10 15:36:43 -04:00
Justin Richer
627bcaee43
added client_id to resource sets
2015-03-10 12:38:13 -04:00
Justin Richer
5ff9cd1bbb
implemented permission registration API
2015-02-28 17:59:37 -05:00
Justin Richer
4d88e04e59
added resource set registration scope to built in set
2015-02-24 17:45:34 -05:00
Justin Richer
3076da1ed8
functioning resource set repository layer
2015-02-24 12:10:54 -05:00
Justin Richer
efeead52b6
fixed typos in data layer, added blank service layer to resource set
2015-02-24 12:00:58 -05:00
Justin Richer
071ea579a3
added resource set class
2015-02-23 11:28:21 -05: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
05f03f7c90
yet more year updates
2015-02-17 13:09:45 -05:00
Justin Richer
e2349984b8
happy new year 2015!
2015-02-17 10:24:08 -05:00
Justin Richer
cc02f8fbe8
pluralized post-logout redirect URI on client, closes #654
2015-02-16 16:43:34 -05:00
Fredrik Jönsson
ef3c13ef24
Minor tweaks.
2015-02-05 12:59:22 +01:00
Fredrik Jönsson
86e4f4afe1
Fix date printing in approval page.
2015-02-05 11:01:28 +01:00
Fredrik Jönsson
bed754dde6
Fix plural issues.
2015-02-05 09:31:37 +01:00
Fredrik Jönsson
4dde4fa054
Fixes in statistics.
2015-02-05 09:17:50 +01:00
Fredrik Jönsson
502150c196
Translate approval page.
2015-02-05 00:05:00 +01:00
Fredrik Jönsson
4f7e3ed4e3
Translate page titles for pages translated so far.
2015-02-04 21:58:47 +01:00
Fredrik Jönsson
c36e0dbf9c
Translate manage.jsp.
2015-02-04 21:26:39 +01:00
Fredrik Jönsson
3533dcdee9
Translate statistics, first version.
2015-02-04 21:09:01 +01:00
Fredrik Jönsson
55bc8713ef
Fix issues in sidebar.
2015-02-04 18:40:39 +01:00
Fredrik Jönsson
644344a6e4
Refactorize, remove text attribute from messages so untranslated labels are easily identified.
2015-02-04 16:10:11 +01:00
Fredrik Jönsson
f991ca0093
Translate sidebar.
2015-02-04 16:03:24 +01:00
Fredrik Jönsson
a33a3c13c6
Fix the about page.
2015-02-04 15:48:57 +01:00
Fredrik Jönsson
6fccef3f69
Translate copyright notice.
2015-02-04 15:44:56 +01:00
Fredrik Jönsson
2dcedca7ac
Translate home page, minus statistics string which currently is
...
non-translateable and needs to be refactorized.
2015-02-04 14:59:54 +01:00
Fredrik Jönsson
a61759bf74
Translate contact page.
2015-02-04 14:32:13 +01:00
Fredrik Jönsson
222b7bae91
Initial i18n setup and translations.
2015-02-04 13:50:09 +01: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
Wolter Eldering
0e50b2f250
Fix column foreign key data type
...
make client_id in access_token and approved_site_scope,
whitelisted_site_id in approved_site the same type at the key they
refer to.
2014-12-18 20:39:37 -05:00
Justin Richer
76b25e13c1
made offline access non-default
2014-11-22 23:46:25 -05:00
Justin Richer
960319b796
improved logging configuration, removed transactional from service
2014-05-25 15:38:44 -04:00
Justin Richer
896e49f8e8
drop temporary tables on upgrade script, closes #536
2014-02-16 00:58:37 -05:00
Justin Richer
3b52ce8201
happy new year!
2014-01-20 12:38:42 -05:00
Justin Richer
dd8b17c67d
added UNIQUE constraint to client_id
2014-01-20 11:31:09 -05:00
Justin Richer
ea1f52cdf9
updated syntax of default values to allow file to run inside HSQLDB GUI (it ran fine on the back end for some reason), addresses #545
2014-01-20 11:29:46 -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
0691c98183
added database upgrade files, addresses #455
2013-09-26 10:28:16 -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