This question is similar to @twinnyfo's question here, I am trying to access a database that has some credentials requirements due to the backend SharePoint linked tables.
The database links to 6 tables that sit on SharePoint that uses a smartcard to verify access, specifically the card and pin. After you authenticate, the site becomes available. When you access the database without first logging into the SharePoint site, it freezes, which I assume is it waiting for some kind of credentials as it tries to authenticate to the SharePoint site.
The SharePoint site uses the same credentials the windows box used to login with, but it does not support using the authenticated session from windows, rather creates its own session with the same credentials.
My question: Can I call the user interface that SharePoint does to authenticate, so that the database does not first require the user to authenticate to the SharePoint site?
The database links to 6 tables that sit on SharePoint that uses a smartcard to verify access, specifically the card and pin. After you authenticate, the site becomes available. When you access the database without first logging into the SharePoint site, it freezes, which I assume is it waiting for some kind of credentials as it tries to authenticate to the SharePoint site.
The SharePoint site uses the same credentials the windows box used to login with, but it does not support using the authenticated session from windows, rather creates its own session with the same credentials.
My question: Can I call the user interface that SharePoint does to authenticate, so that the database does not first require the user to authenticate to the SharePoint site?
Comment