From f069314e76d5fa38e80fa5865268fedd1a41362f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 17 Nov 2017 17:44:10 +0000 Subject: [PATCH] fix typo for scope --- js/playground.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/playground.js b/js/playground.js index 3e46ae4..f1c73c1 100644 --- a/js/playground.js +++ b/js/playground.js @@ -358,7 +358,7 @@ vm.api.urls.scope = function () { // TODO do something like this in the oauth3 library vm.urls.scope = 'https://:host/.well-known/oauth3/scopes/:scope.json\nhttps://example.com/.well-known/oauth3/scopes/example@oauth3.org.json\n\n' - + 'GET https://example.com/.well-known/oauth3/#/?action=directives&state={{random}}&redirect_uri=https%3A%2F%2Fsso.hellabit.com%2F.well-known%2Foauth3%2Fcallback.html%23%2F&response_type=rpc&_method=GET&_pathname=.well-known%2Foauth3%2Fscopes%2Fexample@oauth3.org.json'; + + 'GET https://example.com/.well-known/oauth3/#/?action=scope&state={{random}}&redirect_uri=https%3A%2F%2Fsso.hellabit.com%2F.well-known%2Foauth3%2Fcallback.html%23%2F&response_type=rpc&_method=GET&_pathname=.well-known%2Foauth3%2Fscopes%2Fexample@oauth3.org.json'; }; vm.api.discoverScopes = function () { var scopes = vm.form.scopes && vm.form.scopes.split(',') || [];