go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

Add support for Azure AD device code authentication

Open maskati opened this issue 1 year ago • 4 comments

Currently --authentication-method supports ActiveDirectoryInteractive which uses azidentity.InteractiveBrowserCredential. This limits usage to windowed environments with a web browser.

Consider supporting a new authentication method ActiveDirectoryDeviceCode which would use azidentity.DeviceCodeCredential.

maskati avatar Aug 15 '23 18:08 maskati