I can tell you being the engineer that deployed that custom login page you found there is a lot of logic behind the page that gets really complicated (selecting the realm with the icons and processing the drop down and putting that in front of the username so that it is sent to the auth server correctly), that is all a pain. If you just want to have a custom login page with username and password fields and a submit button that is not bad. If you know html first get the site build as you would a normal site first. Then follow the docs Juniper has on custom login pages to add the correct form actions to submit the data. That is about it. I am actually working on a new custom login page for the company i am with now. Once I get the submit logic done I will post a stripped version (as it is an internal system) that may help you out. PS. Glad you thought the site was nice. I cant take credit for the html and look and feel thou. That is all another team :(
... View more