Can I provide a link that triggers windows authentication?

238 Views Asked by At

Is it possible to have a link that attempts windows integrated security authentication on one of my pages in an project where the web.config is set to Forms?

2

There are 2 best solutions below

0
On

I think you could do it in a round about way - it wouldn't trigger the browser's internal Windows Authentication dialog, but you could still validate against a domain using LDAP - this question/answer might help.

3
On

The security mechanism would be dependent on the page/application that the link is pointing to, not on the link itself. Are you linking to a resource within the same project?

Note: This article describes the inherent problem and a potential solution.