diff --git a/routes/index.js b/routes/index.js index 5b32f6f..e37b6b8 100644 --- a/routes/index.js +++ b/routes/index.js @@ -4,7 +4,7 @@ const router = express.Router() const OAuth2 = require('simple-oauth2') const qs = require('querystring') -const scope = 'hydra.consent hydra.consent.*' +const scope = 'hydra.consent' const oauth2 = OAuth2.create({ client: { id: qs.escape(process.env.HYDRA_CLIENT_ID),