From d87645d135506492d90d9ea3bb90c8ac1d83d2b1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Nov 2017 02:12:39 +0000 Subject: [PATCH] oauth3_authn -> authn@oauth3.org --- oauth3.issuer.mock.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oauth3.issuer.mock.js b/oauth3.issuer.mock.js index e054edb..e671f12 100644 --- a/oauth3.issuer.mock.js +++ b/oauth3.issuer.mock.js @@ -27,10 +27,10 @@ OAUTH3.authz.scopes = function () { return OAUTH3.PromiseA.resolve({ - pending: ['oauth3_authn'] // not yet accepted - , granted: [] // all granted, ever - , requested: ['oauth3_authn'] // all requested, now - , accepted: [] // granted (ever) and requested (now) + pending: [ 'authn@oauth3.org' ] // not yet accepted + , granted: [] // all granted, ever + , requested: [ 'authn@oauth3.org' ] // all requested, now + , accepted: [] // granted (ever) and requested (now) }); }; OAUTH3.authz.grants = function (providerUri, opts) {