CINXE.COM
University of Iowa HawkID Login
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#1c1c1e"> <link rel="shortcut icon" href="/uip/images-2022/favicon.ico"> <title>University of Iowa HawkID Login</title> <script type="text/javascript"> function removeIowaUPNSuffix() { var usernameOld = document.getElementById("uip_hawkid").value.toLowerCase(); var usernameNew = usernameOld.replace(/@(?:sandbox\.)?uiowa\.edu/, ""); document.getElementById("uip_hawkid").value = usernameNew; } </script> <link href="/uip/css-2022/site.css" rel="stylesheet"> <!--[if lte IE 8]> <link href="/uip/css-2022/site-ie-old.css" rel="stylesheet"> <![endif]--> </head> <body> <main class="d-flex flex-column min-vh-100 justify-content-center"> <div class="login-card shadow-lg"> <div class="d-flex flex-row justify-content-center"> <div class="logo logo--tab"> <svg xmlns="http://www.w3.org/2000/svg" class="logo-icon" aria-labelledby="logo-header" role="img" viewBox="0 0 311.6 90.2"> <path d="M40 18.8h-7.3v52.4H40v19H0v-19h7.3V18.8H0V0h40V18.8z" /> <path d="M93.8 90.2h-29c-10.5 0-17.4-6.9-17.4-18.2V18.2C47.4 7 54.4 0 64.8 0h29c10.5 0 17.4 7 17.4 18.2V72C111.2 83.2 104.2 90.2 93.8 90.2zM85.6 71.2V18.8H73v52.4H85.6z" /> <path d="M122.6 18.8h-6.4V0h38v18.9H147l6.5 43.4L167 0h19.2l14.4 62.3 5.2-43.4h-6.6V0h37.5v18.9h-6.2l-11.3 71.4h-30.6l-11.8-53.2 -12.1 53.1h-29.4L122.6 18.8z" /> <path d="M230.1 71.2h6.9L250.7 0h41l13.5 71.2h6.4v19H281l-2.9-22h-15.2l-2.7 22h-30L230.1 71.2 230.1 71.2zM276.5 51.7l-5.8-36.4 -6 36.4H276.5z" /> <image src="/uip/images-2022/uiowa-primary.png"> <title id="logo-header">University of Iowa</title> </image> </svg> </div> </div> <div class="card-body pt-2"> <h1 class="text-center h5 fw-light mt-2 mb-3">Log in with your HawkID</h1> <form name="authForm" method="post" action="/uip/auth.page;jsessionid=7508FB5DF2029E90693436681CC6BED7" onsubmit="removeIowaUPNSuffix()"> <div class="form-floating mb-3"> <input name="uip_hawkid" type="text" class="form-control" id="uip_hawkid" value="" required autofocus autocapitalize="off" autocorrect="off" spellcheck="false" placeholder="herky@uiowa.edu"></input> <label for="uip_hawkid">HawkID</label> </div> <div class="form-floating mb-3"> <input name="uip_password" type="password" class="form-control" id="uip_password" value="" required placeholder="password"></input> <label for="uip_password">Password</label> </div> <p></p> <input type="hidden" name="scope" value="workflow.api.maui"> <input type="hidden" name="redirect_uri" value="https://www.maui.uiowa.edu/maui/home/dashboard.page"> <input type="hidden" name="client_id" value="maui"> <input type="hidden" name="response_type" value="code"> <input type="hidden" name="uip_nonPassportRequestParameters" value="state=2cb94fc9-bfb2-4e67-af37-3f31d49fdf8d"> <input type="hidden" name="uip_action" value="Sign In"> <button type="submit" id="login" name="uip_submit" class="btn-uids btn-uids-primary mb-3"> Log In <svg role="presentation" class="btn-uids-primary__icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </button> </form> <div class="text-center"> <a href="https://iam.uiowa.edu/accounts/recover">Forgot your HawkID or password?</a> </div> </div> </div> </main> </body> </html>