22 Jan 2024 10:49 AM
Hi,
I am currently testing the MSSQL Extension that is available. I do see that the extension supports NTLM which is a requirement of ours. Does the extension support stored credentials in the vault for NTLM or is it only supported for Basic Authentication? If it does not currently support it, are there plans to add support?
Kind Regards,
Amit
22 Jan 2024 01:14 PM
Hi,
Credentials vault is not supported with NTLM or Kerberos authentication schemes at the moment.
Perhaphs, @dglugla knows if there are any plans to enable that?
03 May 2024 11:26 PM
Any further updates on this topic? I am looking for a solution to this too..
04 May 2024 03:21 AM
@ashish_kanoje Its still supports basic authentication.
"authentication": {
"scheme": "basic",
"useCredentialVault": true,
"credentialVaultId": "some-credential-vault-id"
}
09 May 2024 11:31 PM
hi @tijust1 , our requirement mandates use of Kerberos. Cannot use basic authentication unfortunately.