Has anyone successfully implemented two-level authentication using thinktecture identity server running under IIS 7.5?
The solutions I've tried all seem to be geared toward IIS 6/classic mode, I did find one guy that seemed to have tackled the problem at:
Though not having much luck getting it to play with Thinktecture.
What we're trying to do is authenticate the user through Windows Authentication, and if that's not available, then send them to the forms authentication. I'm not sure why this is so complicated, seems like it would be a common task.