add client_id

This commit is contained in:
AJ ONeal 2017-12-17 08:35:14 +00:00
parent f410f2b171
commit 3b12c7854c
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@
var params = {
state: opts.state || OAUTH3.utils.randomState()
, client_uri: clientId
, client_id: clientId
, redirect_uri: clientId + (opts.client_callback_path || '/.well-known/oauth3/callback.html#/')
, response_type: 'rpc'
, _method: 'GET'