diff --git a/oauth3.core.js b/oauth3.core.js index 729e1b9..524bffa 100644 --- a/oauth3.core.js +++ b/oauth3.core.js @@ -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 };