Azuredatastudio: Specify Windows Auth credentials when workstation on a different domain than client

Created on 21 Nov 2017  路  10Comments  路  Source: microsoft/azuredatastudio

Can't log in from workstation on different domain than server - SQL Operations Studio Version: 0.23.6

Steps to Reproduce:

  1. Workstation on Domain A
  2. Server on Domain B
  3. Try to launch Ops Studio from Workstation using Windows credentials
  4. Unable to specify credentials in Domain B to authenticate
Bug

Most helpful comment

Ability to enter Windows credentials when using this on a Mac or Linux is essential. This is possible in other similar tools so hopefully Microsoft will make this happen.

All 10 comments

@calan89 try runas command and start sqlopsstudio with Domain B authentication user. https://technet.microsoft.com/en-us/library/cc771525(v=ws.11).aspx

Asking to all community: any suggestion or better solution than runas?

@calan89 it seems runas is not working for sql ops studio. Testing...

marked as 'bug' for RunAs part.

How would I do this on a mac?

Ability to enter Windows credentials when using this on a Mac or Linux is essential. This is possible in other similar tools so hopefully Microsoft will make this happen.

Not sure if this is still an active bug - but on windows I have been able to runas using -
runas /netonly /user:domain\user "C:..pathToOps..\sqlops.exe"

@wiltshih As the others have pointed out, you can't do this on a Mac or Linux. We'd need a way to provide credentials.

Any progress on this?

This appears to still be a problem since runas won't let it open or connect to the db

We're tracking "multiple Windows Auth from single machine" suggestions in this issue https://github.com/Microsoft/sqlopsstudio/issues/112. Please reactive if this suggestion is significantly different than what we're tracking there.

Was this page helpful?
0 / 5 - 0 ratings