https://authenticate.trihydro.com/core

Submitted URL:
https://authenticate.trihydro.com/Redirected
Report Finished:

The outgoing links identified from the page

LinkText
https://identityserver.github.io/Documentationdocumentation
https://github.com/identityserver/IdentityServer3.Samplesready to use samples

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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html ng-app="app" ng-controller="LayoutCtrl"><head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>IdentityServer v3</title>
    <link rel="stylesheet" href="https://authenticate.trihydro.com/core/assets/styles.min.css">
    <link rel="icon" type="image/x-icon" href="https://authenticate.trihydro.com/core/assets/favicon.ico">
    <link rel="shortcut icon" type="image/x-icon" href="https://authenticate.trihydro.com/core/assets/favicon.ico">
    <style>
        .icon-banner{
            position:relative;
            top:-2px;
        }
        .icon{
            position:relative;
            top:-10px;
        }
    </style>
</head>
<body lang="en">
    <div class="navbar navbar-inverse navbar-fixed-top">
        <div class="navbar-header">
            <a href="https://authenticate.trihydro.com/core">
                <span class="navbar-brand">
                    <img src="https://authenticate.trihydro.com/core/assets/icon.png" class="icon-banner">
                    IdentityServer3
                </span>
            </a>
        </div>
    </div>

    <div class="welcome-page container">
        <div class="row page-header">
            <div class="col-sm-10">
                <h1>
                    <img class="icon" src="https://authenticate.trihydro.com/core/assets/icon.jpg">
                    Welcome to IdentityServer3
                    <small>(build 2.6.2.0)</small>
                </h1>
            </div>
        </div>

        <div class="row">
            <div class="col-sm-8">
                <p>
                    IdentityServer publishes a
                    <a href="https://authenticate.trihydro.com/core/.well-known/openid-configuration">discovery document</a>
                    where you can find metadata and links to all the endpoints, key material, etc.
                </p>
            </div>
        </div>
        <div class="row">
            <div class="col-sm-8">
                <p>
                    IdentityServer allows users to view and revoke
                    <a href="https://authenticate.trihydro.com/core/permissions">application permissions</a>
                    previously granted to client applications.
                </p>
            </div>
        </div>
        <div class="row">
            <div class="col-sm-8">
                <p>
                    Here are links to the
                    <a href="https://identityserver.github.io/Documentation">documentation</a>,
                    and <a href="https://github.com/identityserver/IdentityServer3.Samples">ready to use samples</a>.
                </p>
            </div>
        </div>
    </div>


</body></html>