We installed web application proxy on Windows Server 2012 R2. Added relying party and authentication and claims are working fine. Only thing is on the sign in page the username needs to have the domain name prefix, which was not the case in the previous
version of ADFS. Simply entering username gives the error "Enter your user ID in the format domain\user"
View sourcing the rendered sign-in page shows JavaScript which is validating the syntax of the username field. My first thought was to modify that JavaScript but I could not find any JavaScript code in any of the .aspx or .aspx.cs pages including Master pages. So where is it hiding? Or is there a cmdlet to override *just* this behavior? We would rather not have users re-learn how to log in.
View sourcing the rendered sign-in page shows JavaScript which is validating the syntax of the username field. My first thought was to modify that JavaScript but I could not find any JavaScript code in any of the .aspx or .aspx.cs pages including Master pages. So where is it hiding? Or is there a cmdlet to override *just* this behavior? We would rather not have users re-learn how to log in.