- Scan ID:
- ae9da6cb-31a1-4f80-b7a5-c25c695d19e6Finished
- Submitted URL:
- https://recordati.pdh.io:8050/uaa/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<!-- MDB -->
<link href="/uaa/css/mdb.min.css" rel="stylesheet">
<!-- Custom Styling -->
<link href="/uaa/css/login.css" rel="stylesheet">
<!-- MDB -->
<!-- <script type="text/javascript" src="/uaa/js/mdb.min.js"></script>-->
<link rel="icon" type="image/x-icon" href="/uaa/images/favicon.png">
<base href="/uaa">
</head>
<body>
<section class="h-100 gradient-form" style="background-color: #eee">
<div class="container py-5 h-100">
<div class="row d-flex justify-content-center align-items-center h-100">
<div class="col-xl-10">
<div class="card rounded-3 text-black">
<div class="row g-0">
<div class="col-md-6 col-lg-6 d-none d-lg-block align-items-center">
<img src="/uaa/images/sign-in-banner.png" alt="login form" class="img-fluid">
</div>
<div class="col-lg-6">
<div class="card-body p-md-5 mx-md-4">
<div class="text-left mb-10">
<div class="d-flex align-items-center mb-2 pb-1">
<img class="me-1" src="/uaa/images/summa-powered-by.png" style="width: 180px" alt="logo">
</div>
</div>
<form>
<h4 class="text-gray">Sign In With ...</h4>
<p class="text-gray">Select your sign in option.</p>
<div class="text-center pt-1 mb-2 pb-1">
<button class="btn btn-primary btn-block fa-lg mb-0" type="button" onclick="window.location='/uaa/saml/login'">
External User (SSO)
</button>
</div>
<div class="text-center pt-1 mb-5 pb-1">
<button class="btn btn-primary btn-block fa-lg mb-3" type="button" onclick="window.location='/uaa/user/signin'">
PDH User
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- condition when the user currently logged in -->
</div>
</section>
</body></html>