Justin Richer
|
faeac5dedc
|
carry state parameter through in session
|
2016-10-10 15:16:40 -04:00 |
Justin Richer
|
0a02e7f545
|
null-safe target link filter
|
2016-10-10 15:10:20 -04:00 |
Justin Richer
|
84695aa830
|
enhancing claims gathering endpoint
|
2016-10-07 23:41:59 -04:00 |
Justin Richer
|
f8372666e6
|
Added PCT support, doesn't return from token endpoint yet
|
2016-09-22 12:05:38 -04:00 |
Justin Richer
|
fcff1be114
|
move discovery endpoint to new URL pattern
|
2016-03-18 22:17:37 -04:00 |
Justin Richer
|
e8235ac62a
|
Merge branch 'master' into multiparty
|
2016-01-27 09:44:12 -05:00 |
Justin Richer
|
193d3f8ec6
|
fixed typo in messages file
|
2016-01-27 09:44:04 -05:00 |
Justin Richer
|
ee3219a8ce
|
send back a new ticket at each step
|
2016-01-26 17:58:18 -05:00 |
Justin Richer
|
565364aa9d
|
Merge branch 'master' into multiparty
# Conflicts:
# uma-server/src/main/java/org/mitre/uma/web/AuthorizationRequestEndpoint.java
|
2016-01-22 18:18:16 -05:00 |
Justin Richer
|
002767ec8a
|
UI cleanup for dynamic registration and resource registration
|
2016-01-22 18:16:23 -05:00 |
Justin Richer
|
8168acf04b
|
set off client registration information on dun reg page
|
2016-01-22 17:51:02 -05:00 |
Justin Richer
|
26483b22a9
|
added claims redirect URI editing to the UI for both admins and dynamic clients, closes #1005
|
2016-01-22 17:50:40 -05:00 |
Justin Richer
|
c386f0d7c1
|
added claims redirect URIs to dynamic registration model
|
2016-01-22 15:19:47 -05:00 |
Justin Richer
|
82a1e49e79
|
[maven-release-plugin] prepare for next development iteration
|
2016-01-21 15:55:56 -05:00 |
Justin Richer
|
e6684fb7a8
|
[maven-release-plugin] prepare release mitreid-connect-1.2.4
|
2016-01-21 15:55:53 -05:00 |
Misagh Moayyed
|
3d14b0d128
|
rename zone_info claim to zoneinfo
|
2016-01-21 15:52:59 -05:00 |
Justin Richer
|
7badfe1d17
|
Happy new year 2016!
|
2016-01-21 15:50:37 -05:00 |
Justin Richer
|
6cd36feda8
|
Merge branch 'master' into multiparty
|
2016-01-21 15:36:09 -05:00 |
Justin Richer
|
64ac9661de
|
made RPT granter ignore client's registered scopes (is this right?)
|
2016-01-20 16:52:44 -05:00 |
Justin Richer
|
0a4f36f692
|
cleaned up need_info response
|
2016-01-20 16:52:20 -05:00 |
Justin Richer
|
c9e09e1698
|
reformatted need_info response
|
2016-01-19 21:21:14 -05:00 |
Justin Richer
|
5663fd864e
|
added claims redirect URIs to dynamic registration model
|
2016-01-19 21:20:57 -05:00 |
Justin Richer
|
25c273f259
|
allow permission tickets with empty scope sets
|
2016-01-19 15:50:44 -05:00 |
Justin Richer
|
aeea1379ac
|
changed ticket registration to be consistent
|
2016-01-18 21:47:34 -05:00 |
Justin Richer
|
446ccd0ba7
|
cleaned up UMA discovery components
|
2015-12-30 12:51:04 -05:00 |
Oscar Kurniawan
|
b691cd198a
|
Update client.html
In my instance, this typo cause an error to underscore.js when it is parsing
|
2015-12-29 18:50:32 +07:00 |
Justin Richer
|
f407b0da3a
|
updated introspection result test
|
2015-12-23 12:30:16 -05:00 |
Justin Richer
|
24291040b6
|
allow client to specify scopes as part of token request.
|
2015-12-23 09:59:30 -05:00 |
Justin Richer
|
3734e76578
|
renamed "scopes" in introspection response to "permission_scopes"
|
2015-12-21 17:42:16 -05:00 |
Justin Richer
|
9086a06d7d
|
cleaned up discovery document
|
2015-12-21 17:40:16 -05:00 |
Justin Richer
|
1ec66450e9
|
added claims gathering URI to "need_info" response
|
2015-12-21 17:39:03 -05:00 |
Justin Richer
|
eba7f78cb0
|
removed old RPT Endpoint
|
2015-12-21 17:38:42 -05:00 |
Justin Richer
|
d16f76251f
|
moved resource set registration endpoint to root URL
|
2015-12-21 17:34:40 -05:00 |
Justin Richer
|
0f3e33e870
|
Merge branch 'master' into multiparty
|
2015-12-21 16:01:42 -05:00 |
Justin Richer
|
d74ba2cd04
|
handled errors better in JWK Set cache
|
2015-12-21 15:51:53 -05:00 |
Justin Richer
|
d1033b693f
|
added privacy-preserving client logo cache
|
2015-12-21 15:51:39 -05:00 |
Justin Richer
|
43509b7dfb
|
removed a few straggling KIT references
|
2015-12-21 14:37:06 -05:00 |
Justin Richer
|
099ae41607
|
added client logo to admin table, closes #280
|
2015-12-21 14:33:49 -05:00 |
Justin Richer
|
e828f3f18d
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-21 10:31:49 -05:00 |
Justin Richer
|
01ca5ef8e2
|
[maven-release-plugin] prepare release mitreid-connect-1.2.3
|
2015-12-21 10:31:47 -05:00 |
Justin Richer
|
8294dbedd5
|
handled HTTP and parsing errors, fixed guava cache contract, fixes #372
|
2015-12-18 17:42:15 -05:00 |
Justin Richer
|
b3486c31a0
|
added cache to user info fetcher, closes #833
|
2015-12-18 16:30:03 -05:00 |
Justin Richer
|
d338352cc8
|
scroll Ui to top of page on page loads, closes #977
|
2015-12-18 15:41:01 -05:00 |
Justin Richer
|
aa878cc3cf
|
pulled checks for expired tokens into utility functions
|
2015-12-18 11:22:50 -05:00 |
Mark Janssen
|
105d5d9e3d
|
Update to Spring 4.1.9 and Spring Security 3.2.9
https://spring.io/blog/2015/12/17/spring-framework-4-2-4-4-1-9-released
https://spring.io/blog/2015/11/02/spring-security-3-2-9-released
Closes #987
|
2015-12-18 10:07:23 -05:00 |
Justin Richer
|
698feb49cd
|
check access token expiration on read. closes #983
|
2015-12-16 22:46:42 -05:00 |
Justin Richer
|
e1800b5fd6
|
fixed ITC URL
|
2015-12-16 14:54:51 -05:00 |
Justin Richer
|
8e672e13f9
|
Merge branch 'copyright-itc' into multiparty
|
2015-12-16 14:52:15 -05:00 |
Justin Richer
|
616220e048
|
added praseodym to contributors list (thanks!)
|
2015-12-16 14:51:27 -05:00 |
Justin Richer
|
7f464c496b
|
changed copyright to new consortium name
|
2015-12-16 14:51:12 -05:00 |