Skip to content

Commit

Permalink
feat: add more authentication options
Browse files Browse the repository at this point in the history
  • Loading branch information
stokedout authored and dhensby committed Sep 11, 2024
1 parent c420b70 commit cae1d20
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 cae1d20

Please sign in to comment.