Reputation: 498
For an existing ASP.NET MVC app, that connects to ADFS we would like to be able to use the os windows user credentials to automatically authenticate against ADFS. Do you have any suggestion how can be this achieved?
I really appreciate any input.
Upvotes: 0
Views: 182
Reputation: 46818
If your ADFS is setup to allow IWA and your browser is correctly configured, this works OOTB. Typically, this works for domain-joined computers.
If your ADFS is set up for FBA i.e. you are coming in through the WAP (i.e. external) than you can't.
Upvotes: 2