Skip to content

Commit

Permalink
Azure AD auth with MFA
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Aug 27, 2021
1 parent 1671065 commit e051d0e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}]
},
{
Expand All @@ -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",
Expand All @@ -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)"]
}
},
{
Expand Down

0 comments on commit e051d0e

Please sign in to comment.