https://recordati.pdh.io:8050/uaa/

제출된 URL:
https://recordati.pdh.io:8050/uaa/
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 3개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 0개 결과

HTML

<!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>