add client_id
This commit is contained in:
parent
f410f2b171
commit
3b12c7854c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue