Skip to content

Commit e051d0e

Browse files
committed
Azure AD auth with MFA
1 parent 1671065 commit e051d0e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Synapse",
3-
"version": "0.1.21",
4-
"versionDate": "2021-08-17",
3+
"version": "0.1.22",
4+
"versionDate": "2021-08-27",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "5.1.6",

reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"value": "Username / Password",
3636
"label": "Username / Password"
3737
},{
38-
"value": "Azure Active Directory (MFA)",
39-
"label": "Azure Active Directory (MFA)"
38+
"value": "Connection string",
39+
"label": "Connection string"
4040
},{
4141
"value": "Azure Active Directory (Username / Password)",
4242
"label": "Azure Active Directory (Username / Password)"
4343
},{
44-
"value": "Connection string",
45-
"label": "Connection string"
44+
"value": "Azure Active Directory (MFA)",
45+
"label": "Azure Active Directory (MFA)"
4646
}]
4747
},
4848
{
@@ -57,16 +57,6 @@
5757
},
5858
"regex": "([^\\s])"
5959
},
60-
{
61-
"inputLabel": "Directory (tenant) ID",
62-
"inputKeyword": "connectionTenantId",
63-
"inputType": "text",
64-
"inputTooltip": "Specify the Directory (tenant) ID from the Overview screen of the App registration",
65-
"dependency": {
66-
"key": "authMethod",
67-
"value": ["Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"]
68-
}
69-
},
7060
{
7161
"inputLabel": "Port",
7262
"inputKeyword": "port",
@@ -75,7 +65,17 @@
7565
"defaultValue": 1433,
7666
"dependency": {
7767
"key": "authMethod",
78-
"value": ["Username / Password", "Azure Active Directory (Username / Password)"]
68+
"value": ["Username / Password", "Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"]
69+
}
70+
},
71+
{
72+
"inputLabel": "Directory (tenant) ID",
73+
"inputKeyword": "connectionTenantId",
74+
"inputType": "text",
75+
"inputTooltip": "Specify the Directory (tenant) ID from the Overview screen of the App registration",
76+
"dependency": {
77+
"key": "authMethod",
78+
"value": ["Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"]
7979
}
8080
},
8181
{

0 commit comments

Comments
 (0)