consider rpc implementation

This commit is contained in:
AJ ONeal 2017-02-06 14:26:59 -07:00
parent a43282fab6
commit 4e225e95c9
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@
action: 'directives'
, state: core.utils.randomState()
, redirect_uri: opts.appUrl + (opts.appCallbackPath || '/.well-known/oauth3/callback.html')
, response_type: 'rpc'
, _method: 'GET'
, _pathname: '.well-known/oauth3/directives.json'
, debug: opts.debug || undefined
};