Skip to content

Commit

Permalink
Merge pull request #45 from stokedout/patch-1
Browse files Browse the repository at this point in the history
feat: add more authentication options
  • Loading branch information
dhensby authored Sep 11, 2024
2 parents c420b70 + cae1d20 commit df07ac8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/parser/sql-connection-string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,16 @@ export const SCHEMA: SchemaDefinition = {
},
'Authentication': {
type: SchemaTypes.STRING,
allowedValues: ['Active Directory Integrated', 'Active Directory Password', 'Sql Password'],
allowedValues: [
'Active Directory Default',
'Active Directory Device Code Flow',
'Active Directory Integrated',
'Active Directory Interactive',
'Active Directory Managed Identity',
'Active Directory Password',
'Active Directory Service Principal',
'SQL Password',
],
},
'Column Encryption Setting': {
type: SchemaTypes.STRING,
Expand Down

0 comments on commit df07ac8

Please sign in to comment.