From 019683a10adb7c037f7f04005cdd7dec902ed6ba Mon Sep 17 00:00:00 2001 From: Shawn Mclean Date: Tue, 12 Jan 2021 19:49:04 -0600 Subject: [PATCH] Add MFA Scopes (#102) * Add mfa scopes to server call * Bump patch. --- package-lock.json | 2 +- package.json | 2 +- server/index.js | 4 +++- webtask-templates/bitbucket.json | 2 +- webtask-templates/github.json | 2 +- webtask-templates/gitlab.json | 2 +- webtask-templates/visualstudio.json | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7538788..79785b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-extensions", - "version": "3.7.0", + "version": "3.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16c3afd..09e5a28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-extensions", - "version": "3.7.1", + "version": "3.7.2", "description": "Auth0 Deployment Extensions", "engines": { "node": "5.9.0" diff --git a/server/index.js b/server/index.js index c0fbf9e..d96ce5a 100644 --- a/server/index.js +++ b/server/index.js @@ -94,7 +94,9 @@ module.exports = (configProvider, storageProvider) => { 'read:hooks', 'update:hooks', 'delete:hooks', - 'create:hooks' + 'create:hooks', + 'read:mfa_policies', + 'update:mfa_policies' ].join(' ') })); diff --git a/webtask-templates/bitbucket.json b/webtask-templates/bitbucket.json index 12531d3..b7c3017 100644 --- a/webtask-templates/bitbucket.json +++ b/webtask-templates/bitbucket.json @@ -1,7 +1,7 @@ { "title": "Bitbucket Deployments", "name": "auth0-bitbucket-deploy", - "version": "3.7.1", + "version": "3.7.2", "preVersion": "2.10.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Bitbucket.", diff --git a/webtask-templates/github.json b/webtask-templates/github.json index ccae80b..098b9ca 100644 --- a/webtask-templates/github.json +++ b/webtask-templates/github.json @@ -1,7 +1,7 @@ { "title": "GitHub Deployments", "name": "auth0-github-deploy", - "version": "3.7.1", + "version": "3.7.2", "preVersion": "2.10.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Pages, Rules and Custom Database Connections from GitHub.", diff --git a/webtask-templates/gitlab.json b/webtask-templates/gitlab.json index fe7407c..13eaf97 100644 --- a/webtask-templates/gitlab.json +++ b/webtask-templates/gitlab.json @@ -1,7 +1,7 @@ { "title": "GitLab Deployments", "name": "auth0-gitlab-deploy", - "version": "3.7.1", + "version": "3.7.2", "preVersion": "2.11.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from GitLab.", diff --git a/webtask-templates/visualstudio.json b/webtask-templates/visualstudio.json index 9520ee6..53c0da4 100644 --- a/webtask-templates/visualstudio.json +++ b/webtask-templates/visualstudio.json @@ -1,7 +1,7 @@ { "title": "Visual Studio Team Services Deployments", "name": "auth0-visualstudio-deploy", - "version": "3.7.1", + "version": "3.7.2", "preVersion": "2.9.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Visual Studio Team Services.",