From e051d0e75d1955e26faf96a2ea1bc742f1058297 Mon Sep 17 00:00:00 2001 From: Pascal Date: Fri, 27 Aug 2021 18:50:48 +0200 Subject: [PATCH] Azure AD auth with MFA --- package.json | 4 +-- .../connectionSettingsModalConfig.json | 30 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 703ef8ee..9e13a491 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Synapse", - "version": "0.1.21", - "versionDate": "2021-08-17", + "version": "0.1.22", + "versionDate": "2021-08-27", "author": "hackolade", "engines": { "hackolade": "5.1.6", diff --git a/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json b/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json index a951118c..c4ed2e38 100644 --- a/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json +++ b/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json @@ -35,14 +35,14 @@ "value": "Username / Password", "label": "Username / Password" },{ - "value": "Azure Active Directory (MFA)", - "label": "Azure Active Directory (MFA)" + "value": "Connection string", + "label": "Connection string" },{ "value": "Azure Active Directory (Username / Password)", "label": "Azure Active Directory (Username / Password)" },{ - "value": "Connection string", - "label": "Connection string" + "value": "Azure Active Directory (MFA)", + "label": "Azure Active Directory (MFA)" }] }, { @@ -57,16 +57,6 @@ }, "regex": "([^\\s])" }, - { - "inputLabel": "Directory (tenant) ID", - "inputKeyword": "connectionTenantId", - "inputType": "text", - "inputTooltip": "Specify the Directory (tenant) ID from the Overview screen of the App registration", - "dependency": { - "key": "authMethod", - "value": ["Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"] - } - }, { "inputLabel": "Port", "inputKeyword": "port", @@ -75,7 +65,17 @@ "defaultValue": 1433, "dependency": { "key": "authMethod", - "value": ["Username / Password", "Azure Active Directory (Username / Password)"] + "value": ["Username / Password", "Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"] + } + }, + { + "inputLabel": "Directory (tenant) ID", + "inputKeyword": "connectionTenantId", + "inputType": "text", + "inputTooltip": "Specify the Directory (tenant) ID from the Overview screen of the App registration", + "dependency": { + "key": "authMethod", + "value": ["Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"] } }, {