CINXE.COM
NTUA - Identity Provider
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>NTUA - Identity Provider</title> <link rel="stylesheet" type="text/css" href="/idp/custom/login.css"> <meta name="viewport" content="user-scalable=no, width=device-width"> <meta name="apple-mobile-web-app-capable" content="yes"> </head> <body class="page" onload="document.querySelector('#j_username').focus()"> <div class="container"> <div class="header"> <img class="ntua_image" src="/idp/custom/pyrforos_big_simplified.svg"/> <img class="noc_image" src="/idp/custom/noc.svg"/> <div class="title"> <span class="title_yellow">login</span>.ntua.gr </div> </div> <div class="box"> <p class="content"> Welcome to the National Technical University of Athens Identity Provider Service. Using this service you may securely access various third party services by inserting your credentials in the present page just once. </p> <div class="login"> <!--- action below is the login server URI ---> <form action="/idp/profile/SAML2/Redirect/SSO;jsessionid=327646D57F95D523E928FED575B451F4?execution=e1s1" method="post" autocomplete="off"> <div class="fields"> <label class="label"> <span>Username</span> <input type="text" name="j_username" id="j_username" size="20" class="inputfields"> </label> <label class="label"> <span>Password</span> <input type="password" name="j_password" id="j_password" size="24" class="inputfields"> </label> <input class="submitbutton" value="Login" type="submit" name="_eventId_proceed"> <label class="label label-smaller"> <input type="checkbox" name="donotcache" value="1"/>Don't Remember Login </label> <label class="label label-smaller"> <input id="_shib_idp_revokeConsent" type="checkbox" name="_shib_idp_revokeConsent" value="true"> Clear prior granting of permission for release of your information to this service. </label> </div> </form> </div> <div class="note"> <div class="content-small" style="margin-top:0px; margin-bottom:6px;"> After successful login, you will be able to access third party services without needing to re-enter your credentials until you completely exit your browser. </div> <div class="content-small" style="margin-top:0px; margin-bottom:10px;"> To protect your personal information and avoid unauthorized use by other persons that may use your computer, please exit your browser completely when you have finished your work. </div> </div> </div> <div class="footer"> <div class="footer-content"> 漏 2021 National Technical University of Athens • Development and Operation: <a target="_blank" href="http://www.noc.ntua.gr/">NTUA NOC</a> </div> </div> </div> </body> </html>