From 4e225e95c923b84bfff70ddfb0cc67245f3090b4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Feb 2017 14:26:59 -0700 Subject: [PATCH] consider rpc implementation --- oauth3.core.js | 3 +++ 1 file changed, 3 insertions(+) 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 };