I’m looking for some advice on an issue affecting a single user/device when connecting to SQL Server over VPN.
The user receives the following error when launching an application that connects to SQL Server using Windows Authentication:
“Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication.”
They are also prompted for credentials for the SQL server.
What has been tested
- Device is domain joined and trust is healthy
- VPN connection is established and stable
- Server is reachable (ports open, name resolution working)
- Credentials cleared and re-entered
- Device removed and rejoined to the domain
- Kerberos tickets reset and re-tested
Current behaviour
- Application launches
- Prompts for credentials
- Correct domain credentials are entered
- Authentication fails with “untrusted domain” error
- If administrative domain credentials are entered, the application connects successfully
Notes
- Appears to be related to how authentication is handled over VPN on this specific device
- No issues observed on other machines in similar conditions
Question
What could cause Windows Authentication to fail with an “untrusted domain” error on only one domain-joined device over VPN, while working elsewhere?
Are there any additional client-side checks or configurations that should be reviewed?I’m looking for some advice on an issue affecting a single user/device when connecting to SQL Server over VPN.
The user receives the following error when launching an application that connects to SQL Server using Windows Authentication:
“Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication.”
They are also prompted for credentials for the SQL server.
What has been tested
- Device is domain joined and trust is healthy
- VPN connection is established and stable
- Server is reachable (ports open, name resolution working)
- Credentials cleared and re-entered
- Device removed and rejoined to the domain
- Kerberos tickets reset and re-tested
Current behaviour
- Application launches
- Prompts for credentials
- Correct domain credentials are entered
- Authentication fails with “untrusted domain” error
- If administrative domain credentials are entered, the application connects successfully
Notes
- Appears to be related to how authentication is handled over VPN on this specific device
- No issues observed on other machines in similar conditions
Question
What could cause Windows Authentication to fail with an “untrusted domain” error on only one domain-joined device over VPN, while working elsewhere?
Are there any additional client-side checks or configurations that should be reviewed?
that should be reviewed?