Hi There,
I have an SQL Server Express on a server running windows 10. It was configured with integrated authentication only.
I have a client also running windows 10. I am using Microsoft ID (outlook.com) login for authentication. Connecting from the client to the server with SSMS was working fine until yesterday (or maybe earlier since I don't connect everyday remotely) : I get
a "cannot create SSPI context error."
The issue comes from this integrated authentication as I successfully tested with SQL Server login. The outlook.com user is known on both the server and the client. Connecting with the same user using SSMS on the server works fine.
My assumption is that now, instead of sending Microsoft ID information to the server, the client sends the local "client\user" associated to my Microsoft Id, which is different from the "server\user" I found in the server connections.
Still assumptions, using a Microsoft ID would be deprecated and we now have to use an Azure AD login.
Switching to AD user would mean changing my authentication on my server and all my clients, loosing al my profile info, etc. which seems a huge impact.
So I'd like to get back my authentication with Microsoft ID
Can anyone please advise?
Thank you in advance for your help
Cedric