If my ASP.NET app is set up for ADFS using Windows Integrated Authentication, I know this will work in IE, but will it work in Firefox?

I've seen some things on the web that indicate that there are problems, and you need to put a workaround in each client browser - http://codebetter.com/blogs/eric.wise/archive/2006/11/16/Note-to-self_3A00_-Firefox-Windows-Authentication.aspx

Thanks Duncan

link|improve this question

62% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It's not a workaround. Firefox will not send your Windows Integrated Credentials to a website by default. You have to tell it to "trust" the website.

You could display those instructions on a page you direct unauthenticated users to.

link|improve this answer
Thanks, in retrospect "workaround" wasn't the right terminology - I just meant that each user would have to make changes to their browser. – Duncan May 11 '09 at 10:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.