ADFS 3.0 - Implications of editing the onload.js file
hello. i have seen couple of posts around internet changing sign in input validation adfs 3.0 allow users authenticate without needing supply domain associated account. works well. however, says on microsoft documentation making changes onload.js file change validation not supported. while work, implications of making such changes? thank-you. this forum active directory directory services . you find assistance active directory federation services in msdn geneva forum: https://social.msdn.microsoft.com/forums/vstudio/en-us/home?forum=geneva . regarding question, pretty said on same article. specific modification not supported: adding new ui widgets (buttons, input type=text, etc.) adding custom code events overriding user input validation inject ajax, jquery, etc. and tells why: the same onload.js execute on adfs pages (ex. form-based logon page, home realm discovery page , etc.). need make sure code in script gets executed designed , not ex...