Forum Discussion
SSO AAD with SQL Server
Hi Anonymous ,
Based on your own description, I think first you need to make sure that SQL Server is configured to support Azure AD authentication. SQL Server must be set up to accept Azure AD authentication for SSO to work properly. You can refer to this document below: Configure Microsoft Entra authentication - Azure SQL Database & SQL Managed Instance & Azure Synapse Analytics | Microsoft Learn
I also noticed that the error message mentions a login name from an untrusted domain. Make sure that the domain of the user account is trusted by SQL Server. Similarly, confirm that the user attempting to access the report via DirectQuery is properly mapped in SQL Server with the appropriate permissions.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous2 years agoNot applicable
Thank you for your reply
I'm using SQL Server (on-prem) but I will have a look on the ressource you shared
I will keep you inform if I was able to solve this issue- Anonymous2 years agoNot applicable
Hi Anonymous,
Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.