Tag: Azure Active Directory

  • Azure Active Directory Integrated authentication not working

    Azure Active Directory Integrated authentication not working

    0 I am writing a graphql api which uses azure DB(Azure AD authentication). my connection string is "TestDB": "Server=servername;Initial Catalog=DBName;User id = my ad acccount Persist Security Info=False;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication=Active Directory Integrated;", API is failing to authenticate the user. It gives an error "Failed to authenticate the user "myaccount" in Active Directory (Authentication=ActiveDirectoryIntegrated).rnError code 0xwstrust_endpoint_not_foundrnWS-Trust endpoint not…