We are doing SSO using ADFS and Shibboleth SP.
In a perfect world, Windows authentication would always work, i.e., the user accesses https://shibboleth/Login?target=somewhere, is redirected to https://adfs/adfs/ls/SomeSamlRequest, the browser authenticates the user in the background using some Active Directory magic and finally, the user is redirected to the desired page without having encountered some login form or dialog.
However, in case this doesn't work, the user is shown an HTTP authentication dialog. Is there a way to configure how many login attempts the user gets and where to redirect them when authentication fails?