consider rpc implementation
This commit is contained in:
parent
a43282fab6
commit
4e225e95c9
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue