autodiscover.misa.gov.sa
Open in
urlscan Pro
87.101.154.241
Public Scan
Submitted URL: https://autodiscover.misa.gov.sa/
Effective URL: https://autodiscover.misa.gov.sa/my.policy
Submission: On October 27 via manual from BH — Scanned from DE
Effective URL: https://autodiscover.misa.gov.sa/my.policy
Submission: On October 27 via manual from BH — Scanned from DE
Form analysis
1 forms found in the DOMName: e1 — POST
<form id="auth_form" name="e1" method="post" onsubmit="javascript: return masterSubmit(this);" autocomplete="off">
<table id="credentials_table">
<tbody>
<tr>
<td colspan="2" id="credentials_table_header">MISA OWA Access</td>
</tr>
<tr>
<td colspan="2" id="credentials_table_postheader"></td>
</tr>
<tr>
<td colspan="2" class="credentials_table_unified_cell"><label for="input_1" id="label_input_1">Username</label><input type="text" name="username" class="credentials_input_text" value="" id="input_1" autocomplete="off" autocapitalize="off">
</td>
</tr>
<tr>
<td colspan="2" class="credentials_table_unified_cell"><label for="input_2" id="label_input_2">Password</label><input type="password" name="password" class="credentials_input_password" value="" id="input_2" autocomplete="off"
autocapitalize="off"></td>
</tr>
<tr>
<td colspan="2" class="credentials_table_unified_cell">
<script src="https://www.google.com/recaptcha/api.js" async="" defer=""></script>
<div class="g-recaptcha" data-sitekey="6Lc9Fr8UAAAAAEButCMk-lkkjxnll1126MPKw82F" data-theme="light" data-type="image" data-size="normal">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc9Fr8UAAAAAEButCMk-lkkjxnll1126MPKw82F&co=aHR0cHM6Ly9hdXRvZGlzY292ZXIubWlzYS5nb3Yuc2E6NDQz&hl=de&type=image&v=YhkYx1k-yvvb8OonJPmOpoJY&theme=light&size=normal&cb=n0538azhq7fq"
width="304" height="78" role="presentation" name="a-am25rv1ubi6p" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<noscript>
<div>
<div style="width: 302px; height: 422px; position: relative;">
<div style="width: 302px; height: 422px; position: absolute;">
<iframe src="www.google.com/recaptcha/api/fallback?k=6Lc9Fr8UAAAAAEButCMk-lkkjxnll1126MPKw82F" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;">
</iframe>
</div>
</div>
<div style="width: 300px; height: 60px; border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;">
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;"> </div>
</div>
</noscript>
</td>
</tr>
<tr id="submit_row">
<td class="credentials_table_unified_cell"><input type="submit" class="credentials_input_submit" value="Logon"></td>
</tr>
<tr>
<td colspan="2" id="credentials_table_footer"></td>
</tr>
</tbody></table>
<input type="hidden" name="vhost" value="standard">
</form>
<script language="javascript"><!--//
softTokenInput = getSoftTokenInput();
logonFormCompatible = getFormCompatibility();
// Pass method names to the client for auto-submit triggered by the client
externalWebHost.setWeblogonCallbacks(
"weblogonAutoSubmit();",
"challengeAutoSubmit();"
);
// Check if the softTokenInput exists or in case of RSA challenge mode
if((softTokenFieldId != "") && (null != softTokenInput || challengeMode ) && edgeClientSoftTokenSupport()){
externalWebHost.setWebLogonSoftTokenPrompt(getSoftTokenPrompt());
externalWebHost.setWebLogonSoftTokenState(softTokenState);
}
// Check if the client can ask user for soft-token PIN
if((softTokenFieldId != "") && (softTokenInput != null)
&& edgeClientSoftTokenSupport()
&& externalWebHost.canRequestWeblogonSoftTokenPIN()){
softTokenInput.readOnly = true;
softTokenPINAutoPopulate = true;
// No need to request input of RSA PIN, as the client can show PIN input UI if needed,
// make the field read-only
// set bogus value to display
softTokenInput.value = "********";
}
checkExternalAddCheckbox();
setTimeout(function(){ window.sessionTimeout = new APMSessionTimeout(sessionTimedOut); }, 200);
function dontChangePasswordClick(){
var checkbox = document.getElementById("dont_change_password_checkbox");
var password = document.getElementById("input_1");
var verify = document.getElementById("input_2");
if( checkbox.checked ){
password.value = "";
password.disabled = true;
verify.value = "";
verify.disabled = true;
}else{
password.disabled = false;
verify.disabled = false;
}
}
var finitvalues=['','','','',''];
var sessionLogonCustomizations = ["","","","",""];
var sessionLogonCustomizationPairs = [[], [], [], [], []];
for( var i=0; i<sessionLogonCustomizations.length; i++ ){
var pairs = ( sessionLogonCustomizations[i].indexOf(";") == -1 ? [ sessionLogonCustomizations[i] ] : sessionLogonCustomizations[i].trim().split(";") );
for( var j=0; j<pairs.length; j++ ){
if( pairs[j].indexOf("=>") != -1 ){
var pair = pairs[j].split("=>");
sessionLogonCustomizationPairs[i][pair[0]] = pair[1];
}
}
}
var sessionLogonValuesets = [ "", "", "", "", "" ];
for( var i=0; i<sessionLogonValuesets.length; i++ ){
var inpx = document.getElementById("input_" + (i+1) );
if( inpx !== null && inpx.tagName.toUpperCase() == "SELECT" ){
if( sessionLogonValuesets[i].trim() != "" ){
inpx.options.length = 0;
var options = sessionLogonValuesets[i].trim().split(";");
for( var j=0; j<options.length; j++ ){
inpx.options.add( new Option( options[j], options[j] ) );
}
}
if( sessionLogonCustomizations[i].trim() != "" ){
for( var j=0; j<inpx.options.length; j++ ){
if( typeof sessionLogonCustomizationPairs[i][ inpx.options[j].value ] != "undefined" ){
inpx.options[j].text = sessionLogonCustomizationPairs[i][ inpx.options[j].value ];
}
}
}
// set value
for( var j=0; j<inpx.options.length; j++ ){
if( inpx.options[j].value == finitvalues[i] ){
inpx.value = finitvalues[i];
break;
}
}
}else if( document.getElementById("input_" + (i+1) + "_0" ) ){ // RADIO
var initValue = finitvalues[i];
var radio = null;
var name = document.getElementById("input_" + (i+1) + "_0" ).name;
if( sessionLogonValuesets[i].trim() != "" ){
var parent = document.getElementById( "label_input_" + (i+1) ).parentNode;
while( parent.childNodes.length > 1 ){
parent.removeChild( parent.lastChild );
}
var options = sessionLogonValuesets[i].trim().split(";");
for( var j=0; j<options.length; j++ ){
var div = parent.appendChild( document.createElement( "div" ) );
var elmdef = document.all && navigator.userAgent.match(/MSIE (\d+)/)[1] < 9 ? "<input type='radio'>" : "input";
var input = div.appendChild( document.createElement( elmdef ) );
if( input.type != 'radio' ){ input.type = 'radio'; }
input.id = "input_" + (i+1) + "_" + j;
input.name = "name";
input.value = options[j];
var label = div.appendChild( document.createElement( "label" ) );
label.htmlFor = input.id;
label.id = "label_" + input.id;
label.className = "radio-label";
label.style.display = "inline";
label.innerHTML = options[j];
}
}
if( sessionLogonCustomizations[i].trim() != "" ){
var j = 0;
while( ( radio = document.getElementById("input_" + (i+1) + "_" + j++ ) ) !== null ){ // what number
if( typeof sessionLogonCustomizationPairs[i][ radio.value ] != "undefined" ){
document.getElementById("label_input_" + (i+1) + "_" + (j-1) ).innerHTML = sessionLogonCustomizationPairs[i][ radio.value ];
}
}
}
var anyChecked = false, j = 0;
while( initValue != "" && ( radio = document.getElementById("input_" + (i+1) + "_" + j++ ) ) !== null ){
radio.checked = ( radio.value == initValue );
if( radio.checked ){ anyChecked = true; }
}
if( !anyChecked && ( radio = document.getElementById("input_" + (i+1) + "_" + 0 ) ) !== null ){
radio.checked = true;
}
}else if( inpx !== null && inpx.tagName.toUpperCase() == "INPUT" && inpx.type.toUpperCase() == "CHECKBOX" ){
if( inpx.disabled && finitvalues[i] != "" ){
inpx.checked = true;
}else if( !inpx.disabled && inpx.value == "" ){
inpx.value = "1";
}
}
}
--></script>
</td>
<td id="main_table_image_cell"><img src="/public/images/my/tr.gif"></td></tr>
</tbody></table>
<div id="page_footer"><div>This product is licensed to MISA. All rights reserved to Ministry of Investment © 2018</div></div>
<script type="text/javascript">
function F5_include_JS(jsFile)
{
document.write('<script type="text/javascript" src="'
+ jsFile + '"></scr' + 'ipt>'); // <-- IE7 workaround
}
if ("" == "1") {
var f5VirtualKeyboardMove = ( "" == 1 ? "1" : "0" );
var f5VirtualKeyboardForceBlur = ( "" == 1 ? "0" : "1" );
function VirtualKeyboard_CustomizedMessageTextGet()
{
return 'Virtual Keyboard';
}
function VirtualKeyboard_CustomizedHideTextGet()
{
return 'Hide Keyboard';
}
var f5VirtualKeyboardMessageText = VirtualKeyboard_CustomizedMessageTextGet();
var f5VirtualKeyboardHideText = VirtualKeyboard_CustomizedHideTextGet();
F5_include_JS('/public/include/js/vk/f5_vk.js');
}
</script>
<div id="MessageDIV" class="inspectionHostDIVSmall"></div>
<div id="formHeaderSoftToken" style="overflow: hidden; visibility: hidden; height: 0; width: 0;"></div>
</body></textarea>
</div>
</div>
</noscript>
</td>
</tr>
</tbody>
</table>
</form>
Text Content
JavaScript is not enabled. Please enable JavaScript in your browser or contact your system administrator for assistance. To open a new session, please click here. MISA OWA Access Username Password This product is licensed to MISA. All rights reserved to Ministry of Investment © 2018