login.yousee.dk
Open in
urlscan Pro
13.50.222.154
Public Scan
Submitted URL: https://mityousee.dk/regningsforklaring
Effective URL: https://login.yousee.dk/as/authorization.oauth2?client_id=mit-yousee-web&redirect_uri=https://mityousee-odinapi.yousee.d...
Submission: On November 21 via api from RU — Scanned from DK
Effective URL: https://login.yousee.dk/as/authorization.oauth2?client_id=mit-yousee-web&redirect_uri=https://mityousee-odinapi.yousee.d...
Submission: On November 21 via api from RU — Scanned from DK
Form analysis
1 forms found in the DOMPOST /as/ogWLUHForv/resume/as/authorization.ping
<form method="POST" action="/as/ogWLUHForv/resume/as/authorization.ping" autocomplete="off">
<div class="content-column column-1">
<div class="ping-header has-logo n-ping-header">
<span class="company-logo">
<!-- client company logo here -->
<img src="assets/nuuday/yousee/images/yousee-logo.svg" alt="YouSee logo" data-testid="img-yousee-logo">
</span>
</div>
<div class="n-form-header"> Log ind </div>
<div class="n-social-logins">
<div class="social-media-container">
<input type="hidden" name="pf.alternateAuthnSystem" value="">
<div class="button-container n-social-media-button-container login-button-container" id="mitid-div" style="display: block;">
<button type="button" class="mitid-button mit-mobile" onclick="postAlternateAuthnSystem('mitid');" title="Log ind med MitID" data-testid="alt-auth-src-btn-mitid" id="mitid_btn">
<svg xmlns="http://www.w3.org/2000/svg" class="mitid-logo mitid" width="61" height="16" viewBox="0 0 61 16" focusable="false" aria-label="MitID logo">
<path
d="M19.2 0c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8-1.8-.8-1.8-1.8.8-1.8 1.8-1.8zm21.2 0c2.1 0 3.8 1.7 3.8 3.8 0 2.1-1.7 3.8-3.8 3.8-2.1 0-3.8-1.7-3.8-3.8 0-2.1 1.7-3.8 3.8-3.8zM20.7 4.9v10.9h-3V4.9h3zM2.9.8l4.6 7.1L12 .8h2.9v15h-3.1V6.1l-4.3 6.4h-.1L3.1 6.1v9.7H0V.8h2.9zM40.4 9c3.6 0 6.5 2 6.9 6.8H33.6C34 11 36.9 9 40.4 9zM51.9.2C58.3.2 61 3.7 61 8s-2.7 7.8-9.1 7.8h-2.6V.2h2.6zM27.1 1.9v3h2.4v2.4h-2.4v4.8c0 .9.5 1.2 1.3 1.2.5 0 1-.1 1.3-.4v2.7c-.4.2-1.2.3-2 .3-2.2 0-3.6-1.1-3.6-3.5V7.3h-1.7V4.9h1.7v-3h3z">
</path>
</svg>
<span>MitID</span>
</button>
</div>
</div>
<script>
handleAltAuthnSources();
function handleAltAuthnSources() {
var authnSources = [];
authnSources.push("mitid");
var fidoSources = ["biometrics", "windowshello", "faceid", "touchid"];
var webAuthnSources = fidoSources.slice();
webAuthnSources.push("securitykey");
//if webauthn is not supported, remove webauthn sources
if (!IsWebAuthnSupported()) {
authnSources = authnSources.filter(function(s) {
return webAuthnSources.indexOf(s) < 0;
});
} else {
//remove fido sources that require a platform authenticator
authnSources = authnSources.filter(function(s) {
return fidoSources.indexOf(s) < 0;
});
}
if (authnSources.length > 0) {
displayAltAuthnSoucesColumn(authnSources);
}
renderWebAuthnPlatformAuthenticatorAuthnSources(fidoSources);
}
function displayAltAuthnSoucesColumn(altAuthSources) {
var bodyTag = document.getElementsByTagName('body')[0];
if (bodyTag) {
bodyTag.className += ' columns-layout';
}
contentColumns = document.getElementById("content-columns");
if (contentColumns) {
contentColumns.className += " content-columns";
}
socialConnectionsColumn = document.getElementById("social-connections-column");
if (socialConnectionsColumn) {
socialConnectionsColumn.style.display = "block";
}
var altAuthSourcesColumnElements = document.getElementsByClassName("alt-auth-source-column");
for (i = 0; i < altAuthSourcesColumnElements.length; i++) {
altAuthSourcesColumnElements[i].style.display = "block";
}
for (i = 0; i < altAuthSources.length; i++) {
theElement = document.getElementById(altAuthSources[i] + "-div");
if (theElement) theElement.style.display = "block";
}
}
function renderWebAuthnPlatformAuthenticatorAuthnSources(fidoVarients) {
// skip the WebAuthn support check on Internet Explorer as both WebAuthn and Promise are not supported on IE
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE ");
if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {
return false;
}
var timer;
var p1 = new Promise(function(resolve) {
timer = setTimeout(function() {
console.log("isWebAuthnPlatformAuthenticatorAvailable - Timeout");
resolve(false);
}, 300);
});
var p2 = new Promise(function(resolve) {
if (IsWebAuthnSupported() && window.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable) {
resolve(window.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable().catch(function(err) {
console.log(err);
return false;
}));
} else {
resolve(false);
}
});
return Promise.race([p1, p2]).then(function(res) {
clearTimeout(timer);
if (res) {
displayAltAuthnSoucesColumn(fidoVarients);
}
return res;
});
}
function IsWebAuthnSupported() {
if (!window.PublicKeyCredential) {
console.log("Web Authentication API is not supported on this browser.");
return false;
}
return true;
}
</script>
<div class="padTop"></div>
<div class="rows-separator-with-text">
<span>eller</span>
</div>
</div>
<div class="ping-input-container required" id="container-username">
<div class="n-ping-input-label"> Brugernavn </div>
<input id="username" type="text" size="36" name="pf.username" value="" autocorrect="off" autocapitalize="off" placeholder="Skriv dit brugernavn" onfocusout="trimInput()" onkeypress="return postOnReturn(event)"
oninput="toggleRequiredDisplay(event.target)" ontouchstart="disableError();" onclick="disableError();" data-testid="yousee-login-txt-username"><!---->
<div class="uNameNote">Brugernavnet vil tit være din mailadresse eller dit YouSee-kontonummer.</div>
</div>
<div class="n-field-message error flip-margin-t2b" style="display: none;" data-testid="yousee-login-txt-username-error" id="error-username"> Du mangler at indtaste dit brugernavn </div>
<div class="ping-input-container password-container required" id="container-password">
<div class="n-ping-input-label"> Adgangskode </div>
<input id="password" type="password" class="reveal" size="36" name="pf.pass" placeholder="Skriv din adgangskode" onkeypress="return postOnReturn(event)" oninput="toggleRequiredDisplay(event.target)" ontouchstart="disableError();"
onclick="disableError();" data-testid="yousee-login-txt-password">
<a id="reveal" class="password-show-button icon-view full-field" href="javascript:void(0)" onclick="revealPassword();" data-testid="yousee-login-ico-reveal-password"></a>
</div>
<div class="n-field-message error flip-margin-t2b" style="display: none;" id="error-password"> Du mangler at indtaste din adgangskode </div>
<div class="flex flex-space-between mb-25 space-40">
<div>
<input type="hidden" name="pf.usernamerecovery" value="">
<a onclick="postRecoverUsername();" href="javascript:void(0)" class="account-recovery-link boldCls user" title="Hvis du har glemt dit brugernavn, så klik her" data-testid="yousee-login-lnk-forgotUsername">Glemt brugernavn?</a>
</div>
<div>
<input type="hidden" name="pf.passwordreset" value="">
<a onclick="postForgotPassword();" href="javascript:void(0)" class="account-recovery-link boldCls pwd" title="Hvis du har glemt din adgangskode, så klik her" data-testid="yousee-login-lnk-forgot-password">Glemt adgangskode?</a>
</div>
</div>
<div class="ping-buttons">
<input type="hidden" name="pf.ok" value="">
<input type="hidden" name="pf.cancel" value="">
<span id="signOnButtonSpan">
<a onclick="postOk();" href="javascript:void(0)" class="ping-button normal allow" id="signOnButton" title="Log ind" data-testid="yousee-login-btn-login">
Log ind
</a>
</span>
</div><!-- .ping-buttons -->
<div id="createloginBtn" style="display: none;">
<input type="hidden" name="pf.registration" value="">
<a onclick="postRegistration();" href="javascript:void(0)" class="tertiary" title="Opret login" data-testid="yousee-login-lnk-create-login">Opret login</a>
</div>
<a hidden="" id="sentryLnk" target="_blank" rel="noopener noreferrer"></a>
<!--This div is only visible for Netcracker NC with NO LOA -->
<div id="sentryBtnforNetcrackerNc" style="display: block;">
<a onclick="openSentryLogin();" href="javascript:void(0)" class="tertiary" title="Opret login" data-testid="yousee-login-lnk-create-login-to-sentry-netcrackerNC">Opret login</a>
</div>
</div>
<!-- column-1 -->
<!-- column-2 -->
<!-- content-columns -->
<!-- #recaptcha -->
<input type="hidden" name="pf.adapterId" id="pf.adapterId" value="youSeeAdapter">
</form>
Text Content
Log ind MitID eller Brugernavn Brugernavnet vil tit være din mailadresse eller dit YouSee-kontonummer. Du mangler at indtaste dit brugernavn Adgangskode Du mangler at indtaste din adgangskode Glemt brugernavn? Glemt adgangskode? Log ind Opret login Opret login Oplever du problemer? Få hjælp her © Copyright 2022 Ping Identity. All rights reserved.