Add subject to implicitGrant

This commit is contained in:
Drew Warren 2017-07-05 16:16:51 -06:00
parent f10dee9167
commit 186c0ea45a
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@
debug: opts.debug || undefined
, client_uri: opts.client_uri || opts.clientUri || undefined
, client_id: opts.client_id || opts.client_uri || undefined
, subject: opts.subject
, state: state
};
var result;