Justin Richer
582c52ebf5
display error on webfinger failure
10 years ago
Justin Richer
7188a06488
added deletion functionality to UI
10 years ago
Justin Richer
c63651626f
added simple display for required claims into resource set display
10 years ago
Justin Richer
396ed472a9
cleaned up external login page
10 years ago
Justin Richer
9c6f12087d
fixed javascript bug on resource set save
10 years ago
Justin Richer
b2912b944a
tweaked configuration of login pages to allow parallel logins
10 years ago
Justin Richer
08413302eb
configured OIDC client on claims collection endpoint
10 years ago
Justin Richer
2a4cceff5a
object consistency across commits
10 years ago
Justin Richer
6e095e3266
can now add and remove email address claims from the UI
10 years ago
Justin Richer
1ad1813239
claim removal and policy saving
10 years ago
Justin Richer
e89d8cd985
added webfinger lookup helper service
10 years ago
Justin Richer
06ae8545ae
Merge branch 'master' into uma
10 years ago
Justin Richer
332cb22a99
claim forms displayed
10 years ago
Justin Richer
3e931c68b4
added policy editing overview page
10 years ago
Justin Richer
ba0c679e60
made "en" the default locale explicitly
10 years ago
Justin Richer
aee2544fbf
updated tables for MySQL
10 years ago
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
10 years ago
Justin Richer
e1769d1545
added (optional) permissions sets to access tokens
10 years ago
Justin Richer
1be9da52c6
separated ticket object from permission object to facilitate re-use of permission object with tokens
10 years ago
Justin Richer
2993b76dad
added auth request endpoint to context configuration
10 years ago
Justin Richer
1393251da9
added value to claim
10 years ago
Justin Richer
2aadb09f49
started claims service, added expiration to permissions
10 years ago
Justin Richer
a57c336e11
added uma_authorization to default scope set
10 years ago
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
10 years ago
Justin Richer
ba51df0c37
consolidated client credential filter beans
...
(note: imports magic from secoauth)
10 years ago
Justin Richer
4f12fab56b
made unused auth codes expired (they're still single-use), refactored auth code service layer
10 years ago
Justin Richer
7e9ee525a8
cleaned up old i18n files and references
10 years ago
Justin Richer
f39e2e9412
ported the remainder of the swedish language file to the JSON format
10 years ago
Justin Richer
9b0e504cea
transferred remainder of English text to new configuration
10 years ago
Justin Richer
2abcd96bbe
set fallback locale to English, ultimate fall through is to return the code string itself
10 years ago
Justin Richer
285ad71874
made input reader use UTF8, imported the first set of Swedish text to the JSON format
10 years ago
Justin Richer
4d1b08f89d
moved english homepage text to json format
10 years ago
Justin Richer
80605becf1
rudimentary json-based message source
10 years ago
Justin Richer
ed8887864c
added font and key files to non-filtered file sets
10 years ago
Justin Richer
75e0cdd550
fixed syntax error in messages file
10 years ago
Justin Richer
54bec32b7e
restored relative time display to a few pages where it was lost during i18n updates, closes #766
10 years ago
Justin Richer
daee9266c5
default clients to SECRET_BASIC in UI, closes #772
10 years ago
Justin Richer
1735dbca11
extracted controller URLs to constants, closes #769
10 years ago
Justin Richer
c777ebfac9
added universal OAuth exception handling
10 years ago
Justin Richer
1ba14f7682
added resource set and permission ticket tables to mysql datastore
10 years ago
Justin Richer
c3bf359629
turned resource server filter back on
10 years ago
Justin Richer
99c57141cb
fixed prepacked scope value
10 years ago
Justin Richer
ee522100b9
Merge branch 'master' into uma-introspection
...
* master:
fixed logger variable name
made logger declarations consistent across project, closes #780
Fixed logger
null safe
removed DateUtil
added icons to scope editing panel
10 years ago
Justin Richer
627bcaee43
added client_id to resource sets
10 years ago
Justin Richer
5ff9cd1bbb
implemented permission registration API
10 years ago
Justin Richer
0dc7cb05e7
added icons to scope editing panel
10 years ago
Justin Richer
351ce3995a
Merge branch 'master' into uma
...
pulled in deep link checking and checkbox handling
10 years ago
Justin Richer
c8cf2abbd9
made scopes robust against deep links
10 years ago
Justin Richer
45754d3b75
made clients robust against deep links
10 years ago
Justin Richer
d570497b16
fixed some bugs in whitelist rendering and saving
10 years ago
Justin Richer
692e8418d6
fixed whitelist deep linking, closes #718
10 years ago
Justin Richer
8caaf3ae20
whitelist editor now uses checkboxes, closes #773
10 years ago
Justin Richer
4d88e04e59
added resource set registration scope to built in set
10 years ago
Justin Richer
3b6412219b
added abbreviated view, updated OAuth error handling, fixed URL mapping
10 years ago
Justin Richer
3076da1ed8
functioning resource set repository layer
10 years ago
Justin Richer
efeead52b6
fixed typos in data layer, added blank service layer to resource set
10 years ago
Justin Richer
071ea579a3
added resource set class
10 years ago
Justin Richer
b670f44138
added UMA to version number
10 years ago
Justin Richer
19879c20c2
restored restricted grant type behavior on dynamic registration page (was lost in translation)
10 years ago
Justin Richer
6a41e98474
added display flag for default scopes
10 years ago
Justin Richer
5f116d522d
fixed missing display message
10 years ago
Justin Richer
2d53f317b0
checkboxes now control list membership behavior, autocomplete is turned off
10 years ago
Justin Richer
e963c3c1ec
checkbox based list renderer
10 years ago
Justin Richer
9a19207f86
long list widgets now clickable
10 years ago
Justin Richer
9ccaa98e2a
fixed default scope lists for dynamic clients and protected resources
10 years ago
Justin Richer
cf07f75682
added UI for restricted scopes
10 years ago
Justin Richer
593fac83cf
scopes can now be set as "restricted" instead of needing to be set "allowDynReg", closes #747
10 years ago
Justin Richer
ecfb72bc50
additional JOSE class naming
10 years ago
Justin Richer
522edda074
additional JOSE class renaming
10 years ago
Justin Richer
05f03f7c90
yet more year updates
10 years ago
Justin Richer
f7998899cf
missed a few copyright notices
10 years ago
Justin Richer
e2349984b8
happy new year 2015!
10 years ago
Justin Richer
d91da77a31
cleaned up resource reg view
10 years ago
Justin Richer
cdd49d9d54
ported help-block text to other admin pages, cleaned up rsreg form processor
10 years ago
Justin Richer
40b390de6d
pluralized post-logout redirect uris for dynamically registered clients
10 years ago
Justin Richer
da9c8bdee5
added support for help blocks on list widget views
10 years ago
Justin Richer
cc02f8fbe8
pluralized post-logout redirect URI on client, closes #654
10 years ago
Justin Richer
b7612520c4
fixed swedish message
10 years ago
Justin Richer
70779a69ea
reorganized dependency management section, managed cross-module dependencies, updated Nimbus JWT library
10 years ago
Justin Richer
587d4b2db6
further pom file cleanup
10 years ago
Justin Richer
377d8cb884
moved dependency version management to parent pom, closes #666
10 years ago
Justin Richer
d25602fbe7
created a locale resolved tied in with the existing server configuration bean, removed locale interceptor (it doesn't work with fixed resolvers), cleaned up comments and files
10 years ago
Fredrik Jönsson
7861300d72
Activate locale change interceptor and make it overrideable.
10 years ago
Fredrik Jönsson
10b7eb60c8
Fix typo.
10 years ago
Fredrik Jönsson
a80bb19faf
Translate dynreg, rsreg warning.
10 years ago
Fredrik Jönsson
3fbd17ffe3
Translate additional tooltip.
10 years ago
Fredrik Jönsson
c5d1f4de9d
Translated not implemented yet.
10 years ago
Fredrik Jönsson
d774cfeb6d
Fix explicit date format strings.
10 years ago
Fredrik Jönsson
0b4e584533
Translate dates.
10 years ago
Fredrik Jönsson
7dbfa37887
Switch language to English.
10 years ago
Fredrik Jönsson
22e9dd703b
Fix typo.
10 years ago
Fredrik Jönsson
1801225528
Translate page titles.
10 years ago
Fredrik Jönsson
bd38e43f5a
Translated rsreg page and fixes.
10 years ago
Fredrik Jönsson
c50392d77e
Started working on rsreg page.
10 years ago
Fredrik Jönsson
a602d4c231
Translate dialogs in dynreg.js.
10 years ago
Fredrik Jönsson
6f35c2273d
Translated last tab of dynreg.
10 years ago
Fredrik Jönsson
19181446aa
More reasonable max length for default max session.
10 years ago
Fredrik Jönsson
8b38d6a797
Translated dynreg cryptography tab.
10 years ago
Fredrik Jönsson
2982f8e199
Translated dynreg tokens tab.
10 years ago
Fredrik Jönsson
2cad53f5a5
Access tab translated.
10 years ago
Fredrik Jönsson
dcf8e1988c
Translate first tab of dynreg client.
10 years ago
Fredrik Jönsson
0e9214ccea
Started working on dev pages.
10 years ago
Fredrik Jönsson
c97cd1bd10
No pluras 's' in swedish.
10 years ago
Fredrik Jönsson
d42ad7a9ab
Translate popup dialogs.
10 years ago
Fredrik Jönsson
97cf6854ed
Entire client form translated.
10 years ago
Fredrik Jönsson
76b10736ef
Translated missing loading box.
10 years ago
Fredrik Jönsson
eaf2ac3160
Add missing white space to loading box.
10 years ago
Fredrik Jönsson
f6a26be722
Crypto tab in client form translated.
10 years ago
Fredrik Jönsson
89004b3b43
Fixes and started translating crypto tab.
10 years ago
Fredrik Jönsson
3c72097f3d
Tokens tab translated.
10 years ago
Fredrik Jönsson
a5ce2f66a2
Credentials tab translated.
10 years ago
Fredrik Jönsson
3f9f33f9a4
Started working on credentials tab.
10 years ago
Fredrik Jönsson
d308f58e71
Translate searches in client table.
10 years ago
Fredrik Jönsson
d082394bc8
Fix translation bug.
10 years ago
Fredrik Jönsson
91ac730129
Translate loading popyps in client page.
10 years ago
Fredrik Jönsson
7d24490f30
Translate missing peaces of client table.
10 years ago
Fredrik Jönsson
4626584b06
CSS tweak.
10 years ago
Fredrik Jönsson
62b6406581
Client access tab in client form translated.
10 years ago
Fredrik Jönsson
43b6472a7a
First tab of client form translated.
10 years ago
Fredrik Jönsson
ea1052388c
Client list table translated.
10 years ago
Fredrik Jönsson
550b7d4e41
Translated last of scopes.
10 years ago
Fredrik Jönsson
73a4533906
Translate remains of scope form and some other fixes.
10 years ago
Fredrik Jönsson
fdc9a65ec1
Most of scope pages translated.
10 years ago
Fredrik Jönsson
004c439711
Translated whitelist.
10 years ago
Fredrik Jönsson
44b8e565ae
Admin template translated.
10 years ago
Fredrik Jönsson
d0b3e19279
Most of token page translated.
10 years ago
Fredrik Jönsson
b2d2a95a47
Most of grant page translated.
10 years ago
Fredrik Jönsson
5a7e70a18e
First successful translation of template string.
10 years ago
Fredrik Jönsson
8f64e0c454
Initialize i18next library and load messages.
10 years ago
Fredrik Jönsson
5e2522491d
Add i18next library.
10 years ago
Fredrik Jönsson
ef3c13ef24
Minor tweaks.
10 years ago
Fredrik Jönsson
86e4f4afe1
Fix date printing in approval page.
10 years ago
Fredrik Jönsson
323a860210
Set correct language in header.
10 years ago
Fredrik Jönsson
bed754dde6
Fix plural issues.
10 years ago
Fredrik Jönsson
4dde4fa054
Fixes in statistics.
10 years ago
Fredrik Jönsson
502150c196
Translate approval page.
10 years ago
Fredrik Jönsson
4f7e3ed4e3
Translate page titles for pages translated so far.
10 years ago
Fredrik Jönsson
c36e0dbf9c
Translate manage.jsp.
10 years ago
Fredrik Jönsson
3533dcdee9
Translate statistics, first version.
10 years ago
Fredrik Jönsson
55bc8713ef
Fix issues in sidebar.
10 years ago
Fredrik Jönsson
644344a6e4
Refactorize, remove text attribute from messages so untranslated labels are easily identified.
10 years ago
Fredrik Jönsson
f991ca0093
Translate sidebar.
10 years ago
Fredrik Jönsson
a33a3c13c6
Fix the about page.
10 years ago
Fredrik Jönsson
6fccef3f69
Translate copyright notice.
10 years ago
Fredrik Jönsson
2dcedca7ac
Translate home page, minus statistics string which currently is
...
non-translateable and needs to be refactorized.
10 years ago
Fredrik Jönsson
a61759bf74
Translate contact page.
10 years ago
Fredrik Jönsson
222b7bae91
Initial i18n setup and translations.
10 years ago
Justin Richer
6c88d7c54b
removed old owner_id field, closes #636
10 years ago
Wolter Eldering
3a067f1875
modify foreign key column types
10 years ago
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.
10 years ago