I have successfully configured my ADFS 3.0 environment and it is working great. Users can sign in with just their username and password (no @domain.com required) thanks to the code from 'Example 2' found here: https://technet.microsoft.com/en-us/library/dn636121.aspx
. I used this code in my onload.js and it works great. I've now setup the password reset function as described here:http://blogs.msdn.com/b/samueld/archive/2015/05/13/adfs-2012-r2-now-supports-password-change-not-reset-across-all-devices.aspx . It works well,
except that users are required to enter there username@domain.com / email address here. I want them to just enter their SAM account name (like Example 2 listed above). Do I need further code in my onload.js file, or do I need to edit/create a script in a different
file to acheive this?
↧