I have a Silverlight 4 application that uses RIA services and Windows Authentication. I am trying to make it so that if authentication fails the user gets redirected to a login page. I cannot get the login page to authenticate the user's username and password because "Windows authentication does not support logging in."
Does anyone know how to authenticate a user's windows account via a custom login page using RIA services and the Authentication Service?
Thanks in advance!