Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * This file is a part of the miniorange-saml-20-single-sign-on plugin. * ..

Decoded Output download

<?php 
/** 
 * This file is a part of the miniorange-saml-20-single-sign-on plugin. 
 * 
 * @link https://plugins.miniorange.com/ 
 * @author miniOrange 
 * @package miniorange-saml-20-single-sign-on 
 */ 
 
 
require_once Mo_Saml_Plugin_Files::ENV_LICENSE_HELPER; 
require_once Mo_Saml_Plugin_Files::SVG_IMAGES; 
function mo_saml_apps_config_saml() 
{ 
    $ev = get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_INTERVAL); 
    $xQ = get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_URL); 
    $A6 = !empty(get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_CERTIFICATE)) ? get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_CERTIFICATE) : ''; 
    $yA = !empty($xQ) ? "checked" : ''; 
    $gh = empty($xQ) ? "hidden" : ''; 
    $Jp = !empty($_GET["action"]) ? sanitize_text_field(wp_unslash($_GET["action"])) : ''; 
    $Te = !empty($_REQUEST["action"]) ? sanitize_text_field(wp_unslash($_REQUEST["action"])) : ''; 
    $sC = !empty($_REQUEST["record"]) && is_array($_REQUEST["record"]) ? array_map("sanitize_text_field", wp_unslash($_REQUEST["record"])) : array(); 
    if (!empty($_GET["action"]) && $_GET["action"] == "upload_metadata") { 
        goto eoc; 
    } 
    if (strpos($Jp, "add") !== false || "edit" === $Jp) { 
        goto J3P; 
    } 
    if ("Delete" === $Te && !empty($sC)) { 
        goto EI1; 
    } 
    mo_saml_show_idp_list_setup_page($sC, $Te); 
    goto Boh; 
    eoc: 
    echo "<div border="0" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 0px 0px 10px;">
		<table style="width:100%;">\xd
\x9\x9<form name="saml_form" method="post" action="" . admin_url() . "admin.php?page=mo_saml_settings&tab=save" . "" enctype="multipart/form-data">\xd

\xa			<tr>
\xa\x9	\x9	<td colspan="3">\xd
	\x9	\x9	<h3>Upload IDP Metadata
\xa\x9\x9	\x9		<span style="float:right;margin-right:25px;">\xd\xa		\x9			\x9"; 
    echo "<a href=""; 
    echo admin_url(); 
    echo "admin.php?page=mo_saml_settings&tab=save"><input
                        type="button" class="button button-primary button-large" value="Cancel"/></a>"; 
    echo "\xd\xa	\x9	\x9	\x9</span>\xd\xa	\x9	\x9\x9</h3>"; 
    if (!mo_saml_is_sp_configured()) { 
        goto kRG; 
    } 
    echo "<p><b>NOTE: </b>Uploading metadata file/URL will replace your current IDP configurations with the corresponding file/URL.</p>"; 
    kRG: 
    echo "</td>\xd
\x9	\x9</tr><tr><td colspan="4"><hr></td></tr>"; 
    echo "
\xa\x9	<tr>
\xa	\x9\x9\x9<td width="30%"><strong>Identity Provider Name<span style="color:red;">*</span>:</strong></td>\xd\xa	\x9	\x9<td><input type="text" name="saml_identity_metadata_provider" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . "  placeholder="Identity Provider name like ADFS, SimpleSAML" style="width: 95%;" value="" required pattern="0[_a-zA-Z0-9]+$|^[_a-zA-Z1-9]+[_a-zA-Z0-9]*$" title="Only alphabets, numbers and underscore is allowed. No white space is allowed."/></td>
		\x9	</tr>

\xa	\x9\x9\x9<tr>"; 
    wp_nonce_field("saml_upload_metadata"); 
    echo "<input type="hidden" name="option" value="saml_upload_metadata" />\xd\xa\x9\x9		<input type="hidden" name="action" value="upload_metadata" />\xd
\x9			\x9<td>Upload Metadata:</td>\xd\xa	\x9	\x9\x9<td colspan="2"><input type="file" accept="text/xml" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . "  name="metadata_file" />\xd\xa\x9	\x9\x9\x9<input type="submit" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " class="button button-primary button-large" value="Upload"/></td>
\xa\xd\xa			</tr>"; 
    echo "<tr>\xd
\x9			<td colspan="2"><p style="font-size:13pt;text-align:center;"><b>OR</b></p></td>
\xa\x9		</tr>"; 
    echo "
\xd\xa	\x9\x9<tr>
\xa\x9	\x9\x9<input type="hidden" name="option" value="saml_upload_metadata" />
\x9	\x9	<input type="hidden" name="action" value="fetch_metadata" />\xd\xa\x9	\x9	<td width="20%">Enter metadata URL:</td>\xd
\x9\x9	\x9<td><input type="url" name="metadata_url" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " placeholder="Enter metadata URL of your IdP." style="width:100%" value="" . esc_url($xQ) . ""/></td>\xd
\x9	\x9\x9<td width="20%">&nbsp;&nbsp;<input type="submit" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " class="button button-primary button-large" value="Fetch Metadata"/></td>
\xa\x9	\x9</tr>\xd\xa\x9		<tr>
\xa			\x9<td colspan="2"><br/>\xd\xa\x9\x9		<label class="switch">\xd
\x9\x9		<input type="checkbox" " . $yA . " id="sync_metadata" name="sync_metadata" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " >\xd
\x9\x9\x9	<span class="slider round"></span>\xd\xa\x9\x9\x9	</label>\xd
	\x9	\x9<span style="padding-left:5px;"><b>Update IdP settings by pinging metadata URL ? ( We will store the metadata URL )</b></span> </td>
\xa			</tr>\xd
	\x9\x9<tr>\xd
\x9	\x9\x9<td colspan="2">
	\x9		\x9<div id="select_time_sync_metadata" " . $gh . "  class="mo_saml_help_desc">\xd\xa			\x9	\x9" . mo_saml_display_dropdown_for_cron_interval_selection($ev) . "
\x9\x9		\x9</div>\xd\xa			\x9</td>\xd\xa\x9\x9	</tr>
			</form>"; 
    echo "</table><br /></div>"; 
    goto Boh; 
    J3P: 
    global $wpdb; 
    $ro = get_option(Mo_Saml_Options::SSO_URL); 
    $OI = get_option(Mo_Saml_Options::CERT_FP); 
    $JZ = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME); 
    $rM = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGIN_BINDING_TYPE); 
    $cZ = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGIN_URL); 
    $cZ = !is_array($cZ) ? htmlspecialchars_decode($cZ) : $cZ; 
    $b7 = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGOUT_BINDING_TYPE); 
    $Ks = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGOUT_URL); 
    $uH = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::ISSUER); 
    $Mj = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::X509_CERTIFICATE); 
    $Mj = !is_array($Mj) ? maybe_unserialize(htmlspecialchars_decode($Mj)) : $Mj; 
    $Mj = is_array($Mj) ? $Mj : array(0 => $Mj); 
    $h3 = !empty(LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::REQUEST_SIGNED)) ? LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::REQUEST_SIGNED) : "unchecked"; 
    $gK = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::NAMEID_FORMAT); 
    $lI = !empty(LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::IS_ENCODING_ENABLED)) ? LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::IS_ENCODING_ENABLED) : "checked"; 
    $e0 = get_option(Mo_Saml_Options_Enum_Service_Provider::ASSERTION_TIME_VALIDATION, "checked"); 
    if ("checked" === $e0) { 
        goto Hv3; 
    } 
    $e0 = "unchecked"; 
    Mo_Saml_Data_Access_Object::mo_saml_update_option(Mo_Saml_Options_Enum_Service_Provider::ASSERTION_TIME_VALIDATION, "unchecked"); 
    goto GDY; 
    Hv3: 
    $e0 = "checked"; 
    Mo_Saml_Data_Access_Object::mo_saml_update_option(Mo_Saml_Options_Enum_Service_Provider::ASSERTION_TIME_VALIDATION, "checked"); 
    GDY: 
    $vK = get_option(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_PROVIDER_IDENTIFER_NAME) ? get_option(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_PROVIDER_IDENTIFER_NAME) : ''; 
    $Jp = ''; 
    if (!($vK && $vK != "Other")) { 
        goto HiY; 
    } 
    $Jp = "https://plugins.miniorange.com/saml-single-sign-on-sso-wordpress-using-" . $vK; 
    HiY: 
    $cg = get_option(Mo_Saml_Options_Plugin_Admin::IDP_CONFIG_COMPLETE); 
    echo "\x9	\x9<div id="mo_saml_idps_grid_form">\xd
        	<form id="mo_saml_idps_grid_form" width="98%" border="0"\xd\xa              style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 0px 0px 10px;"\xd
              method="post" action="">
              \x9<table style="width:100%;">\xd
                <tr>\xd\xa                    <td><h3>"; 
    _e("Select your Identity Provider", "miniorange-saml-20-single-sign-on"); 
    echo "                    </td>\xd
                </tr>\xd
                <tr>
\xa                    <td colspan="2" >"; 
    _e("Select your Identity Provider from the list below, and you can find the link to the guide for setting up SAML below.", "miniorange-saml-20-single-sign-on"); 
    echo "                        <br/>"; 
    esc_html_e("Please contact us if you don't find your IDP in the list.", "miniorange-saml-20-single-sign-on"); 
    echo "
                        <br/><br/></td>
                </tr>
                <tr >\xd\xa                    <td colspan="2"><input type="text" id="mo_saml_search_idp_list" style="width:95%;" placeholder=""; 
    _e("Start typing your Identity Provider name here", "miniorange-saml-20-single-sign-on"); 
    echo ""></td>
\xa                </tr>
\xa                <tr>
                    <td colspan="2"><br><span id="mo_saml_search_custom_idp_message" style="width:95%;display:none;">"; 
    _e("It looks like your identity provider is not listed below, you can select<strong> Custom IDP </strong>to configure the plugin. Please send us query using support form given aside for more details.", "miniorange-saml-20-single-sign-on"); 
    echo "</span></td>
\xa                </tr>
                <tr style="position: relative">\xd\xa                    <td colspan="2" style="position:relative;">
                       <div id="mo_saml_idps_grid_div" class="scroll" style="position: relative">
\xa                            <ul>
                                "; 
    foreach (Mo_Saml_Options_Plugin_Idp::$idp_guides as $G0 => $pG) { 
        $QX = Mo_Saml_Svg_Images::$idp_svg_images[$G0]; 
        $kC = ''; 
        if (empty(Mo_Saml_Options_Plugin_Idp_Videos::$idp_videos[$pG[0]])) { 
            goto V5q; 
        } 
        $kC = Mo_Saml_Options_Plugin_Idp_Videos::$idp_videos[$pG[0]]; 
        V5q: 
        echo "                                    <li>
                                    <a target="_blank" style="cursor: pointer" data-idp-value=""; 
        echo $kC; 
        echo ""\xd\xa                                           data-href="https://plugins.miniorange.com/"; 
        echo $pG[1]; 
        echo ""\xd\xa                                        data-video="https://www.youtube.com/watch?v="; 
        echo $kC; 
        echo "">
\xa\x9\x9	\x9\x9		\x9\x9\x9"; 
        echo SAMLSPUtilities::mo_saml_get_idp_img($QX); 
        echo "                                        <br><h4>"; 
        echo $G0; 
        echo "</h4>
\xa                                    </a>\xd\xa                                </li>\xd\xa                                "; 
        WFx: 
    } 
    wh3: 
    echo "                            </ul>
\xa                        </div>\xd\xa                    </td>
                </tr>
            	</table>\xd
        \x9</form>
        	</div>
\xa\x9		</br>\xd
\xd\xa\x9		"; 
    echo "<form width="98%" border="0" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 10px 0px 10px;" name="saml_form" method="post" action="">"; 
    wp_nonce_field("login_widget_saml_save_settings"); 
    echo "<input type="hidden" name="option" value="login_widget_saml_save_settings" />\xd\xa	\x9   <table style="width:100%;" id = "service_provider_setup" class="box">
\xa		\x9<tr>
		\x9\x9<td colspan="2">
\x9		\x9\x9<h3>Configure Service Provider\xd\xa		\x9	\x9	<span style="float:right;margin-right:25px;">
                            <a href="" . admin_url() . "admin.php?page=mo_saml_settings&tab=save&action=upload_metadata">
\xa                            <input type="button" class="button button-primary button-large" value="Upload IDP Metadata" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " /></a>
\xa\x9\x9\x9            </span>
\xa\x9\x9		\x9</h3>\xd\xa\x9	\x9\x9</td>\xd\xa	\x9\x9</tr><tr><td colspan="4"><hr></td></tr>"; 
    check_plugin_state(); 
    mo_saml_add_notice_metadata_sync(); 
    echo "\xd
        <tr id="mo_saml_selected_idp_div" style="position: relative; display:none;">
	\x9<td><strong>Identity Provider:</strong></td>
\xa	\x9<td>
	\x9\x9<div style="position: relative;background-color: white" id="selected_idp_div">
\xa			<div id="mo_saml_selected_idp_icon_div" style="border:1px solid #7e8993;border-radius: 4px;box-shadow: 0 0 0 transparent">
\xa\x9		</div>
\x9	\x9<a target="_blank" class="button button-primary" style="margin-top:5%; margin-left: 5%;" id="saml_idp_guide_link" href="">Click here to open Guide</a>\xd
		\x9<a target="_blank" class="button button-primary" style="margin-top:5%; margin-left: 2%;" id="saml_idp_video_link">Click here to view Setup Video</a>
		\x9<input type="hidden" id="mo_saml_identity_provider_identifier_name" name="mo_saml_identity_provider_identifier_name" value=""; 
    echo esc_html(get_option(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_PROVIDER_IDENTIFER_NAME)); 
    echo " "/>\xd\xa	\x9	\x9\x9 <span style="position: relative;/* padding-bottom: 0.1%; */padding-top: 3.5%;background: white;border-radius: 10px;padding-left: -7px;/* padding-right: 9px; */float: right;padding-right: 5%;"
\xa	\x9\x9\x9\x9  id="mo_saml_idps_grid_div" >\xd
		</span>
\xa		\x9</div>\xd\xa	\x9</td>\xd\xa		</tr>\xd
\x9\x9<tr>
\xa	\x9	<td colspan="3">\xd\xa\x9\x9	<div id="custom_idp_selected" hidden></div>
\xa\x9	\x9<br>
\xa\x9	\x9</td>
	\x9</tr>\xd\xa\xd\xa\x9\x9"; 
    echo "
\x9	\x9<tr>
				<td style="width:200px;"><strong>Identity Provider Name <span style="color:red;">*</span>:</strong></td>
\x9\x9	\x9<td><input type="text" id="saml_identity_name" name="saml_identity_name" onchange="update_idp_name_for_sync()" placeholder="Identity Provider name like ADFS, SimpleSAML, Salesforce" style="width: 95%;" value="" . $JZ . "" required \xd
\x9	\x9\x9pattern="^0[_a-zA-Z0-9]+$|^[_a-zA-Z1-9]+[_a-zA-Z0-9]*$" title="Only alphabets, numbers and underscore is allowed. No white space is allowed." " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " />
\x9\x9\x9	<span id="mo_saml_error_message" class="mo_saml_error_message" style="color: red; display: none;">Identity Provider Name is required*</span></td>
\x9		</tr>
\xa\x9	\x9<tr><td>&nbsp;</td></tr>\xd
\x9\x9	<tr>
		\x9\x9<td><strong>IdP Entity ID or Issuer <span style="color:red;">*</span>:</strong></td>\xd
	\x9\x9	<td><input type="text" name="saml_issuer" placeholder="Identity Provider Entity ID or Issuer" style="width: 95%;" value="" . $uH . "" required " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " /></td>\xd
			</tr>\xd\xa\x9\x9\x9<tr><td>&nbsp;</td></tr>"; 
    echo "

	\x9\x9<tr>
\x9\x9	\x9<td><strong>Sign SSO & SLO Requests:</strong></td>\xd
	\x9	\x9<td>\xd\xa		\x9	<label class="switch">\xd\xa                    <input type="checkbox" name="saml_request_signed" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " value="Yes" " . $h3 . " />\xd\xa                    <span class="slider round"></span>
\xa		\x9	</label>\xd\xa	\x9	\x9<span style="padding-left:5px;"><b>Check this option to send Signed SSO and SLO requests.</b></span></td>
\xa\x9		</tr>\xd\xa			<tr><td>&nbsp;</td></tr>
		\x9"; 
    echo "<tr>
		\x9	<td><strong>SAML Login URL <span style="color:red;">*</span>:</strong></td>
\xa			\x9<td>"; 
    echo "<input type="radio" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " name="saml_login_binding_type" id="sso-http-redirect" value="HttpRedirect""; 
    if (!($rM == "HttpRedirect" || empty($rM))) { 
        goto c7i; 
    } 
    echo "checked="checked""; 
    c7i: 
    echo "/>
\x9\x9\x9\x9<label for="sso-http-redirect">Use HTTP-Redirect Binding for SSO</label>"; 
    echo "<input style="margin-left:15px;" type="radio" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " name="saml_login_binding_type" id="sso-http-post" value="HttpPost""; 
    if (!($rM == "HttpPost")) { 
        goto qE_; 
    } 
    echo "checked="checked""; 
    qE_: 
    echo "/>
\x9			<label for="http-post">Use HTTP-POST Binding for SSO</label>\xd\xa
		\x9	<br><br>"; 
    echo "<input type="url" name="saml_login_url" placeholder="Single Sign On Service URL of your IdP" \xd\xa	\x9\x9style="width: 95%;" value="" . $cZ . "" required " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " /></td>
\xa	\x9	</tr>"; 
    echo "<tr><td>&nbsp;</td></tr>
\xa			<tr>\xd
				<td><strong>SAML Logout URL :</strong></td>\xd\xa	\x9		<td><input type="radio" name="saml_logout_binding_type" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " id="slo-http-redirect" value="HttpRedirect""; 
    if (!($b7 == "HttpRedirect" || empty($b7))) { 
        goto I4w; 
    } 
    echo "checked="checked""; 
    I4w: 
    echo "/>
				<label for="slo-http-redirect">Use HTTP-Redirect Binding for SLO</label>\xd\xa	\x9	\x9<input style="margin-left:15px;" type="radio" name="saml_logout_binding_type" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " id="slo-http-post" value="HttpPost""; 
    if (!($b7 == "HttpPost")) { 
        goto W9I; 
    } 
    echo "checked="checked""; 
    W9I: 
    echo "/>\xd
	\x9\x9\x9<label for="slo-http-post">Use HTTP-POST Binding for SLO</label>\xd
\x9	\x9	<br /><br />
\x9\x9\x9	<input type="url" name="saml_logout_url" placeholder="Single Logout Service URL of your IdP" \xd
	\x9\x9	style="width: 95%;" value="" . $Ks . "" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " /><br></td></tr>"; 
    echo "<tr>
              <td><strong>NameID Format <span style="color:red;">*</span>:</strong></td>\xd\xa              <td><select style="margin-top:4%;width:95%;" name="saml_nameid_format" required "; 
    if (mo_saml_is_customer_license_key_verified()) { 
        goto MaC; 
    } 
    echo "disabled"; 
    MaC: 
    echo "> 
\xa\x9\x9<option value="" . Mo_Saml_Options_Enum_Nameid_Formats::UNSPECIFIED . "">" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::UNSPECIFIED . "</option>\xd
\x9\x9<option value="" . Mo_Saml_Options_Enum_Nameid_Formats::EMAIL . """ . (strpos($gK, "emailAddress") ? "selected" : '') . ">" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::EMAIL . "</option>\xd
		<option value="" . Mo_Saml_Options_Enum_Nameid_Formats::TRANSIENT . """ . (strpos($gK, "transient") ? "selected" : '') . ">" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::TRANSIENT . "</option>
	\x9<option value="" . Mo_Saml_Options_Enum_Nameid_Formats::PERSISTENT . """ . (strpos($gK, "persistent") ? "selected" : '') . ">" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::PERSISTENT . "</option>\xd
\x9\x9<tr><td><br/></td></td>\xd\xa        </tr>"; 
    if (empty($Mj)) { 
        goto j2x; 
    } 
    foreach ($Mj as $G0 => $pG) { 
        echo "<tr>\xd
	\x9\x9\x9<td><strong>X.509 Certificate <span style="color:red;">*</span>:</strong></td>\xd\xa\x9	\x9	<td><textarea rows="6" cols="5" name="saml_x509_certificate[" . $G0 . "]" placeholder="Copy and Paste the content from the downloaded certificate or copy the content enclosed in X509Certificate tag (has parent tag KeyDescriptor use=signing) in IdP-Metadata XML file" 
			\x9style="width: 95%;" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " >" . $pG . "</textarea></td>
\x9\x9		</tr>\xd\xa	\x9	\x9<tr>\xd\xa\x9\x9\x9		<td>&nbsp;</td>
	\x9			<td><b>NOTE:</b> Format of the certificate:<br/><b>-----BEGIN CERTIFICATE-----<br/>XXXXXXXXXXXXXXXXXXXXXXXXXXX<br/>-----END CERTIFICATE-----</b></i><br/>\xd
		\x9	</tr>"; 
        vlF: 
    } 
    A_d: 
    goto AOS; 
    j2x: 
    echo "<tr>
\xa		\x9	<td><strong>X.509 Certificate <span style="color:red;">*</span>:</strong></td>
\xa\x9			<td><textarea rows="6" cols="5" name="saml_x509_certificate[0]" placeholder="Copy and Paste the content from the downloaded certificate or copy the content enclosed in X509Certificate tag (has parent tag KeyDescriptor use=signing) in IdP-Metadata XML file" 
\x9	\x9\x9style="width: 95%;" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " ></textarea></td>\xd\xa			</tr>
\xa			<tr>
\x9\x9\x9\x9<td>&nbsp;</td>
\xa	\x9	\x9<td><b>NOTE:</b> Format of the certificate:<br/><b>-----BEGIN CERTIFICATE-----<br/>XXXXXXXXXXXXXXXXXXXXXXXXXXX<br/>-----END CERTIFICATE-----</b></i><br/>\xd
\x9\x9\x9</tr>"; 
    AOS: 
    echo " <tr>\xd
			<td>&nbsp;</td>\xd\xa\x9\x9</tr>\xd\xa\x9\x9<tr>
\xa	\x9	<td><strong><label for="enable_iconv">Character encoding :</label></strong></td>\xd
			<td>
\x9\x9	<label class="switch">\xd\xa\x9		<input type="checkbox" name="mo_saml_encoding_enabled""; 
    if (mo_saml_is_customer_license_key_verified()) { 
        goto n6k; 
    } 
    echo "disabled"; 
    n6k: 
    echo " id="enable_iconv"" . esc_attr($lI) . "/>
\x9\x9	<span class="slider round"></span>
\xa\x9\x9\x9</label>\xd
\x9\x9	</td>\xd\xa		</tr>\xd\xa\x9\x9<tr>\xd\xa		\x9<td>&nbsp;</td>\xd
	\x9	<td><b>NOTE: </b>Uses iconv encoding to convert X509 certificate into correct encoding. </td>
\xa\x9\x9</tr>"; 
    if (!mo_saml_is_sp_configured()) { 
        goto A4V; 
    } 
    echo "<tr>\xd\xa	\x9\x9<td>&nbsp;</td>\xd
        </tr>
\xa\x9	<tr>\xd
\x9\x9	<td><strong><label for="time_check">Assertion Time Validity :</label></strong></td>
\xa\x9	\x9<td>\xd
			<label class="switch">\xd\xa	\x9	<input type="checkbox" name="mo_saml_assertion_time_validity""; 
    if (mo_saml_is_customer_license_key_verified()) { 
        goto GRR; 
    } 
    echo "disabled"; 
    GRR: 
    echo " id="time_check"" . esc_attr($e0) . "/>\xd
\x9\x9\x9<span class="slider round"></span>\xd\xa\x9\x9	</label>
\xa\x9		</td>\xd
\x9	</tr>\xd\xa	\x9<tr>
\xa\x9		<td>&nbsp;</td>\xd
\x9	\x9<td><b>NOTE: </b>Disable this toggle to disable the check of time validity for SAML assertion. </td>\xd
\x9	</tr>"; 
    A4V: 
    echo "<tr>\xd
			<td>&nbsp;</td>
\xa            <td>
\x9	\x9    <tr>
\xa			\x9<td>&nbsp;</td>
\xa				<td>
				    <div class="mo-saml-test-config-layout">\xd\xa		\x9\x9            <input type="submit" name="submit" style="width:150px;" value="Save" class="button button-primary button-large" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " />
	\x9	\x9            <a href="; 
    echo admin_url(); 
    echo "admin.php?page=mo_saml_settings&tab=save><input
                                    type="button" class="button button-primary button-large mo-saml-cancel-button" value="Cancel"/></a>
\xa\x9\x9\x9\x9\x9</div>\xd\xa		\x9\x9\x9<br>
\x9\x9\x9\x9		<input type="button" name="test" title="You can only test your Configuration after saving your Service Provider Settings." onclick="showTestWindow();""; 
    if (!(!mo_saml_is_sp_configured() || !get_option("saml_x509_certificate") || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto Ea_; 
    } 
    echo "disabled"; 
    Ea_: 
    echo " value="Test configuration" class="button button-primary button-large mo-saml-test-configuration-button"/>\xd
\x9\x9\x9	</td>
\xa	\x9	</tr>\xd
\x9\x9\x9</td>
            </tr>\xd
\x9	</table><br/>
\xa\x9	</form>"; 
    if (!mo_saml_is_sp_configured()) { 
        goto NT0; 
    } 
    echo "<form width="98%" border="0" style="background-color:#FFFFFF; border:1px solid #CCCCCC; margin-top:15px; padding:0px 0px 0px 10px;" name="saml_form_ms" method="post" action="">"; 
    wp_nonce_field("login_widget_saml_metadata_sync"); 
    echo "<input type="hidden" name="option" value="login_widget_saml_metadata_sync" />
\xa\x9	\x9\x9<table id = "metadata-sync" style="width:100%;padding: 0 2rem 0 0;" id = "service_provider_setup" class="box">
\x9			\x9<tr>
	\x9\x9\x9\x9\x9<td colspan="2">
\xa	\x9		\x9\x9	<h3>Metadata Sync Settings</h3>
\x9\x9	\x9\x9\x9</td>
\xa\x9\x9			</tr>\xd
		\x9\x9	<tr><td colspan="4"><hr></td></tr>
\xa
\x9\x9				<tr>\xd
	\x9\x9	\x9<td style="width:200px;">\xd\xa\x9	\x9\x9		<strong><b>\xd\xa	\x9\x9			\x9<label for="sync_metadata">
\xa\x9\x9\x9	\x9	\x9	Metadata Sync :\xd
\x9	\x9\x9		\x9</label></b>
						</strong>
\xa\x9\x9\x9		</td>\xd\xa\x9\x9		\x9<td>
	\x9	\x9\x9	<br/>\xd
	\x9			\x9<label class="switch" style="margin-right: 15px;">
				\x9	\x9<input type="checkbox" name="sync_metadata" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " id="sync_metadata" " . $yA . " onChange="mo_saml_handle_metadata_sync_toggle()" />\xd\xa\x9\x9\x9	\x9\x9\x9<span class="slider round"></span>
\x9\x9\x9\x9	\x9</label>
\x9				</td>\xd
\x9	\x9\x9\x9\xd
\x9\x9\x9	</tr>\xd\xa	\x9	\x9<tr>
			\x9\x9<td>&nbsp;</td>
\xa\x9\x9			<td><b>NOTE: </b>Enabling this toggle would automatically fetch and update the metadata within a selected time period from the provided IDP's metadata URL. The metadata URL will only be stored when the toggle is active. </td>
\xa\x9\x9\x9	</tr>\xd
	\x9	\x9<tr>
\x9\x9\x9\x9	<td>&nbsp;</td>\xd
	\x9\x9\x9	<td>
		\x9	\x9<div id="select_time_sync_metadata" " . $gh . " class="mo_saml_help_desc">\xd\xa\x9	\x9	\x9	<input required type="url" id="metadata_url" onchange="update_metadata_url_sync()" name="metadata_url" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " placeholder="Enter metadata URL of your IdP." id="metadata_url" style="width:75%; float:left;" value="" . esc_url($xQ) . ""/>\xd\xa					\x9
\x9\x9			\x9<br style="clear:both;"/><br/>

\x9\x9			\x9<input type="checkbox" name="sync_certificate_metadata" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " id="sync_certificate_metadata" style="margin-right:10px;" " . $A6 . " onChange="mo_saml_handle_metadata_sync_toggle()" /> <b><strong> Sync Only Certificates from Metadata </strong></b>
\x9\x9\x9\x9\x9	<br style="clear:both;"/><br/>
\x9\x9\x9			" . mo_saml_display_dropdown_for_cron_interval_selection($ev) . "\xd
	\x9\x9\x9\x9</div>
\xa\x9\x9\x9\x9\x9</td>\xd
				</tr>\xd\xa	\x9\x9\x9<tr>
\xa\x9\x9		\x9<td>&nbsp;</td>
\xa				\x9<td><br /><input type="submit" name="submit" style="margin-right:3%;width:150px;" value="Save & Sync Now" class="button button-primary button-large" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " />
\xa	\x9	\x9\x9</td>
\xa\x9	\x9\x9</tr>
\xa		\x9</table><br/>\xd\xa	\x9\x9</form>"; 
    NT0: 
    echo "<form id ="sync_metadata_form" name ="sync_metadata_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_sync_metadata_now"); 
    echo "<input type="hidden" name="option" value="mo_saml_sync_metadata_now" />
\xa\x9\x9	<input type="hidden" id="metadata_url_sync" name="metadata_url" value="" . esc_url($xQ) . ""/>\xd
		\x9<input type="hidden" id="metadata_interval_sync"  name="sync_interval" value="hourly"/>
	\x9\x9<input type="hidden" id="sync_metadata_value"  name="sync_metadata" value="true"/>
\x9\x9\x9<input type="hidden" id="saml_identity_name_sync"  name="saml_identity_name_for_sync" value="" . $JZ . "" required/>
	\x9</form>
\xa		<form method="get" target="_blank" action="" id="getIDPguides"></form>
\x9	<form method="post" action="" name="mo_export" id="mo_export">"; 
    wp_nonce_field("mo_saml_export"); 
    echo "<input type="hidden" name="option" value="mo_saml_export" /></form>
\xa	\x9<script>\xd\xa\x9\x9\x9mo_saml_handle_metadata_sync_toggle();
		\x9function showTestWindow() {\xd\xa	\x9\x9\x9var myWindow = window.open("" . mo_saml_get_test_url() . "", "TEST SAML IDP", "scrollbars=1 width=800, height=600");
\xa\x9	\x9}\xd\xa
	\x9\x9function redirect_to_attribute_mapping(){
\xa\x9\x9		window.location.href= "" . mo_saml_get_attribute_mapping_url() . "";\xd
	\x9\x9}
\xa\x9	</script>"; 
    goto Boh; 
    EI1: 
    $sC = !empty($_REQUEST["record"]) && is_array($_REQUEST["record"]) ? array_map("sanitize_text_field", wp_unslash($_REQUEST["record"])) : sanitize_text_field(wp_unslash($_REQUEST["record"])); 
    mo_saml_delete_idp_notice($sC); 
    Boh: 
} 
function mo_saml_delete_idp_notice($sC) 
{ 
    echo "<form width="100%" border="0"\xd\xa		style="background-color: #FFFFFF; border: 1px solid #CCCCCC; padding: 0px 0px 0px 10px;"\xd\xa	\x9name="mo_saml_delete_idp" id="mo_saml_delete_idp" method="post" action="">"; 
    wp_nonce_field("mo_saml_delete_idp"); 
    echo "<input type="hidden" name="option" value="mo_saml_delete_idp" />"; 
    foreach ($sC as $u_) { 
        echo "<input type="hidden" name="delete_idp[]"\xd\xa			value="" . esc_html($u_) . "" />"; 
        F0k: 
    } 
    Gbr: 
    echo "<table style="width: 100%;">\xd
\x9		<tr>
\x9\x9\x9	<td colspan="2">
\xa\x9\x9	\x9\x9<h3>Delete Identity Provider</h3>\xd\xa\x9	\x9	</td>
\xa\x9\x9\x9</tr><tr>\xd
\x9\x9\x9<td colspan="2"><div>Your IDP configuration will be deleted forever. Are you sure you want to delete IDP configuration for:<br><br>"; 
    foreach ($sC as $u_) { 
        echo "<b><em> " . esc_html($u_) . " </em></b><br>"; 
        c3R: 
    } 
    pJz: 
    echo "</div></td>
\xa\x9		</tr>\xd
			<tr>
\xa	\x9		<td><br><b>Note:</b> Along with IDP configurations this action will also delete all Attribute/Role Mapping and Redirection & SSO settings. If you only wish to update the IDP configuration, please do it using the Edit Configurations option provided in the dropdown.</td>\xd\xa\x9		</tr>\xd
	\x9\x9</table>
		\x9<br />
\xa\x9\x9\x9<input type="submit" value="Delete" class="button button-primary button-large"/>\xd
	\x9	<a href="" . esc_url($_SERVER["REQUEST_URI"]) . ""><input type="button" value="Cancel" class="button button-large"/></a>\xd
\x9	\x9<br /><br />
\x9		</form>"; 
} 
function mo_saml_display_dropdown_for_cron_interval_selection($ev) 
{ 
    $zC = "<span>Select how often you want to fetch metadata from the IdP : </span><select id="sync_interval_id" onchange="update_metadata_interval_sync()" name="sync_interval">"; 
    foreach (Mo_Options_Enum_Cron_Intervals::$cron_intervals as $GS => $Rq) { 
        $Vw = $ev === $GS ? "selected" : ''; 
        $zC .= "<option value='{$GS}' {$Vw} >{$Rq}</option>"; 
        VBp: 
    } 
    rDW: 
    $zC .= "</select><br><span style="color: red;">Please Note: If sync is enabled, "; 
    if (get_option("saml_sync_certificate_metadata")) { 
        goto Jd9; 
    } 
    $zC .= "manual config"; 
    goto efM; 
    Jd9: 
    $zC .= "X.509 Certificate Value(s)"; 
    efM: 
    return $zC .= " would be overridden</span>"; 
} 
function mo_saml_show_idp_list_setup_page($sC = '', $Jp = '') 
{ 
    $rN = new Mo_Saml_IDP_List(); 
    $Te = "Activate" === $Jp || "Deactivate" === $Jp || "Delete" === $Jp ? $Jp : ''; 
    if (!(!empty($Te) && empty($sC))) { 
        goto oE0; 
    } 
    $rN->mo_saml_error_notice_in_setup_tab("Please select an IDP to perform the bulk action on it."); 
    oE0: 
    $rN->prepare_items(); 
    if (!mo_saml_is_sp_configured()) { 
        goto Ie0; 
    } 
    $bM = "https://plugins.miniorange.com/wordpress-single-sign-on-sso#pricing"; 
    $IP = "https://plugins.miniorange.com/wordpress-single-sign-on-sso#pricing"; 
    goto pOf; 
    Ie0: 
    $bM = admin_url() . "admin.php?page=mo_saml_settings&tab=save&action=upload_metadata"; 
    $IP = admin_url() . "admin.php?page=mo_saml_settings&tab=save&action=add"; 
    pOf: 
    echo "\xd
		<div
		class="mo-saml-table-list-upload">
\xa	\x9<h3>List of IDPs<span class="mo-saml-table-list-head">\xd\xa		\x9<a href="" . esc_url($bM) . """ . (mo_saml_is_sp_configured() ? "target="_blank"" : '') . ">\xd\xa\x9	\x9	<i class="copytooltip">\xd\xa				\x9<input type="button" class="button button-primary button-large" value="Upload IDP Metadata" "; 
    echo !mo_saml_is_sp_configured() && mo_saml_is_customer_license_key_verified() ? '' : "disabled"; 
    echo "/>"; 
    if (!mo_saml_is_sp_configured()) { 
        goto Qs2; 
    } 
    echo "<span class="copytooltiptextlink" style="">You can add multiple IDPs by upgrading to the Enterprise/All-Inclusive version.</span>"; 
    Qs2: 
    echo "\xd\xa	\x9\x9\x9</i>\xd\xa\x9\x9	</a>\xd\xa\x9	</h3>\xd
\xd
\x9	<table width="100%" class="mo-saml-table-list-top">"; 
    check_plugin_state(); 
    echo "</table>"; 
    echo "\xd
\x9\x9\x9<form id="idp_form" action="" method="post">"; 
    wp_nonce_field("save_idp_list"); 
    echo "<input type="hidden" name="option" value="save_idp_list">\xd\xa\x9	\x9<style>#idp_form{ padding-right: 15px; padding-top:5px;} #idp_list { border-collapse: collapse; } #idp_list tr > td { border-bottom: 1px solid #BDBDBD; border-top: 1px solid #BDBDBD; } #idp_list tr:nth-child(even){ background-color: #f9f9f9; }</style>
		\x9"; 
    $rN->search_box("Search", "search"); 
    $rN->display(); 
    echo "\xd\xa		\x9<br />
\xa\x9	\x9</form>
		\x9<table class="mo-saml-table-list">
		\x9	<tr>
\x9	\x9\x9<form method="post" action="" name="mo_export" id="mo_export">"; 
    wp_nonce_field("mo_saml_export"); 
    echo "<input type="hidden" name="option" value="mo_saml_export" />\xd
				</form>\xd\xa\x9	\x9\x9<td colspan="4" class="mo-saml-list-col-td">\xd
\x9		\x9\x9<br /><input type="button" name="saml_request" id="export-import-config" title="Export Plugin Configuration" "; 
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto Mfg; 
    } 
    echo "disabled "; 
    Mfg: 
    echo "value="Export Plugin Configuration" class="button button-primary button-large" onclick="jQuery('#mo_export').submit();"/>\xd\xa	\x9\x9\x9	\x9<a href="" . esc_url($IP) . """ . (mo_saml_is_sp_configured() ? "target="_blank"" : '') . ">
\x9	\x9		\x9	<i class="copytooltip"><input type="button" value="Add New IDP" class="button button-primary button-large" "; 
    echo !mo_saml_is_sp_configured() && mo_saml_is_customer_license_key_verified() ? '' : "disabled"; 
    echo "/>"; 
    if (!mo_saml_is_sp_configured()) { 
        goto E7Z; 
    } 
    echo "<span class="copytooltiptextlinkAddNewIDP">You can add multiple IDPs by upgrading to the Enterprise/All-Inclusive version.</span>"; 
    E7Z: 
    echo "
		\x9\x9\x9\x9</a> 
\x9\x9	\x9\x9</td>\xd
	\x9\x9	</tr>
\xa\x9\x9\x9</table>
\xa\x9\x9\x9
\xa		\x9<br /> <br /></div>\xd\xa\x9		<script>
\xa\x9	\x9	function showTestWindow() {\xd
				\x9var myWindow = window.open("" . mo_saml_get_test_url() . "", "TEST SAML IDP", "scrollbars=1 width=800, height=600");\xd
\x9\x9	\x9}\xd\xa\x9		</script>"; 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * This file is a part of the miniorange-saml-20-single-sign-on plugin.
 *
 * @link https://plugins.miniorange.com/
 * @author miniOrange
 * @package miniorange-saml-20-single-sign-on
 */


require_once Mo_Saml_Plugin_Files::ENV_LICENSE_HELPER;
require_once Mo_Saml_Plugin_Files::SVG_IMAGES;
function mo_saml_apps_config_saml()
{
    $ev = get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_INTERVAL);
    $xQ = get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_URL);
    $A6 = !empty(get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_CERTIFICATE)) ? get_option(Mo_Options_Enum_Metadata_Sync::METADATA_SYNC_CERTIFICATE) : '';
    $yA = !empty($xQ) ? "\143\x68\x65\x63\153\x65\x64" : '';
    $gh = empty($xQ) ? "\x68\x69\144\144\x65\x6e" : '';
    $Jp = !empty($_GET["\141\143\164\x69\x6f\x6e"]) ? sanitize_text_field(wp_unslash($_GET["\x61\x63\x74\x69\157\156"])) : '';
    $Te = !empty($_REQUEST["\141\143\164\x69\x6f\156"]) ? sanitize_text_field(wp_unslash($_REQUEST["\x61\143\164\x69\157\x6e"])) : '';
    $sC = !empty($_REQUEST["\x72\x65\143\x6f\162\144"]) && is_array($_REQUEST["\162\145\x63\x6f\x72\144"]) ? array_map("\x73\141\x6e\x69\x74\x69\x7a\x65\137\x74\145\170\x74\137\x66\151\145\x6c\x64", wp_unslash($_REQUEST["\162\145\143\157\162\x64"])) : array();
    if (!empty($_GET["\141\143\x74\x69\x6f\156"]) && $_GET["\x61\x63\x74\x69\x6f\x6e"] == "\165\x70\154\x6f\141\144\x5f\x6d\145\x74\x61\144\x61\x74\141") {
        goto eoc;
    }
    if (strpos($Jp, "\x61\144\144") !== false || "\x65\x64\151\164" === $Jp) {
        goto J3P;
    }
    if ("\x44\145\154\x65\164\x65" === $Te && !empty($sC)) {
        goto EI1;
    }
    mo_saml_show_idp_list_setup_page($sC, $Te);
    goto Boh;
    eoc:
    echo "\x3c\x64\151\166\x20\x62\x6f\162\144\145\x72\x3d\x22\60\42\x20\x73\x74\x79\x6c\145\75\42\x62\141\143\153\x67\162\157\165\x6e\144\x2d\x63\x6f\154\x6f\x72\x3a\43\106\106\106\106\106\106\73\x20\x62\157\x72\144\145\x72\x3a\61\160\x78\40\x73\x6f\x6c\151\x64\x20\43\x43\x43\x43\103\x43\103\x3b\x20\160\x61\144\x64\151\156\x67\72\60\160\170\x20\60\160\170\x20\x30\160\x78\40\x31\60\160\x78\x3b\42\x3e\15\12\11\11\x3c\164\x61\142\154\x65\40\163\164\x79\154\145\75\x22\167\x69\144\x74\x68\72\x31\x30\60\x25\x3b\x22\x3e\xd\12\x9\x9\x3c\x66\157\162\x6d\x20\x6e\141\x6d\x65\x3d\42\x73\141\155\154\137\x66\157\162\155\42\x20\x6d\145\x74\x68\157\144\x3d\42\160\x6f\x73\164\x22\x20\x61\143\x74\x69\157\x6e\75\42" . admin_url() . "\x61\x64\x6d\x69\156\56\x70\x68\160\77\x70\141\x67\x65\75\155\x6f\137\x73\x61\155\x6c\137\163\x65\x74\x74\x69\156\147\x73\46\x74\141\142\x3d\163\x61\x76\145" . "\42\40\145\156\x63\164\171\160\145\x3d\42\x6d\165\154\164\151\x70\x61\x72\164\57\x66\157\x72\155\x2d\x64\141\x74\x61\42\76\xd\12\15\xa\11\11\11\74\x74\x72\x3e\15\xa\x9\11\x9\11\x3c\x74\x64\40\x63\157\x6c\163\x70\x61\x6e\75\x22\63\42\x3e\xd\12\11\x9\11\x9\11\x3c\150\63\x3e\125\160\x6c\x6f\141\x64\x20\x49\104\120\40\x4d\x65\164\141\x64\x61\x74\141\15\xa\x9\x9\11\x9\11\11\x3c\163\x70\x61\156\x20\x73\164\171\x6c\x65\75\42\x66\x6c\157\141\x74\x3a\162\151\x67\x68\164\73\155\141\162\x67\151\x6e\x2d\x72\151\147\150\164\72\x32\65\x70\170\73\42\x3e\xd\xa\11\11\x9\11\11\11\x9";
    echo "\74\141\40\150\x72\x65\x66\x3d\x22";
    echo admin_url();
    echo "\x61\x64\155\151\x6e\x2e\x70\150\160\x3f\x70\141\147\x65\75\x6d\x6f\x5f\163\x61\155\x6c\x5f\x73\145\164\x74\x69\156\x67\163\46\x74\141\x62\x3d\163\x61\x76\x65\x22\x3e\x3c\x69\x6e\x70\165\x74\15\12\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x74\x79\x70\x65\x3d\x22\142\x75\x74\x74\157\156\x22\40\143\x6c\141\x73\x73\x3d\x22\x62\x75\164\164\x6f\156\x20\142\165\x74\164\x6f\156\x2d\x70\162\x69\155\141\x72\x79\x20\142\165\x74\164\x6f\156\x2d\154\141\x72\x67\x65\42\x20\166\x61\154\165\145\75\42\x43\141\156\143\x65\x6c\x22\57\x3e\74\x2f\x61\76";
    echo "\xd\xa\11\x9\11\x9\11\x9\x3c\x2f\x73\x70\x61\x6e\x3e\xd\xa\11\x9\11\x9\x9\74\57\150\x33\76";
    if (!mo_saml_is_sp_configured()) {
        goto kRG;
    }
    echo "\74\160\76\x3c\142\76\x4e\x4f\x54\x45\x3a\40\74\57\142\76\125\x70\154\157\141\144\x69\156\147\40\x6d\x65\x74\x61\144\x61\x74\141\x20\146\x69\154\x65\x2f\x55\x52\x4c\x20\x77\151\x6c\154\x20\x72\x65\x70\x6c\141\x63\145\x20\x79\157\165\162\x20\x63\165\162\162\145\x6e\164\40\x49\x44\120\x20\143\157\x6e\146\151\x67\x75\162\141\x74\151\157\x6e\163\40\167\151\164\x68\x20\x74\x68\x65\40\x63\x6f\162\162\145\163\160\x6f\156\144\x69\x6e\x67\x20\146\x69\x6c\x65\x2f\125\122\x4c\x2e\x3c\x2f\x70\x3e";
    kRG:
    echo "\74\x2f\164\x64\76\xd\12\x9\11\x9\x3c\x2f\x74\162\76\x3c\x74\x72\x3e\74\x74\144\40\x63\x6f\x6c\x73\x70\141\156\x3d\42\x34\42\x3e\74\150\x72\x3e\x3c\57\x74\x64\x3e\74\x2f\164\x72\x3e";
    echo "\15\xa\x9\11\x3c\x74\x72\76\15\xa\11\x9\x9\x9\74\164\x64\x20\x77\x69\x64\x74\x68\75\42\x33\60\45\42\x3e\74\x73\164\162\157\x6e\147\76\111\144\x65\156\164\151\164\171\40\x50\x72\157\x76\x69\144\x65\162\40\116\141\155\x65\74\x73\x70\x61\x6e\x20\163\x74\171\x6c\145\75\x22\143\157\x6c\157\x72\x3a\162\145\x64\x3b\42\76\52\x3c\x2f\x73\x70\x61\156\x3e\x3a\x3c\x2f\163\164\x72\157\156\147\x3e\x3c\x2f\164\144\x3e\xd\xa\11\x9\11\x9\x3c\x74\144\x3e\x3c\x69\156\x70\x75\164\40\164\x79\160\145\75\42\x74\145\x78\x74\x22\40\156\x61\155\145\75\x22\163\141\x6d\x6c\x5f\151\x64\145\156\x74\x69\164\171\x5f\155\x65\164\x61\x64\x61\164\x61\137\x70\x72\x6f\166\151\144\x65\162\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\40\x70\x6c\x61\143\x65\x68\x6f\x6c\x64\x65\162\75\x22\111\144\x65\156\x74\151\164\171\x20\120\162\x6f\x76\151\x64\145\x72\x20\156\x61\x6d\145\40\154\x69\153\145\x20\101\104\x46\x53\54\40\x53\151\155\x70\x6c\145\x53\x41\x4d\x4c\42\40\x73\164\x79\x6c\x65\75\x22\x77\x69\x64\164\150\x3a\x20\x39\x35\45\73\x22\x20\x76\x61\x6c\x75\145\x3d\x22\42\40\x72\145\161\165\x69\162\145\144\x20\160\141\164\x74\145\162\x6e\x3d\42\60\x5b\137\x61\x2d\x7a\x41\55\132\60\x2d\x39\x5d\53\44\174\x5e\133\137\141\x2d\x7a\101\x2d\x5a\x31\55\71\x5d\53\x5b\x5f\x61\55\172\101\x2d\132\60\55\71\x5d\x2a\44\x22\x20\164\x69\164\154\x65\x3d\42\117\x6e\x6c\171\40\x61\x6c\160\150\141\142\145\x74\x73\x2c\x20\156\165\x6d\x62\145\162\x73\x20\141\x6e\144\40\165\x6e\144\145\162\x73\143\157\162\145\40\151\163\40\141\154\x6c\157\167\x65\144\x2e\40\x4e\x6f\40\167\x68\151\164\x65\x20\163\x70\x61\x63\145\40\151\x73\40\141\x6c\x6c\x6f\x77\145\x64\x2e\x22\x2f\76\74\x2f\164\x64\76\15\12\11\11\x9\11\74\57\164\162\x3e\15\12\15\xa\11\x9\x9\x9\74\x74\162\76";
    wp_nonce_field("\x73\141\x6d\x6c\137\165\160\x6c\x6f\x61\x64\137\x6d\145\x74\141\x64\x61\x74\141");
    echo "\x3c\x69\156\x70\165\x74\40\164\x79\160\x65\x3d\x22\150\x69\x64\x64\145\x6e\x22\x20\x6e\141\155\145\75\42\157\160\x74\x69\x6f\156\x22\x20\166\141\154\165\145\75\x22\163\141\155\154\137\165\x70\x6c\x6f\141\x64\x5f\x6d\145\x74\141\144\141\x74\x61\42\x20\x2f\x3e\xd\xa\x9\x9\11\11\74\x69\156\x70\165\164\40\164\x79\x70\x65\75\x22\x68\x69\x64\144\x65\156\x22\x20\x6e\141\155\145\75\42\141\143\164\151\157\x6e\x22\x20\166\x61\x6c\165\145\75\x22\x75\160\x6c\157\141\144\x5f\155\x65\x74\x61\x64\141\164\141\x22\40\x2f\76\xd\12\x9\11\11\11\x9\74\164\x64\x3e\125\160\154\x6f\x61\144\40\115\145\x74\x61\144\x61\164\x61\x3a\74\x2f\164\x64\76\xd\xa\11\x9\11\x9\x9\74\164\x64\x20\143\157\x6c\163\x70\x61\156\75\x22\62\42\76\74\151\x6e\x70\165\164\x20\164\171\x70\x65\x3d\42\x66\x69\x6c\145\42\40\141\x63\x63\x65\160\164\x3d\42\x74\x65\170\x74\57\x78\155\x6c\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\x20\156\x61\x6d\x65\x3d\x22\155\145\164\141\x64\141\164\x61\x5f\x66\151\x6c\x65\x22\x20\57\76\xd\xa\x9\11\x9\x9\x9\x3c\x69\x6e\160\165\164\x20\164\x79\160\145\75\42\x73\165\x62\x6d\151\x74\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\143\154\x61\x73\x73\x3d\x22\x62\x75\x74\x74\x6f\x6e\x20\142\165\x74\164\157\156\55\x70\162\x69\x6d\x61\x72\x79\x20\x62\165\164\x74\157\x6e\x2d\154\141\162\x67\145\x22\40\x76\x61\154\165\145\x3d\x22\x55\160\x6c\157\x61\x64\42\x2f\76\74\57\x74\144\76\15\xa\xd\xa\11\11\11\74\x2f\x74\162\x3e";
    echo "\x3c\x74\x72\76\xd\12\x9\11\11\11\74\x74\144\40\143\157\x6c\163\160\141\x6e\75\x22\62\42\x3e\x3c\x70\40\x73\164\171\x6c\145\75\x22\146\x6f\x6e\164\55\x73\151\x7a\x65\72\x31\63\x70\x74\73\164\x65\170\x74\x2d\x61\154\x69\x67\x6e\x3a\x63\x65\156\164\145\x72\73\x22\x3e\x3c\142\76\117\x52\x3c\x2f\x62\x3e\74\x2f\160\x3e\x3c\x2f\x74\144\x3e\15\xa\x9\11\11\74\x2f\164\162\76";
    echo "\15\12\xd\xa\11\x9\x9\74\x74\x72\x3e\15\xa\x9\11\x9\x9\74\151\x6e\160\x75\x74\40\164\171\x70\x65\75\42\x68\x69\144\144\x65\156\x22\40\x6e\x61\x6d\x65\x3d\42\x6f\x70\x74\151\x6f\156\x22\40\166\x61\154\165\x65\x3d\42\163\x61\x6d\154\137\165\160\x6c\x6f\x61\x64\137\155\x65\x74\x61\144\141\x74\x61\42\x20\57\x3e\15\12\x9\11\x9\11\74\151\x6e\x70\x75\164\40\x74\x79\160\x65\75\42\x68\151\144\144\145\x6e\42\40\156\x61\x6d\145\75\x22\141\143\164\151\157\156\x22\x20\166\x61\x6c\x75\145\x3d\42\146\145\x74\x63\x68\137\155\145\x74\x61\x64\141\164\x61\42\x20\x2f\x3e\xd\xa\x9\11\x9\11\74\x74\144\40\x77\x69\x64\164\x68\75\42\62\x30\45\42\x3e\105\156\x74\x65\x72\x20\x6d\x65\164\141\144\141\x74\x61\40\x55\x52\x4c\x3a\74\57\164\144\76\xd\12\x9\x9\11\x9\x3c\164\144\x3e\x3c\151\x6e\160\x75\164\40\x74\171\160\145\x3d\42\165\162\154\x22\x20\x6e\141\x6d\x65\75\42\155\145\164\x61\x64\141\x74\141\x5f\165\x72\x6c\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x70\x6c\x61\143\145\150\x6f\154\x64\x65\x72\75\42\x45\156\x74\x65\162\x20\x6d\145\x74\x61\x64\x61\x74\141\x20\125\122\114\x20\157\x66\40\171\x6f\165\x72\x20\111\144\120\56\42\40\x73\x74\x79\x6c\x65\75\x22\x77\151\144\164\150\72\61\x30\x30\x25\42\x20\x76\141\x6c\x75\145\x3d\42" . esc_url($xQ) . "\42\57\76\x3c\57\x74\x64\76\xd\12\x9\11\x9\x9\x3c\164\144\40\x77\151\x64\x74\x68\75\x22\62\60\45\x22\x3e\46\x6e\142\163\x70\73\46\x6e\x62\x73\160\73\74\151\x6e\160\165\164\x20\164\171\x70\x65\75\x22\163\165\142\x6d\x69\x74\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\x63\154\141\163\163\x3d\x22\142\165\164\164\157\x6e\x20\142\165\x74\x74\157\x6e\x2d\x70\x72\x69\x6d\x61\x72\171\x20\142\165\164\164\x6f\156\x2d\154\x61\162\147\145\42\x20\166\x61\x6c\165\x65\75\42\106\145\x74\143\x68\x20\x4d\145\x74\141\144\141\164\x61\x22\57\x3e\x3c\x2f\x74\x64\x3e\15\xa\x9\11\x9\74\57\x74\162\76\xd\xa\x9\11\11\x3c\x74\x72\x3e\15\xa\11\11\11\x9\74\164\x64\x20\x63\x6f\x6c\163\x70\x61\156\x3d\x22\62\x22\x3e\74\142\162\57\76\xd\xa\x9\x9\11\11\x3c\154\141\x62\145\x6c\40\143\x6c\x61\x73\163\75\42\163\167\x69\x74\x63\x68\x22\76\xd\12\x9\x9\11\11\x3c\x69\x6e\160\165\x74\x20\x74\171\x70\x65\75\42\x63\x68\x65\x63\153\142\x6f\170\x22\40" . $yA . "\40\151\144\75\x22\x73\x79\156\143\137\x6d\145\x74\x61\144\x61\164\x61\42\x20\156\x61\x6d\x65\x3d\x22\163\x79\x6e\143\137\155\x65\164\141\144\x61\x74\141\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\76\xd\12\x9\x9\x9\11\x3c\x73\160\141\x6e\x20\x63\x6c\141\x73\163\x3d\42\163\154\x69\x64\x65\162\x20\x72\x6f\x75\156\x64\42\76\x3c\x2f\x73\x70\x61\x6e\76\xd\xa\x9\x9\x9\11\74\x2f\154\x61\142\x65\154\x3e\xd\12\11\x9\11\x9\x3c\x73\160\141\x6e\40\x73\164\171\154\145\75\x22\160\141\x64\144\151\x6e\147\x2d\154\x65\x66\164\x3a\x35\160\x78\x3b\42\x3e\74\x62\76\125\x70\x64\141\164\x65\40\111\144\120\40\163\x65\164\164\x69\x6e\x67\x73\x20\142\171\x20\160\x69\156\147\x69\x6e\147\40\155\145\164\141\144\x61\x74\x61\40\125\122\x4c\40\x3f\40\x28\x20\127\145\40\167\151\x6c\154\40\x73\164\x6f\162\145\x20\x74\x68\x65\x20\x6d\145\164\141\144\x61\164\141\40\125\122\x4c\x20\51\74\x2f\142\x3e\74\57\x73\x70\x61\x6e\x3e\x20\x3c\x2f\x74\x64\76\15\xa\11\11\11\74\x2f\164\162\x3e\xd\12\11\x9\x9\74\164\x72\76\xd\12\x9\11\x9\x9\74\164\x64\40\x63\x6f\x6c\x73\x70\x61\x6e\x3d\x22\62\42\76\15\12\11\x9\11\11\x9\74\x64\151\166\x20\151\144\x3d\42\x73\x65\154\145\x63\164\137\x74\x69\x6d\145\x5f\163\x79\156\143\137\x6d\145\x74\x61\144\x61\x74\141\42\x20" . $gh . "\40\40\x63\154\x61\163\163\x3d\x22\x6d\157\137\163\x61\x6d\154\137\150\x65\154\160\x5f\x64\145\x73\x63\x22\76\xd\xa\11\11\11\x9\11\x9" . mo_saml_display_dropdown_for_cron_interval_selection($ev) . "\15\12\x9\x9\11\11\x9\x3c\57\x64\x69\166\76\xd\xa\11\11\11\x9\x3c\57\x74\x64\x3e\xd\xa\x9\x9\11\x3c\x2f\x74\x72\76\15\12\11\11\11\74\x2f\146\157\x72\x6d\x3e";
    echo "\74\x2f\164\141\x62\154\x65\x3e\74\142\x72\40\x2f\76\74\x2f\x64\151\166\76";
    goto Boh;
    J3P:
    global $wpdb;
    $ro = get_option(Mo_Saml_Options::SSO_URL);
    $OI = get_option(Mo_Saml_Options::CERT_FP);
    $JZ = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME);
    $rM = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGIN_BINDING_TYPE);
    $cZ = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGIN_URL);
    $cZ = !is_array($cZ) ? htmlspecialchars_decode($cZ) : $cZ;
    $b7 = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGOUT_BINDING_TYPE);
    $Ks = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::LOGOUT_URL);
    $uH = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::ISSUER);
    $Mj = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::X509_CERTIFICATE);
    $Mj = !is_array($Mj) ? maybe_unserialize(htmlspecialchars_decode($Mj)) : $Mj;
    $Mj = is_array($Mj) ? $Mj : array(0 => $Mj);
    $h3 = !empty(LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::REQUEST_SIGNED)) ? LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::REQUEST_SIGNED) : "\x75\156\x63\x68\145\x63\153\145\144";
    $gK = LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::NAMEID_FORMAT);
    $lI = !empty(LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::IS_ENCODING_ENABLED)) ? LicenseHelper::getOptionForSelectedEnvironment(Mo_Saml_Options_Enum_Service_Provider::IS_ENCODING_ENABLED) : "\143\150\145\x63\x6b\145\144";
    $e0 = get_option(Mo_Saml_Options_Enum_Service_Provider::ASSERTION_TIME_VALIDATION, "\x63\150\x65\x63\x6b\145\144");
    if ("\x63\150\x65\143\x6b\145\x64" === $e0) {
        goto Hv3;
    }
    $e0 = "\x75\x6e\143\150\145\143\153\x65\144";
    Mo_Saml_Data_Access_Object::mo_saml_update_option(Mo_Saml_Options_Enum_Service_Provider::ASSERTION_TIME_VALIDATION, "\165\156\143\x68\145\x63\x6b\145\x64");
    goto GDY;
    Hv3:
    $e0 = "\143\x68\x65\x63\x6b\x65\144";
    Mo_Saml_Data_Access_Object::mo_saml_update_option(Mo_Saml_Options_Enum_Service_Provider::ASSERTION_TIME_VALIDATION, "\143\x68\145\x63\x6b\145\x64");
    GDY:
    $vK = get_option(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_PROVIDER_IDENTIFER_NAME) ? get_option(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_PROVIDER_IDENTIFER_NAME) : '';
    $Jp = '';
    if (!($vK && $vK != "\117\164\x68\x65\x72")) {
        goto HiY;
    }
    $Jp = "\150\164\164\160\x73\x3a\57\57\x70\154\165\x67\x69\x6e\163\x2e\155\151\x6e\x69\157\x72\x61\156\147\x65\56\x63\x6f\x6d\x2f\x73\141\155\154\55\163\x69\156\147\154\x65\x2d\163\151\147\x6e\55\157\156\55\x73\163\157\x2d\167\157\x72\144\x70\162\145\x73\x73\x2d\x75\x73\151\x6e\147\x2d" . $vK;
    HiY:
    $cg = get_option(Mo_Saml_Options_Plugin_Admin::IDP_CONFIG_COMPLETE);
    echo "\x9\11\x9\x3c\x64\151\166\x20\151\x64\x3d\x22\x6d\157\137\163\141\155\154\137\x69\x64\x70\x73\137\x67\162\x69\144\x5f\x66\x6f\162\155\x22\x3e\xd\12\40\40\x20\x20\x20\40\40\x20\11\x3c\x66\x6f\x72\x6d\40\151\144\x3d\x22\155\x6f\137\x73\141\x6d\x6c\137\x69\144\160\x73\137\x67\162\151\144\x5f\x66\x6f\162\155\42\x20\x77\151\x64\164\x68\x3d\x22\x39\x38\x25\x22\40\x62\x6f\x72\144\145\x72\75\42\60\42\xd\xa\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\163\164\171\x6c\145\75\42\142\x61\143\153\147\x72\157\165\x6e\144\55\143\x6f\x6c\157\162\x3a\x23\106\106\106\106\106\106\x3b\40\142\x6f\x72\x64\x65\x72\x3a\x31\x70\x78\x20\163\157\154\151\x64\40\x23\103\103\x43\103\x43\x43\x3b\40\160\x61\144\x64\151\x6e\147\72\x30\160\170\x20\x30\x70\x78\x20\x30\160\x78\x20\x31\x30\160\x78\73\42\xd\12\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\155\x65\164\x68\157\x64\75\42\160\x6f\x73\x74\42\40\141\143\x74\x69\157\x6e\75\42\x22\x3e\15\12\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x9\74\x74\x61\x62\154\145\40\x73\164\171\x6c\145\x3d\x22\x77\151\x64\x74\150\72\x31\60\x30\x25\x3b\42\x3e\xd\12\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x3c\164\x72\x3e\xd\xa\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\74\164\x64\x3e\x3c\x68\x33\x3e";
    _e("\123\x65\154\x65\x63\x74\x20\171\x6f\x75\162\x20\111\x64\x65\156\x74\x69\164\171\x20\x50\162\x6f\166\151\144\x65\x72", "\155\151\156\x69\x6f\x72\x61\156\147\x65\55\x73\x61\x6d\154\x2d\62\60\55\x73\151\156\x67\x6c\x65\55\163\x69\x67\x6e\55\157\x6e");
    echo "\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\74\57\164\x64\76\xd\12\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\74\x2f\164\x72\76\xd\12\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\74\164\162\76\15\xa\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x3c\x74\x64\40\143\x6f\x6c\163\160\x61\156\75\42\62\x22\40\76";
    _e("\123\145\154\145\x63\164\x20\x79\x6f\x75\162\x20\x49\x64\145\156\x74\151\x74\x79\40\120\x72\157\166\151\144\x65\162\40\146\x72\157\x6d\x20\x74\150\x65\x20\154\151\163\x74\x20\x62\x65\x6c\157\167\x2c\40\x61\156\144\40\x79\x6f\165\x20\x63\x61\156\x20\x66\151\x6e\144\x20\x74\x68\x65\40\x6c\151\156\x6b\x20\164\x6f\x20\164\150\x65\40\147\x75\x69\144\145\40\x66\x6f\162\x20\x73\x65\164\x74\x69\156\147\40\165\x70\40\x53\x41\x4d\x4c\40\142\145\154\x6f\x77\56", "\155\151\x6e\x69\157\162\141\156\147\x65\55\x73\141\155\x6c\x2d\x32\x30\x2d\163\151\156\x67\x6c\x65\55\x73\x69\147\156\55\x6f\156");
    echo "\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\74\x62\162\57\x3e";
    esc_html_e("\120\x6c\145\x61\x73\x65\40\x63\x6f\156\x74\141\x63\x74\x20\165\x73\x20\151\x66\40\x79\157\x75\40\144\x6f\156\47\164\40\x66\151\x6e\144\x20\171\157\x75\x72\x20\111\x44\120\40\151\156\x20\164\x68\x65\40\x6c\151\x73\x74\56", "\x6d\x69\x6e\151\157\x72\x61\156\147\145\x2d\x73\141\x6d\x6c\55\x32\x30\55\163\151\x6e\147\x6c\x65\x2d\x73\x69\147\x6e\55\x6f\x6e");
    echo "\15\12\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\74\142\x72\x2f\x3e\74\x62\162\x2f\76\x3c\x2f\164\x64\x3e\15\12\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x3c\x2f\164\x72\76\15\12\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\74\x74\x72\x20\x3e\xd\xa\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x3c\x74\x64\40\143\x6f\154\x73\x70\x61\x6e\x3d\42\62\42\x3e\x3c\151\x6e\x70\165\164\40\164\x79\160\x65\x3d\42\164\x65\x78\x74\x22\x20\x69\x64\75\x22\155\x6f\137\163\x61\x6d\x6c\137\x73\145\141\x72\143\x68\137\151\144\x70\x5f\154\x69\163\x74\x22\40\163\x74\171\x6c\x65\75\x22\x77\x69\144\164\150\x3a\71\x35\45\x3b\42\x20\160\x6c\141\x63\145\150\157\x6c\144\145\x72\75\42";
    _e("\x53\x74\141\x72\x74\40\164\x79\160\x69\x6e\x67\40\171\x6f\165\x72\40\x49\x64\145\x6e\164\151\164\x79\x20\x50\162\x6f\166\151\x64\x65\162\40\156\141\x6d\x65\40\x68\145\x72\145", "\155\x69\x6e\151\x6f\162\141\156\x67\145\55\x73\x61\x6d\x6c\55\62\60\x2d\x73\x69\156\147\154\145\x2d\163\151\147\156\x2d\x6f\x6e");
    echo "\42\x3e\x3c\57\x74\144\x3e\15\xa\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x3c\x2f\164\x72\76\15\xa\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\74\x74\x72\x3e\15\12\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\74\164\144\40\143\x6f\154\x73\x70\x61\156\x3d\42\x32\x22\76\74\x62\162\x3e\x3c\x73\160\x61\x6e\x20\151\x64\x3d\42\155\x6f\x5f\x73\141\x6d\154\137\x73\x65\141\162\143\150\x5f\143\165\163\164\157\x6d\137\x69\144\x70\x5f\x6d\145\163\x73\141\x67\145\x22\40\163\x74\x79\154\145\75\42\x77\151\144\x74\x68\72\x39\x35\x25\73\x64\x69\163\160\x6c\141\x79\x3a\156\157\x6e\x65\73\42\x3e";
    _e("\111\x74\x20\154\157\x6f\153\x73\40\154\151\x6b\145\40\171\x6f\165\162\40\151\x64\x65\x6e\164\151\164\171\40\160\162\x6f\x76\x69\x64\145\162\x20\151\163\40\x6e\157\x74\x20\x6c\x69\163\x74\x65\144\x20\142\x65\154\x6f\x77\x2c\40\171\x6f\x75\x20\x63\141\x6e\40\x73\x65\x6c\145\x63\x74\74\163\x74\x72\157\x6e\147\x3e\40\103\165\163\x74\x6f\155\x20\x49\x44\x50\40\74\x2f\x73\x74\x72\157\x6e\147\x3e\x74\x6f\x20\x63\157\x6e\x66\151\x67\165\162\x65\x20\x74\x68\x65\40\x70\154\x75\147\x69\x6e\x2e\40\120\154\145\x61\163\x65\x20\x73\145\x6e\x64\40\165\x73\40\x71\165\145\162\x79\x20\165\x73\151\x6e\x67\40\x73\165\160\160\x6f\162\164\40\146\x6f\x72\x6d\x20\x67\x69\x76\145\156\40\x61\x73\x69\144\x65\40\146\157\x72\40\155\x6f\x72\x65\x20\x64\145\164\141\x69\x6c\x73\x2e", "\x6d\x69\x6e\x69\157\x72\x61\156\147\145\55\x73\x61\x6d\x6c\x2d\62\60\x2d\163\151\x6e\147\154\x65\x2d\x73\151\147\x6e\x2d\157\x6e");
    echo "\74\x2f\x73\x70\x61\x6e\76\x3c\57\x74\x64\76\15\xa\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x3c\57\164\x72\x3e\15\12\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\74\x74\x72\40\x73\164\171\x6c\x65\75\42\x70\157\x73\151\164\x69\157\x6e\72\40\162\145\154\x61\x74\x69\166\145\x22\76\xd\xa\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\74\164\144\40\x63\157\x6c\163\x70\x61\156\x3d\x22\62\x22\x20\x73\164\171\154\145\x3d\x22\160\157\x73\151\x74\x69\157\156\72\x72\145\154\141\x74\151\166\x65\x3b\42\76\15\12\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x3c\x64\x69\166\40\x69\144\x3d\x22\155\x6f\137\163\x61\155\154\x5f\x69\144\160\x73\137\x67\162\x69\144\137\144\x69\x76\x22\40\x63\154\x61\x73\x73\x3d\x22\163\x63\x72\157\x6c\154\42\40\163\164\171\x6c\145\75\x22\160\157\x73\151\164\151\157\x6e\72\40\x72\145\154\x61\x74\x69\166\145\42\x3e\15\xa\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x3c\x75\154\x3e\15\12\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40";
    foreach (Mo_Saml_Options_Plugin_Idp::$idp_guides as $G0 => $pG) {
        $QX = Mo_Saml_Svg_Images::$idp_svg_images[$G0];
        $kC = '';
        if (empty(Mo_Saml_Options_Plugin_Idp_Videos::$idp_videos[$pG[0]])) {
            goto V5q;
        }
        $kC = Mo_Saml_Options_Plugin_Idp_Videos::$idp_videos[$pG[0]];
        V5q:
        echo "\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\74\154\151\76\15\12\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\74\x61\x20\x74\141\x72\x67\x65\x74\75\x22\137\x62\154\141\156\x6b\42\40\x73\164\x79\x6c\x65\75\42\x63\x75\162\x73\157\162\72\40\x70\157\x69\156\x74\145\x72\x22\40\144\141\164\x61\x2d\x69\x64\x70\x2d\166\x61\154\x75\x65\75\42";
        echo $kC;
        echo "\42\xd\xa\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\144\141\x74\x61\55\x68\162\x65\x66\x3d\42\150\164\164\x70\163\x3a\57\57\160\x6c\165\147\x69\x6e\x73\x2e\x6d\x69\x6e\151\157\162\x61\x6e\147\145\56\x63\157\155\x2f";
        echo $pG[1];
        echo "\x22\xd\xa\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\144\x61\x74\x61\x2d\x76\x69\144\145\157\75\42\x68\x74\x74\x70\163\x3a\x2f\x2f\x77\167\167\56\171\x6f\165\x74\x75\x62\x65\x2e\x63\157\155\x2f\167\141\x74\143\x68\x3f\166\x3d";
        echo $kC;
        echo "\x22\76\15\xa\x9\x9\11\x9\x9\11\11\x9\x9\x9";
        echo SAMLSPUtilities::mo_saml_get_idp_img($QX);
        echo "\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\74\142\162\x3e\x3c\150\64\x3e";
        echo $G0;
        echo "\74\x2f\150\64\x3e\15\xa\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\74\x2f\141\x3e\xd\xa\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\74\x2f\x6c\x69\x3e\xd\xa\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40";
        WFx:
    }
    wh3:
    echo "\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\74\x2f\x75\154\x3e\15\xa\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x3c\x2f\144\151\166\76\xd\xa\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x3c\57\x74\144\x3e\15\12\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x3c\57\x74\162\76\15\12\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\11\x3c\57\x74\141\142\154\x65\x3e\xd\12\40\40\40\40\x20\40\40\x20\x9\74\57\x66\157\162\155\x3e\15\12\x20\x20\40\x20\x20\40\40\x20\11\x3c\57\144\151\166\x3e\15\xa\x9\11\11\x3c\57\142\x72\x3e\xd\12\xd\xa\x9\11\11";
    echo "\74\146\x6f\162\155\x20\x77\x69\x64\164\150\x3d\x22\71\x38\45\x22\40\x62\x6f\x72\144\145\x72\75\42\60\42\x20\163\x74\x79\154\145\x3d\42\x62\x61\x63\153\147\162\157\x75\156\144\55\x63\157\x6c\157\x72\72\x23\x46\106\x46\106\x46\x46\x3b\40\142\157\162\x64\145\162\72\61\160\x78\40\x73\x6f\154\x69\144\40\x23\x43\103\103\x43\x43\x43\73\x20\160\141\x64\x64\151\156\x67\x3a\x30\160\170\40\61\x30\160\170\40\x30\160\170\40\61\x30\160\170\73\x22\40\x6e\x61\155\x65\75\42\163\141\155\154\x5f\x66\x6f\x72\x6d\42\40\x6d\x65\164\x68\157\x64\75\x22\x70\157\163\164\x22\x20\x61\x63\164\x69\x6f\x6e\x3d\42\42\x3e";
    wp_nonce_field("\154\x6f\x67\151\156\137\167\151\x64\147\x65\x74\137\163\141\155\x6c\x5f\163\141\x76\x65\137\x73\145\x74\x74\151\x6e\x67\163");
    echo "\x3c\x69\x6e\x70\165\x74\40\x74\171\x70\x65\75\x22\x68\x69\x64\x64\x65\156\42\40\x6e\141\155\x65\75\42\x6f\160\x74\x69\x6f\156\42\x20\166\141\x6c\x75\x65\x3d\x22\154\157\x67\x69\156\x5f\167\x69\x64\x67\145\x74\137\x73\x61\x6d\154\137\x73\141\x76\145\137\163\145\x74\x74\151\x6e\147\163\42\x20\57\76\xd\xa\11\x9\40\40\40\x3c\164\x61\x62\154\x65\40\x73\x74\171\154\x65\75\x22\167\x69\x64\x74\x68\72\61\x30\x30\x25\x3b\x22\40\x69\x64\40\x3d\40\42\163\x65\162\166\151\x63\x65\x5f\160\x72\157\166\x69\144\145\162\x5f\163\x65\x74\x75\x70\42\x20\143\x6c\141\x73\x73\75\42\142\x6f\170\x22\x3e\15\xa\11\11\x9\x3c\x74\x72\76\15\12\11\11\x9\x9\x3c\x74\x64\40\143\x6f\x6c\163\x70\141\156\75\x22\62\42\x3e\15\12\x9\11\11\x9\x9\74\150\x33\76\x43\x6f\x6e\x66\x69\147\x75\x72\x65\40\123\x65\162\x76\151\143\145\40\x50\x72\157\x76\151\x64\x65\162\xd\xa\11\11\x9\11\x9\11\x3c\x73\x70\x61\x6e\x20\x73\x74\x79\154\145\x3d\x22\x66\154\157\x61\x74\x3a\162\x69\147\x68\x74\x3b\155\141\162\x67\151\x6e\x2d\162\x69\x67\150\x74\72\62\65\x70\x78\73\x22\x3e\15\12\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x3c\141\40\x68\162\x65\146\75\x22" . admin_url() . "\141\144\155\151\156\56\160\150\160\77\x70\141\147\x65\75\x6d\x6f\x5f\163\x61\x6d\x6c\137\163\x65\164\x74\151\156\147\163\46\x74\x61\x62\x3d\163\x61\x76\145\x26\x61\x63\164\x69\x6f\156\x3d\165\160\154\x6f\141\144\137\x6d\x65\x74\x61\x64\141\164\141\x22\x3e\15\xa\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\74\151\156\x70\165\164\40\x74\x79\x70\145\x3d\x22\x62\165\x74\x74\157\156\x22\40\x63\x6c\141\x73\163\x3d\42\142\x75\164\164\157\156\x20\142\165\164\164\x6f\x6e\x2d\160\x72\x69\x6d\x61\x72\x79\40\142\165\x74\164\157\156\55\x6c\x61\x72\x67\x65\x22\40\x76\141\x6c\x75\145\x3d\42\125\160\x6c\157\141\x64\40\x49\104\x50\x20\115\145\x74\141\x64\x61\164\141\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\57\76\74\57\x61\x3e\15\xa\x9\x9\x9\40\x20\40\x20\x20\40\40\40\40\40\x20\40\74\x2f\x73\160\141\156\x3e\15\xa\x9\x9\11\11\x9\x3c\57\x68\x33\x3e\xd\xa\x9\11\x9\x9\74\x2f\x74\144\x3e\xd\xa\11\x9\x9\x3c\57\x74\162\x3e\x3c\164\x72\x3e\74\164\144\40\x63\x6f\154\163\160\x61\x6e\x3d\42\64\42\x3e\74\x68\x72\x3e\x3c\57\x74\x64\x3e\x3c\x2f\164\x72\x3e";
    check_plugin_state();
    mo_saml_add_notice_metadata_sync();
    echo "\xd\12\40\x20\40\40\x20\40\x20\x20\74\164\x72\x20\x69\144\x3d\x22\155\x6f\137\163\141\x6d\154\137\x73\145\154\145\x63\164\145\x64\137\x69\x64\x70\x5f\144\151\166\x22\x20\x73\164\x79\x6c\x65\x3d\42\160\157\x73\151\x74\x69\157\x6e\72\x20\162\x65\154\x61\x74\x69\166\x65\73\40\x64\151\163\160\x6c\x61\171\x3a\x6e\157\x6e\x65\73\42\76\15\12\11\x9\x3c\164\144\x3e\74\163\x74\x72\157\x6e\x67\x3e\111\144\145\x6e\164\151\x74\171\x20\120\x72\x6f\x76\151\144\145\x72\72\74\57\163\164\x72\157\x6e\147\76\74\57\164\144\x3e\15\xa\11\x9\x3c\x74\x64\x3e\15\12\11\x9\x9\74\x64\151\x76\x20\x73\164\171\x6c\x65\75\42\x70\x6f\163\x69\164\x69\157\156\72\x20\x72\145\154\141\164\151\166\145\x3b\x62\141\x63\153\147\162\x6f\165\x6e\144\x2d\x63\x6f\x6c\157\x72\x3a\x20\167\150\x69\x74\145\x22\40\x69\144\75\x22\x73\x65\x6c\x65\x63\164\145\x64\137\151\144\160\x5f\144\x69\166\x22\x3e\15\xa\11\11\11\74\144\x69\166\x20\151\x64\x3d\42\155\x6f\x5f\x73\141\x6d\x6c\x5f\x73\145\x6c\x65\x63\164\145\x64\137\x69\144\160\x5f\x69\143\x6f\x6e\137\x64\x69\166\42\40\x73\x74\171\154\x65\75\x22\x62\157\162\144\145\x72\x3a\x31\x70\170\x20\x73\x6f\154\151\x64\40\x23\67\145\70\x39\x39\x33\x3b\142\157\162\x64\145\x72\x2d\162\x61\144\151\x75\x73\x3a\x20\x34\x70\x78\x3b\142\x6f\x78\x2d\x73\150\141\144\157\167\x3a\40\x30\40\x30\x20\x30\x20\164\162\x61\x6e\x73\160\141\x72\145\x6e\x74\x22\x3e\15\xa\x9\11\11\x3c\57\144\151\x76\x3e\15\12\x9\11\x9\x3c\141\x20\x74\x61\162\x67\145\164\x3d\42\x5f\x62\154\x61\156\153\x22\x20\x63\x6c\x61\163\163\x3d\x22\142\x75\x74\x74\x6f\x6e\40\x62\165\x74\164\157\156\55\x70\x72\x69\155\141\x72\x79\x22\x20\163\x74\x79\154\145\75\42\x6d\141\162\147\151\x6e\55\x74\x6f\x70\72\65\x25\73\x20\155\141\x72\x67\x69\156\55\x6c\145\146\x74\72\x20\x35\45\73\x22\40\x69\x64\75\x22\163\x61\x6d\x6c\x5f\151\x64\x70\x5f\x67\165\151\x64\x65\x5f\154\151\156\x6b\x22\40\150\x72\x65\146\x3d\x22\42\76\103\154\x69\x63\153\x20\x68\145\x72\x65\40\x74\x6f\40\157\x70\x65\x6e\40\x47\x75\151\x64\x65\x3c\x2f\141\x3e\xd\12\11\11\x9\74\x61\40\164\141\x72\147\x65\x74\x3d\42\137\142\x6c\141\156\x6b\x22\x20\143\x6c\x61\163\163\75\x22\x62\x75\164\164\x6f\x6e\40\x62\x75\x74\164\x6f\x6e\55\x70\162\x69\155\141\x72\171\42\x20\x73\x74\171\x6c\x65\75\42\x6d\141\162\x67\x69\x6e\55\x74\157\x70\72\x35\x25\73\x20\x6d\x61\x72\x67\151\156\55\x6c\145\146\164\72\x20\x32\x25\x3b\42\x20\x69\x64\75\42\x73\141\155\154\137\151\x64\x70\137\166\x69\x64\145\157\137\x6c\x69\156\153\x22\x3e\x43\154\151\143\153\x20\150\145\x72\x65\40\164\x6f\40\x76\151\x65\x77\x20\123\x65\164\x75\160\x20\126\x69\x64\145\157\x3c\x2f\141\x3e\15\12\11\11\x9\x3c\151\x6e\160\x75\164\40\x74\171\x70\x65\x3d\x22\x68\151\x64\144\x65\x6e\x22\x20\x69\144\75\42\155\157\137\163\141\155\154\x5f\x69\x64\x65\x6e\x74\151\x74\x79\137\x70\162\157\x76\x69\x64\145\162\137\x69\144\x65\156\x74\x69\146\x69\145\x72\x5f\x6e\x61\155\145\x22\x20\156\141\x6d\x65\75\x22\155\x6f\x5f\163\141\x6d\x6c\x5f\x69\x64\x65\x6e\x74\151\x74\x79\137\160\162\x6f\166\x69\x64\x65\x72\137\151\144\145\x6e\164\x69\x66\x69\145\162\x5f\156\x61\155\x65\x22\40\x76\141\154\x75\x65\x3d\42";
    echo esc_html(get_option(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_PROVIDER_IDENTIFER_NAME));
    echo "\x20\42\57\76\xd\xa\11\x9\11\x9\x9\40\74\163\160\x61\x6e\40\163\x74\x79\x6c\145\x3d\x22\x70\x6f\x73\151\x74\x69\157\156\x3a\40\x72\145\x6c\141\x74\151\x76\x65\73\57\x2a\x20\x70\x61\x64\144\151\156\x67\x2d\x62\157\x74\164\x6f\155\x3a\x20\x30\56\x31\45\73\x20\x2a\x2f\160\141\x64\x64\x69\156\147\55\x74\157\x70\72\40\x33\x2e\x35\45\x3b\142\141\143\x6b\x67\162\x6f\165\x6e\144\72\40\x77\x68\151\x74\x65\x3b\142\x6f\x72\144\x65\162\x2d\x72\141\x64\151\x75\x73\x3a\x20\x31\60\x70\170\x3b\x70\x61\144\x64\x69\x6e\147\55\154\x65\x66\164\x3a\40\x2d\67\x70\x78\x3b\x2f\52\40\x70\141\x64\144\151\156\147\55\162\x69\147\150\164\x3a\40\71\160\x78\73\40\52\x2f\146\154\157\141\x74\72\x20\162\151\x67\x68\x74\73\160\x61\x64\144\151\156\147\x2d\x72\x69\x67\x68\164\72\40\65\x25\73\42\15\xa\11\x9\x9\x9\x9\x20\x20\151\x64\75\x22\155\x6f\137\x73\141\155\x6c\x5f\x69\144\160\x73\137\147\x72\151\x64\137\144\151\166\x22\40\76\xd\12\11\11\74\57\163\x70\141\156\76\15\xa\11\11\x9\74\x2f\x64\x69\x76\x3e\xd\xa\11\x9\x3c\57\164\144\x3e\xd\xa\11\11\74\57\x74\162\76\xd\12\x9\x9\74\x74\162\76\15\xa\11\x9\11\x3c\x74\144\40\143\157\x6c\163\x70\x61\x6e\x3d\42\x33\x22\76\xd\xa\x9\x9\11\x3c\144\x69\x76\40\x69\144\x3d\x22\x63\165\x73\x74\157\x6d\x5f\151\x64\160\137\x73\x65\154\145\143\164\145\x64\x22\40\x68\x69\x64\x64\145\156\76\74\57\144\x69\x76\x3e\15\xa\x9\11\x9\x3c\x62\162\76\15\xa\x9\11\x9\74\57\164\144\x3e\15\12\11\x9\74\x2f\164\x72\76\xd\xa\xd\xa\x9\x9";
    echo "\15\12\x9\11\x9\x3c\x74\162\x3e\15\12\11\11\11\11\74\164\x64\x20\x73\x74\x79\154\145\75\42\x77\x69\x64\x74\150\72\62\x30\x30\x70\x78\x3b\42\x3e\x3c\163\164\x72\157\x6e\147\x3e\x49\144\x65\156\164\151\x74\x79\x20\120\x72\x6f\166\151\x64\145\x72\x20\116\x61\x6d\x65\x20\x3c\x73\x70\x61\x6e\x20\163\164\171\x6c\x65\x3d\42\x63\157\x6c\x6f\x72\x3a\162\145\x64\x3b\x22\x3e\x2a\x3c\57\x73\x70\x61\x6e\76\72\74\57\163\x74\162\157\156\x67\76\x3c\x2f\x74\144\76\15\12\x9\x9\11\x9\x3c\x74\x64\x3e\x3c\151\156\160\x75\164\40\x74\171\x70\x65\75\42\x74\145\x78\164\42\x20\x69\144\x3d\x22\163\x61\x6d\x6c\x5f\x69\144\x65\156\164\151\x74\x79\x5f\x6e\x61\155\145\x22\40\156\141\x6d\145\75\42\x73\141\x6d\154\137\x69\x64\145\156\x74\151\x74\x79\137\156\x61\155\x65\x22\40\x6f\x6e\x63\x68\141\156\147\x65\75\x22\165\x70\144\141\x74\145\x5f\x69\x64\x70\137\156\x61\155\x65\137\146\x6f\x72\x5f\163\171\156\143\50\x29\x22\40\x70\154\141\x63\x65\150\157\154\144\x65\162\75\x22\x49\144\x65\x6e\x74\151\x74\171\40\120\x72\157\x76\x69\144\x65\x72\x20\156\x61\155\145\40\x6c\151\x6b\145\40\101\x44\x46\x53\x2c\x20\123\151\155\160\154\x65\123\101\115\114\x2c\40\x53\141\154\x65\x73\x66\x6f\162\x63\145\x22\40\x73\164\x79\x6c\x65\x3d\42\x77\x69\x64\x74\x68\72\x20\x39\65\x25\73\42\40\x76\x61\154\165\x65\x3d\42" . $JZ . "\42\40\162\x65\161\x75\151\162\145\144\x20\xd\12\x9\11\x9\x9\160\x61\x74\x74\x65\162\x6e\75\42\x5e\60\x5b\x5f\141\55\172\x41\x2d\132\x30\55\71\135\53\44\174\136\133\137\x61\55\172\101\55\132\61\x2d\x39\x5d\x2b\133\x5f\x61\55\x7a\101\55\132\x30\x2d\x39\135\52\44\x22\40\164\x69\164\154\x65\75\42\x4f\156\154\x79\x20\x61\x6c\x70\150\x61\142\x65\164\163\x2c\40\156\x75\x6d\142\x65\162\163\40\x61\x6e\144\40\165\x6e\x64\x65\x72\163\143\x6f\x72\145\x20\x69\x73\x20\141\154\154\157\x77\145\144\x2e\x20\x4e\x6f\x20\167\150\x69\x74\145\x20\163\160\x61\x63\x65\40\x69\x73\40\141\154\154\x6f\x77\x65\144\x2e\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x2f\x3e\15\12\x9\x9\x9\11\74\163\160\x61\156\40\151\144\75\42\x6d\157\x5f\163\141\x6d\154\x5f\145\x72\x72\x6f\x72\x5f\x6d\145\163\x73\x61\x67\145\42\x20\x63\x6c\x61\x73\163\x3d\42\155\157\137\163\x61\155\154\137\145\x72\x72\157\162\x5f\155\145\x73\x73\141\147\145\42\x20\163\164\171\x6c\145\x3d\x22\143\x6f\154\x6f\x72\72\x20\162\x65\x64\x3b\x20\144\151\x73\160\154\141\171\72\40\x6e\157\x6e\145\x3b\42\76\x49\x64\x65\156\x74\x69\x74\171\40\x50\x72\157\x76\x69\x64\x65\x72\40\116\x61\155\145\x20\x69\163\x20\x72\145\x71\165\x69\162\x65\144\52\74\x2f\x73\160\x61\156\x3e\x3c\57\164\x64\76\15\12\x9\11\11\74\x2f\164\162\x3e\15\xa\x9\11\x9\74\x74\162\x3e\x3c\x74\x64\x3e\46\x6e\x62\163\160\x3b\x3c\57\164\x64\x3e\x3c\57\x74\162\76\xd\12\x9\x9\11\74\164\162\76\15\12\11\11\x9\x9\74\x74\x64\x3e\x3c\163\164\162\x6f\156\x67\76\111\144\x50\x20\105\156\164\x69\164\171\40\111\x44\40\x6f\162\x20\x49\163\163\x75\x65\x72\x20\x3c\163\x70\141\156\40\x73\x74\171\154\x65\x3d\x22\x63\157\x6c\x6f\162\x3a\162\145\x64\73\42\76\x2a\x3c\x2f\163\x70\141\x6e\x3e\x3a\x3c\57\163\x74\x72\x6f\x6e\147\x3e\74\57\164\144\x3e\xd\12\11\x9\x9\11\x3c\x74\144\x3e\x3c\151\156\x70\x75\x74\40\x74\x79\160\145\x3d\42\x74\145\x78\164\42\x20\156\141\x6d\x65\x3d\42\x73\x61\x6d\154\137\151\163\163\x75\x65\x72\42\x20\160\154\x61\x63\145\150\157\x6c\144\145\162\x3d\x22\x49\x64\x65\x6e\164\x69\x74\171\x20\x50\162\157\x76\x69\144\x65\x72\x20\x45\x6e\x74\151\x74\171\40\x49\x44\x20\157\162\40\111\x73\163\x75\x65\x72\x22\40\x73\x74\x79\154\145\75\x22\x77\151\x64\164\x68\72\40\x39\65\x25\73\x22\x20\166\141\154\x75\145\x3d\x22" . $uH . "\x22\40\162\x65\x71\165\151\x72\x65\x64\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\x2f\76\x3c\57\164\144\76\xd\12\11\11\11\74\x2f\164\x72\76\xd\xa\x9\x9\x9\74\x74\x72\x3e\x3c\x74\144\76\46\156\142\x73\x70\x3b\74\57\164\144\76\x3c\x2f\164\x72\76";
    echo "\15\12\15\12\11\x9\x9\x3c\164\162\x3e\15\12\x9\x9\11\x9\74\x74\144\x3e\74\163\164\162\157\x6e\147\76\x53\151\x67\x6e\x20\x53\123\117\x20\46\x20\123\114\117\x20\x52\x65\x71\x75\x65\x73\164\163\x3a\x3c\57\x73\x74\162\x6f\x6e\x67\76\x3c\57\x74\144\x3e\xd\12\11\x9\11\x9\x3c\x74\144\76\xd\xa\11\11\x9\11\x3c\154\x61\142\145\154\40\143\154\141\163\x73\x3d\42\x73\167\x69\x74\x63\150\42\x3e\xd\xa\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\74\x69\156\160\x75\164\40\x74\x79\160\145\75\x22\143\150\145\143\x6b\142\x6f\170\x22\40\x6e\141\x6d\x65\x3d\x22\163\141\155\154\x5f\162\x65\161\x75\145\x73\164\137\x73\151\x67\x6e\x65\144\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\166\x61\x6c\x75\x65\x3d\x22\131\145\163\x22\x20" . $h3 . "\x20\57\76\xd\xa\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\74\163\160\141\156\x20\143\x6c\141\163\163\x3d\x22\163\x6c\x69\x64\145\162\x20\x72\157\x75\x6e\144\42\76\74\x2f\x73\160\x61\156\x3e\15\xa\11\11\x9\11\74\x2f\x6c\x61\142\145\154\x3e\xd\xa\11\x9\11\x9\x3c\x73\x70\x61\156\40\x73\164\x79\154\x65\x3d\x22\160\x61\x64\144\151\156\147\55\154\145\x66\164\x3a\x35\160\x78\73\42\76\x3c\142\x3e\x43\x68\145\143\x6b\40\x74\x68\151\163\40\157\x70\x74\151\x6f\156\x20\164\x6f\x20\x73\x65\x6e\x64\40\x53\151\x67\156\x65\x64\x20\123\x53\x4f\40\141\156\x64\x20\123\114\x4f\40\162\x65\x71\x75\x65\163\x74\x73\56\74\x2f\142\x3e\74\x2f\x73\160\141\156\x3e\x3c\57\x74\x64\76\15\xa\x9\11\11\74\x2f\164\162\76\xd\xa\11\11\11\x3c\x74\162\76\x3c\164\x64\76\46\x6e\x62\163\160\x3b\74\57\164\144\x3e\74\x2f\164\162\x3e\15\12\11\11\x9";
    echo "\x3c\164\162\76\15\12\11\11\x9\11\x3c\x74\x64\76\74\x73\164\x72\157\156\147\x3e\x53\101\115\114\40\x4c\x6f\x67\x69\156\x20\x55\122\x4c\x20\74\163\160\x61\x6e\x20\x73\x74\x79\154\x65\x3d\42\143\157\154\157\x72\72\x72\145\x64\x3b\42\x3e\x2a\x3c\57\163\160\141\156\x3e\72\x3c\x2f\163\x74\x72\157\156\147\x3e\74\57\164\144\76\15\xa\11\11\11\x9\74\164\x64\76";
    echo "\x3c\151\x6e\x70\165\164\40\164\x79\160\145\75\x22\x72\141\x64\x69\x6f\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\156\x61\155\145\75\42\163\141\155\x6c\x5f\154\x6f\147\x69\156\x5f\142\151\x6e\144\151\156\x67\137\x74\171\160\145\x22\x20\151\x64\75\42\x73\163\157\x2d\x68\x74\x74\160\x2d\162\145\x64\151\162\145\143\x74\42\x20\166\141\154\x75\x65\x3d\42\110\164\164\160\122\145\144\x69\x72\145\143\164\x22";
    if (!($rM == "\110\x74\164\160\122\x65\x64\151\x72\x65\143\164" || empty($rM))) {
        goto c7i;
    }
    echo "\143\150\145\143\x6b\x65\144\x3d\x22\x63\x68\x65\x63\x6b\145\144\42";
    c7i:
    echo "\x2f\x3e\15\12\x9\x9\x9\x9\74\x6c\141\x62\x65\x6c\40\x66\157\162\x3d\42\x73\x73\x6f\55\x68\x74\x74\160\55\x72\x65\144\x69\x72\x65\x63\164\x22\x3e\125\163\145\40\110\124\x54\120\x2d\122\145\x64\x69\x72\145\143\x74\40\102\151\156\x64\x69\x6e\147\x20\146\157\162\x20\123\123\117\x3c\x2f\154\141\x62\145\x6c\x3e";
    echo "\74\x69\x6e\x70\x75\164\40\x73\x74\171\x6c\x65\x3d\42\x6d\141\x72\x67\x69\x6e\55\154\x65\146\x74\x3a\61\x35\160\170\x3b\x22\x20\x74\171\x70\145\75\42\162\141\144\151\157\42\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\156\x61\x6d\x65\75\42\163\141\x6d\154\137\x6c\x6f\147\151\x6e\137\x62\151\156\144\x69\156\147\x5f\x74\171\x70\x65\x22\x20\x69\144\75\x22\163\163\157\x2d\x68\x74\164\160\55\x70\157\163\x74\42\x20\166\141\154\x75\145\75\42\x48\x74\164\160\x50\157\163\164\42";
    if (!($rM == "\110\x74\164\160\120\x6f\163\x74")) {
        goto qE_;
    }
    echo "\143\x68\x65\143\x6b\x65\144\75\x22\x63\150\145\x63\153\145\144\x22";
    qE_:
    echo "\x2f\x3e\15\12\x9\11\11\11\74\x6c\141\142\145\154\40\146\x6f\x72\75\x22\150\x74\x74\160\x2d\160\157\163\164\42\x3e\125\x73\145\x20\110\x54\124\120\55\x50\117\x53\x54\40\102\x69\156\x64\151\156\147\40\146\157\x72\40\x53\123\x4f\74\x2f\154\x61\142\145\154\76\xd\xa\15\12\11\11\x9\11\x3c\x62\162\x3e\x3c\x62\162\x3e";
    echo "\74\151\156\160\165\164\x20\164\171\160\x65\x3d\x22\x75\x72\x6c\42\40\156\141\x6d\145\x3d\x22\x73\141\155\x6c\x5f\154\157\147\x69\x6e\x5f\x75\x72\154\x22\x20\x70\x6c\x61\x63\145\x68\x6f\x6c\144\145\162\x3d\42\123\151\156\x67\x6c\x65\40\x53\151\x67\156\40\117\x6e\x20\x53\145\x72\x76\x69\143\145\x20\x55\122\x4c\40\x6f\x66\x20\x79\157\x75\x72\40\x49\x64\x50\42\x20\xd\xa\11\x9\x9\163\164\171\x6c\x65\75\42\x77\x69\x64\x74\150\x3a\x20\x39\x35\45\x3b\42\x20\x76\x61\154\165\x65\75\42" . $cZ . "\x22\40\x72\145\x71\165\x69\162\145\x64\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x2f\76\x3c\x2f\x74\144\x3e\15\xa\11\x9\11\74\x2f\x74\162\76";
    echo "\74\164\x72\x3e\x3c\x74\x64\x3e\x26\x6e\x62\x73\160\73\74\x2f\x74\144\x3e\74\x2f\164\x72\x3e\15\xa\11\11\11\74\x74\x72\x3e\xd\12\11\11\11\11\74\x74\x64\x3e\x3c\163\164\162\157\156\x67\76\x53\x41\x4d\x4c\40\114\x6f\147\157\165\164\40\x55\x52\114\40\x3a\x3c\x2f\163\x74\162\157\x6e\x67\76\x3c\x2f\x74\144\76\xd\xa\11\x9\11\11\x3c\x74\x64\76\74\151\156\160\165\x74\x20\x74\x79\x70\145\75\x22\x72\x61\x64\x69\x6f\42\40\x6e\x61\x6d\145\x3d\42\x73\141\155\x6c\137\154\x6f\147\157\165\x74\137\x62\151\x6e\x64\x69\x6e\147\137\164\x79\x70\145\x22\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x69\144\x3d\42\163\x6c\157\x2d\150\164\x74\x70\x2d\x72\x65\144\x69\x72\x65\x63\164\42\x20\x76\x61\154\165\145\75\x22\110\x74\164\x70\122\145\x64\x69\x72\x65\143\x74\42";
    if (!($b7 == "\x48\x74\164\160\x52\x65\144\x69\x72\x65\x63\x74" || empty($b7))) {
        goto I4w;
    }
    echo "\143\150\x65\x63\x6b\145\x64\x3d\x22\143\x68\145\x63\153\x65\144\x22";
    I4w:
    echo "\57\76\15\12\11\11\11\11\74\154\141\142\x65\x6c\x20\x66\157\162\x3d\42\163\x6c\157\55\x68\x74\164\160\x2d\x72\145\x64\x69\x72\145\143\x74\42\76\x55\x73\x65\40\x48\x54\x54\x50\55\x52\x65\x64\151\162\145\x63\164\x20\x42\151\x6e\x64\x69\156\147\40\146\x6f\162\x20\123\114\x4f\74\57\x6c\141\142\145\x6c\x3e\xd\xa\11\x9\11\x9\x3c\x69\x6e\160\x75\164\40\163\164\171\154\145\75\x22\155\141\x72\147\x69\156\x2d\154\x65\146\x74\72\x31\65\x70\x78\73\42\40\164\x79\160\x65\x3d\x22\x72\x61\x64\151\x6f\x22\x20\x6e\141\155\x65\75\42\x73\x61\155\154\x5f\x6c\x6f\147\x6f\165\164\137\x62\x69\x6e\x64\151\x6e\147\137\x74\x79\x70\x65\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x69\x64\x3d\42\x73\154\157\55\150\x74\x74\x70\x2d\x70\x6f\163\x74\42\x20\166\141\x6c\x75\145\75\42\110\164\164\x70\x50\x6f\x73\164\x22";
    if (!($b7 == "\x48\x74\164\x70\120\157\x73\164")) {
        goto W9I;
    }
    echo "\x63\150\x65\x63\x6b\x65\144\x3d\x22\143\150\x65\143\x6b\x65\144\x22";
    W9I:
    echo "\x2f\x3e\xd\12\11\x9\x9\x9\x3c\154\x61\x62\145\x6c\x20\146\x6f\x72\x3d\42\163\154\x6f\55\x68\164\164\160\x2d\x70\x6f\x73\164\x22\76\x55\x73\x65\40\110\124\x54\x50\x2d\x50\x4f\x53\x54\40\102\x69\156\x64\x69\x6e\x67\x20\146\157\x72\40\123\114\x4f\74\x2f\154\141\x62\145\154\76\xd\12\x9\11\x9\11\74\x62\x72\x20\x2f\76\74\142\162\x20\57\76\15\12\x9\x9\x9\11\x3c\x69\156\x70\165\164\x20\164\x79\x70\145\75\x22\165\162\x6c\x22\x20\156\x61\x6d\145\75\x22\163\141\x6d\154\x5f\x6c\x6f\147\157\165\164\137\165\162\x6c\x22\x20\160\x6c\141\143\x65\150\x6f\x6c\144\x65\x72\75\42\123\151\x6e\x67\154\x65\x20\x4c\157\147\x6f\165\164\40\123\x65\162\166\x69\143\x65\40\x55\122\114\40\157\146\x20\171\x6f\x75\x72\40\x49\x64\x50\x22\x20\xd\12\11\x9\x9\11\x73\164\171\154\145\75\42\167\151\144\164\x68\72\40\x39\65\x25\x3b\x22\40\166\x61\x6c\x75\145\75\x22" . $Ks . "\42\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\57\76\74\x62\x72\x3e\74\57\164\144\76\x3c\57\x74\x72\x3e";
    echo "\x3c\164\162\x3e\15\12\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\74\x74\144\x3e\x3c\163\164\x72\x6f\156\x67\x3e\x4e\141\155\x65\111\104\40\x46\157\162\155\141\164\x20\x3c\x73\160\141\156\x20\x73\x74\x79\x6c\145\x3d\x22\x63\x6f\154\x6f\162\x3a\162\145\x64\73\x22\x3e\x2a\x3c\57\163\x70\x61\156\76\72\x3c\x2f\163\164\x72\157\156\147\x3e\x3c\57\164\144\76\xd\xa\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\74\x74\x64\x3e\x3c\163\145\x6c\x65\x63\164\x20\163\x74\171\x6c\145\x3d\x22\155\141\x72\x67\151\156\55\x74\157\160\72\64\x25\x3b\x77\151\x64\x74\150\x3a\71\x35\x25\73\x22\x20\x6e\141\155\x65\x3d\x22\x73\141\x6d\154\137\156\x61\155\145\x69\x64\x5f\x66\157\x72\x6d\141\164\42\x20\162\x65\x71\x75\151\x72\x65\144\40";
    if (mo_saml_is_customer_license_key_verified()) {
        goto MaC;
    }
    echo "\x64\151\163\x61\142\154\x65\x64";
    MaC:
    echo "\x3e\40\15\xa\x9\x9\x3c\157\x70\x74\x69\157\156\x20\166\x61\154\x75\x65\75\42" . Mo_Saml_Options_Enum_Nameid_Formats::UNSPECIFIED . "\x22\x3e" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::UNSPECIFIED . "\x3c\57\157\160\164\x69\x6f\156\x3e\xd\12\x9\x9\74\x6f\160\164\151\x6f\156\x20\x76\x61\154\x75\145\75\42" . Mo_Saml_Options_Enum_Nameid_Formats::EMAIL . "\x22" . (strpos($gK, "\x65\x6d\141\151\154\x41\144\x64\x72\x65\x73\163") ? "\163\x65\154\145\x63\164\x65\x64" : '') . "\76" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::EMAIL . "\x3c\x2f\157\x70\164\151\x6f\156\76\xd\12\11\11\x3c\157\160\164\x69\x6f\x6e\x20\166\x61\x6c\165\145\75\x22" . Mo_Saml_Options_Enum_Nameid_Formats::TRANSIENT . "\x22" . (strpos($gK, "\164\162\x61\x6e\163\151\145\156\x74") ? "\163\145\154\x65\143\x74\x65\x64" : '') . "\x3e" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::TRANSIENT . "\x3c\x2f\157\160\164\151\157\156\x3e\15\12\11\x9\x3c\x6f\x70\164\x69\157\x6e\40\x76\141\154\x75\x65\x3d\42" . Mo_Saml_Options_Enum_Nameid_Formats::PERSISTENT . "\x22" . (strpos($gK, "\x70\145\x72\x73\151\x73\164\145\x6e\164") ? "\163\145\154\145\143\164\x65\x64" : '') . "\x3e" . Mo_Saml_Options_Enum_Nameid_Formats::$prefix . Mo_Saml_Options_Enum_Nameid_Formats::PERSISTENT . "\74\57\157\x70\164\x69\157\x6e\x3e\xd\12\x9\x9\x3c\x74\x72\76\74\164\x64\x3e\x3c\142\162\x2f\76\74\57\x74\144\76\x3c\x2f\164\144\x3e\xd\xa\x20\x20\x20\x20\40\40\40\40\74\x2f\164\x72\76";
    if (empty($Mj)) {
        goto j2x;
    }
    foreach ($Mj as $G0 => $pG) {
        echo "\74\164\x72\x3e\xd\12\11\x9\x9\x9\74\x74\x64\76\x3c\163\x74\162\x6f\x6e\x67\x3e\130\x2e\x35\60\x39\x20\x43\x65\x72\x74\x69\146\151\x63\141\x74\x65\x20\x3c\163\x70\141\x6e\40\x73\164\171\x6c\145\75\42\143\157\154\157\x72\72\x72\145\x64\x3b\42\76\x2a\74\x2f\x73\160\x61\x6e\x3e\72\74\57\x73\x74\x72\x6f\x6e\147\x3e\74\57\164\144\76\xd\xa\x9\11\x9\11\74\x74\x64\x3e\74\164\145\170\164\141\162\145\141\40\162\157\x77\x73\x3d\x22\x36\42\40\x63\x6f\154\x73\x3d\42\65\x22\x20\156\x61\155\145\x3d\42\x73\141\155\x6c\137\x78\65\x30\71\x5f\x63\x65\x72\x74\151\x66\x69\x63\141\164\145\133" . $G0 . "\x5d\42\40\160\154\x61\x63\x65\x68\x6f\154\144\x65\162\x3d\x22\103\x6f\x70\171\x20\141\156\144\x20\x50\141\163\x74\145\40\164\x68\145\40\143\157\x6e\164\145\156\x74\x20\146\162\157\155\x20\x74\150\x65\40\x64\157\x77\x6e\x6c\x6f\x61\144\145\144\40\x63\145\x72\x74\151\x66\x69\x63\141\x74\145\40\157\x72\x20\x63\x6f\160\x79\x20\164\150\x65\x20\143\x6f\x6e\x74\145\156\164\x20\x65\x6e\x63\x6c\157\163\x65\144\40\151\x6e\40\x58\65\60\71\103\145\x72\164\x69\146\151\x63\141\164\145\40\164\x61\147\40\x28\x68\x61\163\40\x70\141\162\145\x6e\x74\40\x74\x61\x67\x20\x4b\145\171\104\145\x73\x63\x72\151\x70\164\157\162\40\x75\x73\x65\x3d\x73\151\x67\x6e\x69\156\x67\x29\40\151\x6e\x20\111\144\120\55\x4d\145\164\141\144\x61\164\141\40\130\115\114\40\146\x69\154\145\42\x20\15\12\11\11\11\x9\x73\164\x79\x6c\x65\x3d\x22\167\151\144\x74\x68\x3a\40\71\x35\x25\73\42\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\76" . $pG . "\x3c\57\164\145\x78\x74\141\x72\x65\141\x3e\74\57\164\x64\76\15\12\x9\x9\11\11\x3c\57\x74\x72\76\xd\xa\11\x9\11\x9\74\x74\162\x3e\xd\xa\x9\x9\x9\11\11\x3c\164\144\76\x26\x6e\142\x73\x70\73\x3c\x2f\164\144\76\15\12\11\x9\11\11\11\74\164\144\76\74\x62\76\116\117\124\105\x3a\x3c\x2f\x62\76\40\x46\157\162\x6d\x61\x74\x20\x6f\x66\x20\164\x68\x65\40\143\x65\162\164\151\146\x69\x63\141\x74\x65\x3a\74\x62\162\x2f\x3e\74\142\x3e\55\55\55\55\55\102\105\107\111\116\40\x43\105\x52\124\x49\106\111\103\x41\x54\x45\55\55\55\x2d\55\74\142\162\x2f\76\x58\130\x58\x58\x58\x58\x58\130\x58\x58\x58\130\130\130\x58\x58\x58\x58\130\x58\130\130\130\x58\130\130\130\x3c\x62\162\57\76\55\55\55\x2d\55\x45\x4e\104\x20\x43\105\122\x54\111\106\x49\103\x41\124\105\x2d\x2d\x2d\55\55\74\x2f\142\76\x3c\x2f\x69\x3e\74\142\x72\x2f\x3e\xd\12\11\11\x9\11\74\x2f\164\162\76";
        vlF:
    }
    A_d:
    goto AOS;
    j2x:
    echo "\x3c\164\162\76\15\xa\11\11\x9\11\x3c\164\144\76\x3c\163\x74\x72\x6f\x6e\x67\76\130\56\65\x30\71\x20\x43\145\162\x74\x69\x66\151\x63\x61\164\145\x20\74\x73\160\x61\x6e\40\163\x74\171\x6c\x65\75\x22\143\x6f\x6c\x6f\162\72\x72\x65\144\x3b\x22\76\x2a\74\57\x73\160\x61\x6e\x3e\x3a\74\57\163\x74\162\x6f\x6e\x67\x3e\x3c\x2f\164\144\x3e\15\xa\x9\11\11\11\74\164\144\76\74\164\145\x78\164\x61\x72\145\141\40\162\x6f\x77\163\x3d\42\x36\42\x20\143\157\154\163\x3d\x22\x35\x22\x20\x6e\x61\155\x65\x3d\42\163\x61\155\154\137\170\x35\60\71\137\143\145\x72\x74\x69\146\x69\143\x61\164\145\x5b\x30\135\x22\40\x70\154\141\x63\x65\150\x6f\154\144\145\x72\75\x22\103\x6f\x70\171\x20\141\x6e\144\x20\x50\x61\x73\x74\x65\40\164\150\x65\40\x63\x6f\156\164\145\x6e\164\40\146\x72\x6f\x6d\40\x74\x68\145\x20\x64\157\167\156\154\157\x61\144\x65\x64\40\x63\x65\162\164\x69\x66\x69\143\141\164\145\x20\x6f\x72\x20\143\x6f\x70\x79\x20\164\150\x65\x20\143\157\156\x74\x65\156\x74\40\x65\156\x63\154\157\163\x65\x64\x20\x69\156\x20\130\x35\x30\71\103\145\162\164\151\146\x69\x63\x61\164\145\40\x74\x61\x67\40\x28\150\x61\163\40\x70\x61\162\145\156\164\x20\164\141\147\40\113\145\171\104\145\163\143\162\151\160\164\x6f\162\40\x75\x73\x65\x3d\x73\151\x67\x6e\151\x6e\x67\x29\x20\x69\156\x20\111\144\x50\55\115\x65\x74\x61\144\x61\x74\x61\x20\130\115\114\40\x66\151\x6c\145\x22\x20\15\12\x9\11\x9\x9\x73\164\x79\154\145\75\42\167\151\x64\x74\x68\x3a\x20\x39\65\45\x3b\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\76\74\x2f\x74\x65\170\x74\141\x72\145\x61\x3e\x3c\57\x74\x64\76\xd\xa\11\11\11\x3c\x2f\x74\162\x3e\15\xa\11\11\11\x3c\x74\x72\x3e\15\12\x9\x9\x9\x9\x3c\x74\x64\76\46\x6e\x62\x73\x70\x3b\74\x2f\x74\x64\76\15\xa\11\x9\11\x9\x3c\x74\144\x3e\74\x62\76\x4e\x4f\124\x45\x3a\x3c\57\x62\76\40\x46\157\x72\x6d\141\164\40\157\146\40\164\x68\x65\40\143\x65\x72\164\151\146\x69\x63\141\x74\x65\x3a\x3c\x62\x72\57\x3e\74\x62\76\55\x2d\55\x2d\55\x42\x45\x47\x49\x4e\40\x43\x45\122\124\111\106\111\103\101\x54\x45\55\x2d\55\55\x2d\x3c\142\162\x2f\76\130\x58\x58\130\130\x58\x58\130\130\x58\x58\130\x58\130\x58\x58\130\x58\130\130\130\x58\130\130\130\130\x58\74\x62\162\57\76\55\55\55\55\55\x45\116\104\x20\x43\x45\122\124\111\106\111\103\x41\124\105\x2d\x2d\x2d\55\55\x3c\57\x62\x3e\74\x2f\x69\76\x3c\142\162\x2f\76\xd\12\x9\x9\x9\x3c\57\x74\162\76";
    AOS:
    echo "\x20\74\x74\x72\76\xd\12\11\11\11\x3c\x74\x64\x3e\x26\x6e\x62\x73\160\73\74\57\x74\144\76\xd\xa\x9\x9\x3c\57\x74\162\76\xd\xa\x9\x9\74\x74\x72\x3e\15\xa\11\x9\11\x3c\x74\144\x3e\x3c\x73\164\x72\157\156\x67\x3e\74\x6c\x61\x62\145\x6c\40\146\157\x72\x3d\x22\x65\x6e\141\142\154\x65\x5f\x69\x63\x6f\156\x76\42\76\x43\x68\x61\162\141\143\164\x65\x72\x20\x65\156\143\x6f\x64\151\156\147\40\x3a\x3c\x2f\154\x61\142\x65\x6c\x3e\74\57\163\164\162\x6f\156\x67\76\74\x2f\164\x64\x3e\xd\12\11\11\11\x3c\164\144\x3e\15\12\x9\x9\11\x3c\x6c\x61\142\145\154\x20\143\154\141\x73\163\x3d\42\x73\167\151\164\x63\x68\42\x3e\xd\xa\x9\11\11\74\151\x6e\x70\x75\164\x20\164\171\160\x65\x3d\42\x63\x68\x65\143\153\142\157\170\x22\40\156\141\x6d\x65\75\x22\155\157\x5f\163\x61\155\x6c\x5f\x65\x6e\143\x6f\x64\151\x6e\x67\x5f\x65\x6e\141\142\x6c\x65\x64\x22";
    if (mo_saml_is_customer_license_key_verified()) {
        goto n6k;
    }
    echo "\144\x69\163\141\142\x6c\145\x64";
    n6k:
    echo "\40\x69\x64\x3d\x22\145\x6e\x61\142\x6c\x65\137\x69\143\x6f\156\x76\42" . esc_attr($lI) . "\57\76\15\12\x9\x9\11\74\x73\160\x61\156\x20\x63\x6c\x61\163\x73\x3d\42\163\x6c\x69\144\x65\x72\x20\x72\x6f\x75\x6e\x64\42\76\x3c\57\163\160\x61\156\76\15\xa\x9\x9\x9\x3c\57\154\x61\142\x65\154\x3e\xd\12\x9\x9\11\74\57\x74\144\x3e\xd\xa\11\11\74\57\x74\x72\x3e\xd\xa\x9\x9\x3c\x74\x72\x3e\xd\xa\11\11\x9\74\164\x64\76\x26\156\142\x73\160\73\74\x2f\x74\x64\x3e\xd\12\11\x9\11\x3c\x74\x64\76\x3c\142\x3e\x4e\x4f\124\105\72\40\x3c\x2f\x62\x3e\x55\x73\145\x73\40\151\x63\x6f\156\166\40\x65\x6e\143\x6f\x64\x69\x6e\x67\x20\164\157\x20\x63\x6f\x6e\166\x65\162\164\x20\130\65\60\x39\x20\x63\x65\162\164\151\146\x69\143\x61\x74\145\x20\x69\156\164\x6f\40\143\157\162\x72\x65\x63\164\x20\145\x6e\x63\157\x64\151\x6e\147\56\x20\x3c\x2f\x74\x64\x3e\15\xa\x9\x9\74\x2f\x74\162\x3e";
    if (!mo_saml_is_sp_configured()) {
        goto A4V;
    }
    echo "\74\x74\x72\76\xd\xa\11\x9\x9\74\x74\144\76\46\x6e\x62\163\160\x3b\74\x2f\x74\x64\76\xd\12\40\40\40\40\40\40\x20\x20\74\57\164\x72\x3e\15\xa\x9\11\74\x74\x72\76\xd\12\x9\x9\11\74\164\x64\x3e\x3c\163\164\x72\x6f\156\147\76\74\x6c\x61\x62\x65\x6c\x20\x66\157\x72\x3d\x22\164\x69\x6d\145\x5f\x63\x68\145\143\x6b\42\x3e\x41\163\x73\145\162\164\151\x6f\x6e\x20\124\x69\x6d\145\x20\126\x61\154\x69\144\151\164\x79\40\72\74\57\154\141\x62\x65\x6c\76\74\x2f\x73\164\162\157\156\147\76\x3c\x2f\x74\144\76\15\xa\x9\11\x9\x3c\x74\144\76\xd\12\11\11\11\74\x6c\141\x62\x65\154\x20\x63\154\141\x73\163\x3d\42\x73\x77\151\164\x63\x68\x22\76\xd\xa\11\x9\11\74\151\x6e\160\x75\x74\40\164\x79\160\145\x3d\x22\143\150\x65\143\x6b\x62\157\170\42\40\156\x61\155\x65\x3d\x22\155\x6f\137\163\x61\x6d\x6c\137\x61\163\163\x65\162\x74\x69\x6f\156\137\164\x69\x6d\145\137\x76\141\x6c\x69\x64\151\x74\x79\42";
    if (mo_saml_is_customer_license_key_verified()) {
        goto GRR;
    }
    echo "\x64\x69\163\x61\142\x6c\x65\x64";
    GRR:
    echo "\x20\151\x64\75\42\164\x69\x6d\x65\137\x63\150\x65\143\x6b\42" . esc_attr($e0) . "\57\76\xd\12\x9\x9\x9\74\x73\160\141\156\x20\143\154\141\x73\163\x3d\42\163\x6c\151\x64\145\162\40\162\157\x75\156\x64\x22\x3e\x3c\x2f\163\x70\x61\x6e\76\xd\xa\x9\x9\11\74\57\x6c\x61\142\x65\154\x3e\15\xa\x9\11\11\74\x2f\x74\x64\x3e\xd\12\x9\11\74\x2f\x74\x72\76\xd\xa\11\x9\x3c\164\x72\76\15\xa\x9\11\11\74\x74\144\x3e\46\156\x62\163\x70\73\74\x2f\x74\144\76\xd\12\x9\11\x9\74\164\144\x3e\x3c\x62\x3e\x4e\117\124\105\x3a\40\x3c\x2f\142\76\x44\151\x73\x61\142\154\145\40\x74\150\151\163\40\164\x6f\147\x67\154\145\x20\164\157\40\x64\151\x73\141\x62\x6c\145\40\164\x68\x65\x20\x63\150\145\x63\x6b\40\x6f\x66\x20\x74\151\155\x65\40\x76\x61\x6c\151\x64\x69\164\171\40\x66\x6f\x72\x20\x53\x41\x4d\x4c\40\x61\163\x73\x65\162\x74\x69\x6f\x6e\x2e\x20\74\57\164\x64\x3e\xd\12\x9\11\74\x2f\164\162\76";
    A4V:
    echo "\x3c\164\x72\x3e\xd\12\11\11\11\74\164\144\76\46\x6e\x62\x73\x70\x3b\x3c\x2f\164\x64\x3e\15\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x3c\164\144\x3e\15\12\x9\11\x9\x20\x20\40\x20\74\x74\x72\x3e\15\xa\11\11\11\x9\74\164\x64\76\x26\156\142\163\160\x3b\74\x2f\164\144\x3e\15\xa\11\11\11\11\x3c\164\x64\76\15\12\11\11\11\11\40\x20\40\x20\x3c\144\151\x76\40\x63\154\141\163\x73\75\42\155\157\55\x73\x61\x6d\154\x2d\x74\145\x73\164\55\143\x6f\156\146\x69\x67\x2d\x6c\x61\171\157\x75\x74\x22\x3e\xd\xa\11\11\x9\x9\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\74\x69\156\x70\x75\x74\x20\x74\171\x70\x65\75\42\163\x75\142\x6d\151\x74\42\x20\156\x61\155\145\x3d\42\163\165\142\x6d\x69\164\42\x20\163\164\x79\x6c\145\75\x22\167\x69\144\x74\x68\72\61\65\60\160\170\x3b\x22\40\x76\x61\154\165\145\75\x22\x53\141\166\x65\42\x20\143\x6c\x61\x73\163\75\42\142\165\164\164\157\x6e\40\x62\x75\x74\164\x6f\156\x2d\x70\162\x69\x6d\x61\162\x79\40\x62\x75\164\x74\157\156\55\x6c\141\162\x67\x65\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\57\76\15\12\11\x9\11\x9\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x3c\141\40\150\162\x65\x66\x3d";
    echo admin_url();
    echo "\141\144\x6d\151\156\x2e\x70\x68\160\77\x70\x61\147\x65\x3d\155\x6f\137\x73\141\155\154\137\163\x65\x74\164\x69\156\x67\163\x26\x74\x61\x62\75\163\141\166\x65\x3e\x3c\x69\x6e\x70\165\164\15\12\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\164\171\160\x65\75\x22\x62\x75\164\x74\157\156\x22\x20\x63\x6c\x61\x73\x73\x3d\x22\142\x75\164\164\157\x6e\40\142\165\x74\x74\x6f\156\55\160\162\x69\x6d\x61\x72\x79\x20\142\x75\164\164\x6f\x6e\55\154\141\162\x67\145\x20\x6d\x6f\x2d\163\x61\x6d\154\55\143\x61\156\143\145\x6c\55\142\165\164\x74\x6f\x6e\x22\40\166\x61\x6c\x75\145\75\42\103\141\156\143\145\154\42\57\76\x3c\57\x61\x3e\15\xa\x9\x9\x9\x9\x9\74\57\x64\x69\x76\x3e\xd\xa\11\11\x9\x9\x9\x3c\x62\162\x3e\15\12\x9\x9\x9\x9\11\11\x3c\151\156\160\x75\164\x20\164\x79\160\145\x3d\42\142\x75\x74\x74\157\x6e\x22\x20\x6e\x61\155\145\75\42\x74\145\163\164\x22\x20\164\151\x74\x6c\x65\x3d\42\131\x6f\165\40\x63\141\x6e\40\x6f\x6e\154\x79\x20\x74\145\x73\164\40\x79\157\x75\162\x20\103\157\156\x66\151\147\x75\162\141\x74\x69\x6f\156\40\141\x66\x74\145\x72\40\x73\x61\166\x69\x6e\147\40\x79\x6f\165\x72\40\123\x65\162\166\151\x63\145\40\120\162\x6f\x76\x69\x64\x65\x72\x20\123\x65\x74\x74\151\156\147\x73\x2e\42\x20\x6f\156\x63\x6c\x69\143\x6b\75\x22\163\150\x6f\x77\x54\145\x73\x74\127\151\x6e\144\x6f\167\50\51\73\42";
    if (!(!mo_saml_is_sp_configured() || !get_option("\163\141\x6d\x6c\137\x78\65\x30\71\137\143\145\162\x74\151\146\x69\143\x61\x74\x65") || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto Ea_;
    }
    echo "\x64\x69\163\x61\x62\154\145\144";
    Ea_:
    echo "\40\x76\141\x6c\165\x65\x3d\42\x54\145\163\x74\x20\143\x6f\156\146\x69\x67\165\162\141\164\151\x6f\156\42\x20\143\x6c\141\x73\x73\75\42\x62\x75\x74\x74\x6f\x6e\40\142\165\164\164\157\156\x2d\160\x72\x69\x6d\x61\x72\x79\40\x62\x75\x74\164\157\x6e\x2d\x6c\141\162\147\x65\40\x6d\x6f\x2d\163\141\155\x6c\55\x74\145\163\x74\x2d\x63\157\x6e\146\x69\x67\165\x72\x61\164\151\157\x6e\x2d\142\165\x74\x74\157\156\42\x2f\x3e\xd\12\x9\x9\x9\11\x3c\57\x74\144\76\15\xa\11\x9\11\74\57\164\162\x3e\xd\12\x9\x9\x9\x3c\57\x74\144\x3e\15\12\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\74\x2f\x74\x72\x3e\xd\12\x9\11\74\57\164\141\142\x6c\x65\76\x3c\142\162\x2f\76\15\xa\x9\11\74\57\146\x6f\x72\x6d\x3e";
    if (!mo_saml_is_sp_configured()) {
        goto NT0;
    }
    echo "\74\146\x6f\162\155\40\167\x69\x64\164\x68\75\42\x39\70\45\42\40\x62\157\x72\x64\145\x72\75\42\60\x22\40\x73\164\171\x6c\145\75\42\142\x61\x63\153\147\162\157\165\x6e\144\55\143\157\x6c\x6f\x72\x3a\x23\x46\106\106\x46\106\x46\73\x20\x62\157\x72\x64\x65\x72\x3a\x31\x70\170\40\x73\x6f\x6c\x69\x64\40\43\103\x43\103\103\103\103\73\40\x6d\x61\162\147\151\156\x2d\x74\157\x70\72\x31\x35\160\x78\73\40\160\x61\144\144\151\x6e\x67\72\60\160\170\40\60\x70\x78\40\60\160\x78\40\61\60\160\170\x3b\42\40\156\141\x6d\145\x3d\x22\x73\141\155\x6c\x5f\146\x6f\x72\155\137\x6d\x73\x22\40\x6d\x65\164\x68\157\144\75\x22\160\x6f\x73\x74\x22\40\x61\143\164\x69\x6f\x6e\x3d\x22\42\76";
    wp_nonce_field("\x6c\x6f\x67\151\156\x5f\167\151\144\x67\145\x74\x5f\x73\x61\x6d\154\137\155\145\x74\x61\x64\x61\x74\x61\137\x73\171\x6e\143");
    echo "\x3c\151\156\160\165\x74\40\164\x79\160\x65\x3d\42\x68\x69\144\144\145\x6e\42\x20\x6e\x61\155\145\x3d\x22\157\x70\164\x69\x6f\156\x22\x20\166\x61\154\165\x65\x3d\x22\154\x6f\x67\x69\156\x5f\x77\151\144\147\x65\x74\x5f\x73\141\155\x6c\137\155\145\164\141\144\141\x74\141\x5f\x73\171\156\x63\42\40\x2f\x3e\15\xa\x9\11\x9\x9\x3c\x74\x61\142\154\145\x20\x69\x64\x20\x3d\x20\x22\x6d\145\164\141\x64\141\164\141\x2d\163\x79\x6e\143\x22\40\x73\x74\x79\x6c\145\x3d\42\x77\151\x64\x74\150\72\61\60\60\45\73\160\141\144\x64\151\156\x67\72\40\x30\40\62\162\145\155\40\x30\x20\x30\73\42\x20\151\x64\x20\x3d\x20\42\163\x65\x72\166\x69\x63\145\x5f\x70\x72\x6f\x76\151\x64\x65\162\x5f\x73\x65\164\165\160\42\40\x63\154\x61\x73\163\x3d\42\142\157\170\x22\x3e\15\12\x9\11\11\11\x9\x3c\164\x72\x3e\15\12\11\x9\x9\x9\x9\x9\x3c\x74\x64\x20\143\x6f\x6c\x73\x70\x61\x6e\75\x22\x32\x22\x3e\15\xa\11\x9\11\11\x9\x9\11\x3c\150\x33\x3e\115\x65\x74\141\144\141\x74\141\40\x53\x79\x6e\x63\x20\x53\145\x74\164\151\156\x67\x73\74\x2f\x68\63\x3e\15\12\x9\x9\11\x9\x9\x9\x3c\57\164\144\x3e\15\xa\x9\x9\11\11\11\74\57\x74\162\x3e\xd\12\11\11\x9\x9\11\74\164\162\x3e\x3c\x74\x64\x20\143\x6f\x6c\x73\x70\x61\x6e\75\42\x34\42\76\74\x68\162\x3e\x3c\x2f\x74\x64\x3e\74\57\164\162\x3e\15\xa\15\12\x9\x9\11\11\11\11\x3c\x74\x72\76\xd\12\11\x9\x9\11\x9\74\x74\x64\40\x73\x74\171\x6c\145\x3d\x22\x77\x69\144\164\150\x3a\x32\60\x30\x70\170\73\42\x3e\xd\xa\x9\11\x9\x9\11\11\x3c\x73\x74\x72\157\x6e\x67\x3e\74\142\x3e\xd\xa\11\x9\x9\11\11\11\x9\x3c\154\x61\x62\x65\154\40\146\157\162\x3d\42\x73\x79\156\x63\x5f\155\x65\164\141\x64\x61\x74\141\42\x3e\15\xa\x9\x9\x9\11\x9\11\x9\11\115\145\164\141\144\x61\164\141\x20\123\171\156\x63\40\x3a\xd\12\x9\11\x9\x9\11\11\x9\74\x2f\x6c\141\142\x65\154\76\74\x2f\x62\76\15\12\11\11\11\11\11\11\x3c\57\163\164\x72\x6f\156\147\x3e\15\xa\x9\x9\x9\11\11\x3c\x2f\164\144\76\xd\xa\x9\x9\11\11\x9\74\164\144\x3e\15\12\11\x9\11\x9\x9\11\x3c\142\x72\x2f\76\xd\12\11\x9\11\11\11\x9\x3c\x6c\141\x62\x65\154\x20\x63\154\141\x73\x73\x3d\42\163\167\x69\164\x63\150\x22\x20\163\x74\171\x6c\x65\75\x22\155\141\x72\x67\151\156\x2d\x72\x69\147\x68\x74\x3a\40\61\x35\x70\170\x3b\x22\x3e\15\12\11\11\11\11\x9\11\x9\74\151\156\x70\x75\x74\40\x74\171\160\145\75\x22\x63\150\145\143\x6b\142\x6f\170\x22\x20\156\x61\155\145\x3d\42\x73\x79\156\x63\137\155\145\164\141\x64\141\164\x61\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x69\x64\75\42\163\x79\156\143\x5f\155\145\164\141\144\141\164\x61\x22\40" . $yA . "\x20\x6f\x6e\103\150\141\156\x67\145\x3d\x22\x6d\x6f\137\163\x61\x6d\x6c\x5f\150\141\x6e\x64\154\x65\137\x6d\145\164\x61\144\x61\164\141\x5f\163\171\x6e\143\x5f\164\157\147\147\x6c\145\x28\51\x22\40\x2f\76\xd\xa\x9\x9\x9\11\x9\x9\x9\x3c\x73\x70\141\x6e\40\143\154\141\163\163\75\x22\163\154\151\x64\x65\x72\40\162\x6f\x75\x6e\x64\x22\x3e\74\57\163\160\x61\156\x3e\15\12\x9\x9\x9\x9\11\x9\74\57\154\141\x62\x65\x6c\x3e\15\12\x9\11\11\11\11\74\x2f\x74\x64\76\xd\12\x9\11\x9\x9\x9\xd\12\x9\x9\x9\11\74\57\x74\162\76\xd\xa\11\x9\11\x9\74\164\x72\76\15\12\11\11\11\x9\x9\74\x74\144\x3e\x26\x6e\x62\x73\x70\x3b\74\x2f\164\x64\x3e\15\xa\x9\x9\11\11\11\x3c\x74\x64\76\x3c\142\x3e\116\117\x54\x45\x3a\x20\74\57\x62\76\105\x6e\141\142\x6c\x69\x6e\x67\x20\x74\150\151\x73\40\164\157\x67\x67\154\145\40\x77\157\165\x6c\x64\40\x61\165\x74\157\155\x61\x74\x69\x63\141\x6c\154\171\40\x66\145\164\143\150\x20\x61\156\x64\40\x75\x70\144\141\x74\x65\40\164\150\x65\40\155\x65\x74\141\x64\x61\x74\141\x20\167\x69\164\x68\x69\156\x20\141\40\163\145\154\145\x63\164\145\x64\x20\x74\151\155\145\40\160\145\162\x69\x6f\x64\x20\146\x72\x6f\x6d\40\x74\150\145\40\160\162\157\x76\x69\144\145\x64\40\111\x44\x50\47\163\40\x6d\x65\x74\141\x64\x61\x74\x61\x20\x55\122\114\x2e\x20\x54\150\x65\x20\x6d\x65\164\141\x64\x61\x74\141\40\125\x52\114\x20\x77\151\154\x6c\x20\x6f\x6e\x6c\x79\40\142\145\40\x73\x74\157\x72\x65\144\x20\x77\x68\x65\x6e\x20\x74\150\x65\40\164\x6f\x67\147\154\x65\x20\x69\x73\x20\141\x63\164\151\166\x65\x2e\x20\74\57\x74\x64\76\15\xa\x9\x9\x9\11\74\57\x74\x72\x3e\xd\12\11\x9\11\x9\x3c\x74\x72\x3e\15\12\x9\x9\x9\x9\11\x3c\x74\144\76\x26\x6e\x62\x73\160\73\74\x2f\164\x64\76\xd\12\11\x9\x9\x9\11\74\x74\144\76\15\12\11\11\x9\11\x9\x3c\x64\x69\x76\x20\x69\144\75\42\163\145\154\145\143\x74\x5f\164\151\155\145\x5f\163\x79\x6e\x63\x5f\155\x65\x74\x61\144\x61\x74\141\x22\x20" . $gh . "\40\x63\x6c\141\x73\163\x3d\42\x6d\157\x5f\x73\x61\155\154\x5f\150\x65\x6c\x70\137\144\x65\x73\x63\42\76\xd\xa\x9\11\x9\11\x9\11\x3c\151\x6e\160\x75\x74\x20\162\x65\x71\165\151\x72\145\144\40\x74\x79\x70\x65\x3d\x22\x75\x72\154\x22\40\151\x64\x3d\x22\x6d\x65\164\141\x64\141\x74\x61\x5f\x75\x72\x6c\42\x20\x6f\156\143\x68\x61\x6e\x67\145\x3d\42\x75\x70\x64\141\x74\145\x5f\x6d\145\164\141\x64\141\164\x61\x5f\165\x72\x6c\x5f\163\x79\x6e\143\50\51\x22\x20\x6e\141\x6d\145\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\137\165\x72\154\42\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x70\154\141\143\145\150\157\x6c\x64\x65\162\x3d\x22\105\x6e\x74\x65\162\x20\x6d\x65\164\141\144\141\164\x61\x20\125\122\x4c\x20\157\x66\40\x79\157\165\162\40\111\x64\x50\x2e\x22\40\x69\x64\x3d\42\155\145\164\141\144\141\164\x61\137\165\162\x6c\x22\40\x73\x74\x79\x6c\145\x3d\x22\x77\151\144\164\x68\72\67\x35\x25\73\x20\146\x6c\157\141\164\x3a\x6c\x65\146\x74\73\x22\x20\x76\141\x6c\165\145\75\42" . esc_url($xQ) . "\x22\x2f\76\xd\xa\11\11\11\11\11\x9\15\12\x9\x9\11\11\11\x9\x3c\x62\162\40\163\164\x79\154\145\75\42\143\x6c\145\x61\x72\x3a\x62\157\x74\x68\73\x22\x2f\76\74\x62\x72\57\x3e\15\12\15\12\x9\x9\11\11\11\x9\74\151\x6e\160\165\164\40\x74\x79\x70\x65\75\42\x63\150\x65\143\x6b\x62\x6f\x78\x22\40\x6e\141\155\145\x3d\42\163\x79\x6e\143\x5f\x63\145\x72\x74\x69\x66\151\143\141\164\x65\x5f\x6d\145\164\141\x64\x61\x74\x61\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x69\144\x3d\42\163\171\156\x63\137\x63\x65\x72\x74\x69\x66\151\143\x61\164\x65\137\155\145\x74\x61\x64\x61\x74\x61\x22\40\163\x74\171\154\145\x3d\x22\x6d\x61\162\147\151\x6e\55\x72\x69\147\150\164\72\x31\x30\160\x78\x3b\x22\x20" . $A6 . "\40\x6f\x6e\x43\x68\x61\156\x67\x65\75\42\x6d\x6f\x5f\163\141\155\x6c\137\150\x61\x6e\x64\154\145\x5f\155\x65\164\141\144\x61\164\141\x5f\163\x79\156\x63\x5f\x74\x6f\x67\x67\154\145\50\x29\x22\40\57\76\40\74\x62\76\74\x73\164\x72\157\x6e\147\76\40\123\x79\156\143\40\117\156\x6c\171\x20\x43\x65\162\x74\151\146\151\x63\x61\x74\145\163\x20\x66\x72\x6f\x6d\x20\115\x65\x74\x61\144\141\x74\141\40\x3c\x2f\163\x74\162\x6f\156\x67\76\74\x2f\x62\76\15\12\x9\x9\x9\x9\x9\11\74\142\162\40\163\164\171\154\145\75\42\x63\x6c\145\141\162\72\x62\157\164\x68\73\42\57\x3e\74\142\162\57\x3e\15\12\x9\x9\x9\11\11\11" . mo_saml_display_dropdown_for_cron_interval_selection($ev) . "\xd\12\11\x9\x9\x9\x9\74\x2f\144\151\166\x3e\15\xa\x9\x9\x9\x9\x9\x3c\x2f\x74\144\76\xd\12\11\11\11\11\74\57\x74\162\76\xd\xa\11\x9\x9\x9\74\x74\x72\76\15\xa\x9\x9\11\11\x9\x3c\164\x64\76\x26\x6e\142\x73\x70\73\74\x2f\164\x64\x3e\15\xa\11\11\11\11\x9\x3c\x74\144\76\x3c\x62\162\x20\x2f\76\74\x69\x6e\x70\165\x74\40\x74\x79\x70\145\x3d\42\x73\165\x62\155\151\164\x22\x20\156\x61\155\x65\x3d\42\163\x75\x62\x6d\x69\x74\42\40\163\164\x79\x6c\145\x3d\42\155\x61\x72\x67\151\x6e\55\x72\151\x67\150\x74\72\63\45\73\x77\151\144\164\x68\x3a\61\x35\x30\x70\170\x3b\x22\x20\x76\x61\154\165\x65\x3d\42\123\141\x76\145\40\x26\40\123\171\x6e\143\x20\116\x6f\167\42\x20\143\154\141\x73\x73\x3d\42\x62\x75\164\x74\x6f\156\40\142\x75\x74\164\157\x6e\55\160\162\151\x6d\141\162\x79\x20\x62\165\164\x74\157\x6e\55\x6c\x61\162\x67\145\x22\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\x2f\76\15\xa\11\x9\11\x9\x9\74\57\x74\x64\76\15\xa\x9\11\x9\x9\x3c\57\x74\162\76\15\xa\11\11\x9\74\57\x74\x61\142\154\145\76\x3c\142\162\57\76\xd\xa\11\x9\x9\74\x2f\x66\x6f\x72\155\76";
    NT0:
    echo "\x3c\146\x6f\162\x6d\x20\x69\144\x20\75\42\163\x79\x6e\143\x5f\155\x65\x74\x61\144\x61\164\x61\137\146\157\162\155\42\40\x6e\x61\x6d\x65\40\75\42\x73\x79\x6e\143\137\155\145\164\x61\x64\141\x74\x61\x5f\x66\x6f\x72\155\x22\x20\x6d\145\164\150\x6f\x64\75\x22\160\157\x73\x74\x22\40\141\143\164\x69\x6f\x6e\x3d\x22\x22\76";
    wp_nonce_field("\155\157\137\x73\x61\x6d\154\137\x73\171\x6e\143\137\155\x65\164\x61\144\x61\164\141\x5f\x6e\157\167");
    echo "\74\151\x6e\160\x75\164\40\164\x79\160\x65\x3d\42\150\x69\144\144\x65\156\42\40\156\141\155\x65\x3d\x22\x6f\x70\x74\x69\157\x6e\x22\40\x76\x61\x6c\165\x65\75\x22\x6d\157\x5f\163\x61\155\x6c\x5f\163\171\x6e\x63\x5f\155\145\164\x61\144\141\164\x61\137\x6e\x6f\x77\42\40\x2f\x3e\15\xa\x9\x9\11\74\151\156\160\165\164\x20\x74\x79\x70\x65\x3d\42\150\x69\144\x64\145\156\42\40\x69\x64\x3d\x22\155\x65\164\x61\x64\x61\x74\141\137\165\x72\154\x5f\x73\171\156\143\42\x20\x6e\141\155\x65\75\x22\155\x65\164\141\144\x61\x74\x61\x5f\x75\x72\x6c\x22\x20\x76\141\154\x75\x65\x3d\42" . esc_url($xQ) . "\42\x2f\x3e\xd\12\11\11\x9\74\x69\156\160\x75\x74\x20\164\171\160\x65\75\42\x68\x69\x64\x64\145\156\42\40\151\144\x3d\42\x6d\x65\x74\x61\x64\x61\x74\x61\137\x69\x6e\164\x65\162\166\x61\154\x5f\163\171\x6e\143\x22\x20\x20\x6e\141\x6d\x65\75\x22\x73\x79\156\143\x5f\x69\x6e\x74\x65\162\166\x61\154\42\40\166\x61\154\165\145\75\x22\150\157\165\x72\x6c\171\x22\57\76\15\12\11\x9\x9\x3c\151\156\160\165\164\40\x74\171\160\145\x3d\x22\x68\x69\x64\x64\x65\x6e\x22\40\151\x64\x3d\42\163\171\x6e\x63\x5f\155\x65\x74\141\144\141\x74\141\x5f\166\x61\154\165\145\x22\x20\40\156\141\x6d\x65\75\42\163\171\156\143\x5f\155\x65\x74\141\144\x61\164\x61\42\x20\x76\x61\154\x75\145\75\x22\x74\162\165\145\x22\x2f\76\15\12\x9\x9\x9\74\x69\x6e\160\x75\164\x20\x74\171\160\x65\75\x22\x68\x69\144\144\x65\156\42\40\x69\x64\75\42\163\141\x6d\x6c\x5f\x69\144\x65\x6e\x74\151\x74\x79\137\x6e\x61\155\145\x5f\163\x79\156\143\x22\40\40\156\141\x6d\x65\x3d\42\163\x61\x6d\x6c\137\x69\x64\x65\156\164\151\164\x79\137\156\x61\x6d\145\x5f\146\157\x72\137\163\171\156\143\42\40\166\x61\154\x75\x65\x3d\x22" . $JZ . "\42\40\x72\145\x71\165\151\162\x65\x64\x2f\76\15\12\11\x9\x3c\57\x66\157\162\155\x3e\15\xa\11\11\74\x66\157\162\x6d\40\155\x65\x74\x68\x6f\144\75\42\147\x65\x74\42\40\x74\x61\162\x67\145\x74\x3d\x22\x5f\142\154\141\x6e\153\42\40\141\x63\x74\x69\157\156\75\x22\42\x20\x69\144\75\x22\x67\x65\164\x49\104\x50\x67\x75\x69\144\x65\x73\x22\76\x3c\x2f\146\157\x72\155\76\15\12\x9\11\x3c\146\x6f\x72\x6d\x20\x6d\145\164\150\157\x64\x3d\x22\160\157\x73\x74\x22\40\x61\x63\x74\151\157\156\75\x22\x22\x20\x6e\x61\x6d\145\x3d\42\x6d\x6f\x5f\145\x78\x70\157\x72\164\42\40\151\144\x3d\x22\155\x6f\x5f\x65\x78\160\157\x72\x74\x22\x3e";
    wp_nonce_field("\x6d\x6f\x5f\163\x61\x6d\x6c\x5f\145\170\160\157\x72\164");
    echo "\74\151\x6e\x70\x75\164\40\x74\171\160\x65\75\x22\x68\x69\144\144\x65\156\x22\x20\x6e\141\155\145\x3d\x22\157\x70\x74\x69\157\156\42\x20\166\x61\x6c\165\x65\75\42\x6d\157\137\x73\141\155\154\137\145\x78\160\157\162\x74\42\40\x2f\76\74\57\x66\x6f\162\x6d\x3e\15\xa\11\x9\74\163\143\x72\x69\160\164\76\xd\xa\x9\x9\x9\155\x6f\137\x73\x61\155\154\137\x68\x61\156\x64\x6c\145\x5f\155\x65\x74\141\144\x61\x74\x61\x5f\x73\171\x6e\x63\137\164\x6f\x67\147\x6c\x65\50\51\x3b\15\12\11\11\x9\x66\165\156\143\164\x69\x6f\156\40\163\150\x6f\167\x54\145\163\164\x57\151\x6e\x64\157\x77\x28\x29\x20\x7b\xd\xa\11\x9\x9\x9\166\141\162\40\x6d\171\127\x69\156\x64\157\x77\x20\75\40\167\x69\156\x64\x6f\167\56\x6f\x70\x65\156\50\x22" . mo_saml_get_test_url() . "\42\54\40\42\x54\105\x53\124\x20\x53\x41\115\x4c\40\111\x44\x50\42\x2c\40\x22\x73\x63\162\157\x6c\154\142\x61\162\x73\x3d\x31\40\x77\151\144\164\150\75\x38\60\x30\54\40\x68\x65\x69\x67\150\164\x3d\66\x30\x30\x22\51\x3b\15\xa\x9\11\x9\x7d\xd\xa\15\12\11\x9\x9\146\x75\156\143\164\x69\x6f\x6e\40\x72\145\144\x69\x72\145\x63\x74\x5f\164\157\137\x61\164\164\x72\151\142\x75\x74\x65\137\x6d\141\160\x70\151\156\147\50\51\x7b\15\xa\x9\x9\11\11\167\x69\156\144\x6f\x77\56\154\x6f\143\x61\164\x69\x6f\156\56\x68\x72\x65\x66\75\x20\42" . mo_saml_get_attribute_mapping_url() . "\x22\73\xd\12\11\x9\x9\x7d\15\xa\x9\11\74\x2f\163\x63\162\151\x70\164\76";
    goto Boh;
    EI1:
    $sC = !empty($_REQUEST["\x72\x65\143\157\162\x64"]) && is_array($_REQUEST["\162\x65\143\157\x72\144"]) ? array_map("\163\x61\156\151\x74\151\x7a\x65\137\164\x65\170\x74\137\146\151\145\154\x64", wp_unslash($_REQUEST["\x72\145\x63\x6f\162\x64"])) : sanitize_text_field(wp_unslash($_REQUEST["\162\145\143\x6f\x72\x64"]));
    mo_saml_delete_idp_notice($sC);
    Boh:
}
function mo_saml_delete_idp_notice($sC)
{
    echo "\x3c\x66\157\162\155\x20\x77\151\144\164\150\75\42\61\60\x30\x25\42\x20\x62\x6f\162\x64\145\162\x3d\42\x30\42\xd\xa\11\11\163\164\171\x6c\145\x3d\x22\x62\x61\143\153\x67\162\157\165\x6e\x64\x2d\x63\x6f\x6c\x6f\x72\72\x20\43\x46\x46\106\106\x46\x46\x3b\x20\142\x6f\x72\x64\x65\x72\x3a\40\x31\160\170\x20\163\157\154\151\144\x20\43\x43\103\103\103\x43\x43\73\40\x70\141\144\x64\x69\x6e\147\72\40\x30\x70\x78\40\x30\x70\170\x20\x30\160\170\40\61\60\160\170\73\x22\xd\xa\11\x9\x6e\x61\155\145\75\42\x6d\157\137\x73\x61\x6d\154\x5f\144\145\154\145\164\x65\137\x69\x64\160\42\40\151\x64\x3d\x22\155\157\x5f\163\141\155\x6c\x5f\144\145\154\145\164\145\137\x69\144\x70\x22\40\x6d\145\x74\x68\157\x64\75\x22\x70\157\x73\164\x22\40\141\143\x74\151\157\x6e\x3d\x22\x22\76";
    wp_nonce_field("\x6d\157\137\x73\x61\155\x6c\137\x64\x65\154\x65\x74\x65\137\x69\x64\x70");
    echo "\74\x69\156\x70\165\164\x20\164\171\x70\x65\x3d\x22\150\151\x64\144\x65\x6e\x22\40\x6e\141\x6d\x65\x3d\42\157\160\164\x69\157\156\x22\40\x76\x61\x6c\x75\x65\x3d\42\155\157\137\163\141\155\x6c\137\144\x65\154\x65\x74\x65\x5f\x69\144\x70\x22\x20\x2f\76";
    foreach ($sC as $u_) {
        echo "\x3c\151\x6e\x70\x75\x74\x20\x74\x79\x70\x65\x3d\42\150\x69\144\144\x65\x6e\42\40\x6e\141\155\145\x3d\42\x64\x65\x6c\145\164\145\137\151\x64\160\x5b\135\42\xd\xa\11\11\11\x76\141\154\x75\145\x3d\x22" . esc_html($u_) . "\x22\40\57\x3e";
        F0k:
    }
    Gbr:
    echo "\x3c\x74\x61\x62\154\x65\x20\x73\x74\x79\154\145\x3d\x22\x77\x69\144\164\x68\72\x20\x31\x30\x30\45\x3b\x22\x3e\xd\12\x9\11\11\x3c\x74\x72\76\15\12\x9\x9\x9\11\74\164\x64\x20\143\157\154\163\x70\x61\x6e\x3d\42\62\42\x3e\15\xa\x9\x9\11\x9\x9\74\150\x33\76\x44\x65\x6c\145\164\x65\40\x49\144\x65\156\164\151\164\171\x20\x50\x72\157\166\151\144\x65\x72\x3c\57\150\x33\76\xd\xa\x9\11\x9\11\x3c\x2f\164\x64\x3e\15\xa\x9\x9\x9\x3c\x2f\164\x72\76\x3c\164\162\76\xd\12\x9\x9\x9\x3c\x74\144\x20\143\x6f\154\163\x70\141\x6e\75\x22\62\42\x3e\x3c\144\x69\166\x3e\x59\x6f\165\x72\40\111\104\120\x20\x63\x6f\156\x66\x69\147\165\x72\141\164\151\x6f\156\x20\x77\x69\154\x6c\x20\142\145\40\144\145\154\x65\x74\x65\144\x20\146\157\x72\145\x76\x65\162\56\x20\101\x72\x65\40\x79\157\165\x20\163\165\x72\145\x20\x79\x6f\165\40\167\x61\156\164\x20\x74\x6f\40\144\x65\154\145\x74\x65\x20\111\104\120\40\143\x6f\156\x66\x69\x67\x75\x72\x61\x74\151\157\156\40\x66\157\162\72\74\x62\162\76\74\142\x72\x3e";
    foreach ($sC as $u_) {
        echo "\74\x62\76\x3c\145\x6d\76\x20" . esc_html($u_) . "\x20\74\57\145\155\76\74\57\x62\76\74\142\162\76";
        c3R:
    }
    pJz:
    echo "\74\x2f\x64\x69\166\76\x3c\x2f\x74\144\x3e\15\xa\x9\11\11\74\57\164\162\76\xd\12\11\11\11\74\x74\162\x3e\15\xa\11\x9\11\11\x3c\164\x64\x3e\x3c\142\x72\x3e\74\x62\76\x4e\157\164\145\x3a\x3c\57\x62\76\40\101\154\157\156\147\40\x77\x69\164\x68\x20\111\x44\120\x20\x63\x6f\156\x66\151\147\x75\x72\x61\x74\x69\x6f\156\163\40\164\x68\x69\x73\x20\x61\143\164\151\157\156\40\167\151\x6c\154\40\x61\x6c\x73\x6f\x20\144\x65\x6c\145\164\x65\x20\141\x6c\x6c\40\101\164\164\162\x69\x62\165\x74\x65\57\122\157\x6c\x65\x20\115\141\x70\x70\x69\x6e\x67\x20\x61\x6e\x64\x20\122\x65\x64\151\162\x65\143\x74\151\157\x6e\x20\x26\40\123\123\x4f\x20\163\x65\164\x74\x69\156\147\163\x2e\40\111\x66\x20\x79\x6f\x75\x20\157\x6e\x6c\x79\x20\x77\x69\x73\150\x20\x74\157\x20\x75\160\144\x61\164\x65\40\164\150\145\x20\111\x44\120\40\143\x6f\x6e\x66\151\147\x75\162\x61\x74\x69\157\x6e\x2c\x20\x70\154\145\x61\x73\145\40\x64\157\40\151\164\40\x75\163\151\156\147\x20\x74\150\x65\x20\x45\144\x69\x74\40\103\x6f\x6e\146\x69\147\x75\x72\141\x74\151\157\156\163\40\x6f\x70\164\151\x6f\x6e\40\160\162\157\166\151\x64\x65\144\x20\151\156\40\164\150\145\x20\x64\162\x6f\x70\x64\157\x77\156\56\x3c\57\164\x64\76\xd\xa\x9\11\11\x3c\x2f\164\162\x3e\xd\12\11\x9\x9\74\57\x74\x61\x62\154\x65\x3e\15\12\11\11\x9\74\x62\162\x20\x2f\x3e\15\xa\x9\x9\x9\x3c\x69\x6e\x70\165\x74\40\x74\171\160\145\x3d\42\x73\x75\x62\155\x69\x74\42\x20\166\x61\x6c\165\x65\x3d\42\104\145\154\145\164\145\42\x20\143\154\141\x73\163\75\42\x62\165\x74\164\157\156\40\x62\x75\x74\x74\157\156\x2d\x70\x72\151\x6d\x61\x72\x79\x20\142\x75\164\x74\157\x6e\x2d\x6c\141\x72\147\x65\42\x2f\76\xd\12\11\x9\11\x3c\x61\40\x68\x72\x65\146\x3d\42" . esc_url($_SERVER["\x52\105\121\125\x45\x53\x54\x5f\125\122\111"]) . "\x22\x3e\x3c\151\x6e\160\x75\x74\x20\164\x79\x70\x65\75\x22\142\165\164\164\157\156\x22\40\166\x61\154\165\x65\75\42\x43\141\x6e\x63\x65\x6c\x22\40\x63\x6c\141\x73\163\75\42\x62\x75\164\x74\157\x6e\x20\x62\165\164\164\157\x6e\55\154\141\x72\x67\x65\x22\x2f\x3e\74\x2f\141\76\xd\12\x9\11\x9\74\x62\x72\40\x2f\x3e\74\142\x72\40\57\x3e\15\12\x9\11\11\x3c\x2f\146\157\x72\155\76";
}
function mo_saml_display_dropdown_for_cron_interval_selection($ev)
{
    $zC = "\74\x73\x70\x61\x6e\76\123\x65\154\145\143\x74\40\150\x6f\167\x20\157\146\164\x65\x6e\40\x79\157\x75\x20\167\x61\156\x74\40\164\157\40\x66\x65\164\143\x68\40\155\145\164\x61\144\141\x74\x61\40\x66\162\157\155\x20\x74\150\x65\x20\x49\144\120\40\x3a\x20\x3c\57\163\x70\x61\x6e\x3e\x3c\163\x65\154\x65\143\x74\40\x69\144\x3d\x22\163\171\x6e\143\137\151\156\x74\145\x72\166\x61\x6c\x5f\151\x64\x22\40\x6f\156\143\x68\141\156\x67\x65\75\42\165\x70\x64\141\x74\x65\137\x6d\145\x74\141\x64\141\164\x61\137\151\x6e\164\145\162\166\141\154\137\x73\x79\x6e\x63\x28\51\x22\x20\x6e\x61\x6d\x65\75\42\x73\171\x6e\143\x5f\151\156\164\145\162\166\141\154\42\76";
    foreach (Mo_Options_Enum_Cron_Intervals::$cron_intervals as $GS => $Rq) {
        $Vw = $ev === $GS ? "\163\x65\x6c\x65\x63\x74\145\144" : '';
        $zC .= "\x3c\x6f\160\164\x69\157\156\x20\166\x61\154\x75\x65\x3d\47{$GS}\x27\40{$Vw}\x20\x3e{$Rq}\74\x2f\x6f\160\164\x69\157\x6e\76";
        VBp:
    }
    rDW:
    $zC .= "\x3c\x2f\x73\145\x6c\145\143\164\76\74\x62\x72\x3e\74\x73\x70\x61\x6e\x20\163\x74\x79\154\x65\75\x22\143\157\154\x6f\162\x3a\x20\x72\145\x64\73\42\x3e\120\154\x65\x61\163\x65\40\116\x6f\164\145\72\40\111\146\40\163\171\156\143\40\151\x73\40\145\x6e\141\142\154\x65\144\x2c\40";
    if (get_option("\x73\x61\x6d\154\x5f\163\x79\x6e\143\x5f\x63\145\162\x74\x69\x66\x69\143\141\164\x65\x5f\155\x65\164\x61\x64\x61\x74\141")) {
        goto Jd9;
    }
    $zC .= "\155\x61\156\165\141\x6c\40\143\157\156\146\x69\x67";
    goto efM;
    Jd9:
    $zC .= "\130\56\65\x30\71\40\x43\145\x72\x74\x69\x66\151\x63\x61\164\145\40\x56\141\154\x75\x65\50\x73\x29";
    efM:
    return $zC .= "\40\x77\157\165\154\x64\40\142\145\40\x6f\166\x65\x72\x72\x69\144\144\x65\156\74\57\x73\160\x61\x6e\x3e";
}
function mo_saml_show_idp_list_setup_page($sC = '', $Jp = '')
{
    $rN = new Mo_Saml_IDP_List();
    $Te = "\101\x63\x74\151\166\141\164\145" === $Jp || "\x44\145\x61\143\164\x69\x76\141\x74\x65" === $Jp || "\x44\x65\154\145\164\145" === $Jp ? $Jp : '';
    if (!(!empty($Te) && empty($sC))) {
        goto oE0;
    }
    $rN->mo_saml_error_notice_in_setup_tab("\120\154\145\141\163\x65\40\163\x65\154\145\143\164\x20\141\156\x20\111\104\x50\x20\x74\157\x20\x70\145\x72\146\157\x72\155\40\164\150\x65\40\142\165\154\153\x20\141\x63\164\151\x6f\x6e\x20\157\156\x20\151\x74\x2e");
    oE0:
    $rN->prepare_items();
    if (!mo_saml_is_sp_configured()) {
        goto Ie0;
    }
    $bM = "\x68\164\164\x70\x73\72\57\57\x70\x6c\x75\147\151\x6e\163\x2e\x6d\x69\x6e\151\157\x72\x61\x6e\x67\x65\56\x63\157\155\x2f\x77\x6f\162\144\x70\162\145\163\163\x2d\x73\x69\x6e\x67\x6c\145\55\x73\151\x67\x6e\55\x6f\x6e\x2d\163\163\x6f\x23\x70\x72\151\x63\151\156\x67";
    $IP = "\150\164\164\x70\163\72\x2f\x2f\160\x6c\165\x67\x69\156\x73\56\155\x69\x6e\151\x6f\162\x61\x6e\x67\145\x2e\x63\157\155\57\167\157\162\144\160\x72\145\x73\163\x2d\x73\151\156\147\x6c\x65\55\163\x69\147\156\55\x6f\x6e\55\163\x73\x6f\43\x70\162\151\x63\151\x6e\147";
    goto pOf;
    Ie0:
    $bM = admin_url() . "\141\x64\x6d\x69\156\56\x70\x68\x70\77\160\141\147\x65\75\x6d\x6f\137\163\x61\155\154\137\x73\x65\164\164\x69\156\147\163\46\x74\x61\142\75\163\x61\x76\x65\46\x61\143\x74\x69\x6f\x6e\x3d\165\x70\154\x6f\x61\144\x5f\x6d\145\164\141\x64\x61\x74\x61";
    $IP = admin_url() . "\x61\144\x6d\x69\x6e\x2e\160\x68\x70\x3f\160\x61\x67\145\75\x6d\157\x5f\x73\x61\x6d\x6c\137\x73\x65\x74\x74\x69\x6e\x67\x73\46\x74\141\x62\75\163\141\166\145\x26\x61\143\x74\151\157\156\75\141\144\x64";
    pOf:
    echo "\xd\12\11\11\74\144\x69\166\15\12\11\11\143\x6c\141\x73\x73\75\x22\155\x6f\55\x73\141\x6d\154\55\x74\x61\x62\154\145\55\154\x69\x73\x74\x2d\x75\160\x6c\x6f\141\144\42\x3e\15\xa\11\x9\74\x68\x33\76\x4c\x69\163\x74\40\157\146\40\x49\x44\120\x73\x3c\x73\x70\141\156\x20\143\x6c\x61\x73\x73\75\x22\x6d\x6f\x2d\x73\141\155\154\x2d\164\141\142\x6c\x65\55\x6c\x69\x73\x74\55\x68\x65\x61\144\x22\76\xd\xa\11\11\x9\74\x61\x20\150\x72\145\x66\75\x22" . esc_url($bM) . "\42" . (mo_saml_is_sp_configured() ? "\x74\x61\x72\x67\145\164\75\x22\137\x62\x6c\141\156\x6b\42" : '') . "\76\xd\xa\x9\11\x9\11\x3c\151\40\x63\x6c\141\163\163\x3d\42\143\x6f\160\x79\164\x6f\157\x6c\164\151\x70\42\x3e\xd\xa\11\11\11\11\x9\x3c\x69\x6e\160\x75\164\x20\x74\x79\160\x65\x3d\x22\142\x75\x74\x74\157\156\x22\x20\143\x6c\x61\x73\x73\75\x22\142\165\x74\x74\x6f\x6e\x20\142\x75\x74\x74\x6f\x6e\55\160\162\x69\x6d\141\162\x79\x20\142\x75\x74\164\x6f\x6e\55\x6c\141\x72\147\x65\x22\x20\166\x61\154\x75\x65\75\42\125\160\154\157\x61\x64\40\x49\x44\x50\x20\115\x65\x74\x61\144\x61\x74\x61\x22\x20";
    echo !mo_saml_is_sp_configured() && mo_saml_is_customer_license_key_verified() ? '' : "\x64\151\163\x61\142\154\145\144";
    echo "\57\76";
    if (!mo_saml_is_sp_configured()) {
        goto Qs2;
    }
    echo "\x3c\x73\x70\141\x6e\x20\x63\x6c\141\163\163\x3d\x22\143\157\x70\171\x74\157\157\154\x74\151\160\164\145\x78\164\x6c\x69\x6e\x6b\x22\40\163\164\x79\x6c\x65\x3d\42\x22\76\x59\x6f\165\40\x63\x61\156\x20\141\x64\144\40\x6d\x75\x6c\164\x69\x70\154\x65\40\x49\x44\120\163\40\x62\x79\40\165\160\147\162\141\144\151\x6e\147\x20\x74\157\x20\x74\x68\145\x20\x45\x6e\164\x65\x72\160\x72\151\163\145\57\x41\154\154\55\x49\156\143\x6c\x75\x73\x69\x76\x65\40\166\x65\162\x73\x69\157\156\x2e\74\57\163\x70\141\156\76";
    Qs2:
    echo "\xd\xa\11\x9\x9\x9\x3c\x2f\151\76\xd\xa\x9\x9\11\x3c\57\141\76\xd\xa\x9\11\x3c\57\150\63\x3e\xd\12\xd\12\x9\11\x3c\x74\141\x62\154\x65\x20\167\151\x64\x74\150\75\x22\61\x30\60\x25\42\40\x63\x6c\x61\163\163\75\42\155\157\x2d\x73\x61\155\154\x2d\164\x61\142\154\145\55\154\151\163\x74\55\x74\157\160\42\x3e";
    check_plugin_state();
    echo "\74\x2f\164\141\142\x6c\145\76";
    echo "\xd\12\x9\x9\x9\x3c\146\x6f\x72\155\40\x69\x64\75\x22\x69\x64\160\x5f\x66\x6f\162\x6d\x22\40\x61\143\164\151\x6f\x6e\75\42\x22\x20\155\145\x74\x68\157\144\x3d\x22\160\157\163\x74\x22\x3e";
    wp_nonce_field("\163\x61\166\145\137\151\144\160\137\154\x69\163\x74");
    echo "\x3c\151\156\160\x75\x74\40\x74\171\x70\x65\x3d\x22\150\151\x64\144\145\x6e\42\x20\x6e\x61\155\x65\x3d\42\x6f\x70\x74\151\157\x6e\42\40\166\141\x6c\165\x65\x3d\42\163\141\x76\x65\137\151\144\x70\x5f\154\151\163\x74\x22\x3e\xd\xa\x9\11\x9\x3c\163\164\171\154\x65\76\x23\151\x64\160\x5f\x66\x6f\162\155\173\40\x70\141\x64\144\151\x6e\147\55\x72\151\147\x68\x74\x3a\40\x31\65\160\x78\x3b\x20\x70\x61\144\144\x69\156\x67\x2d\x74\x6f\x70\72\x35\x70\x78\73\175\x20\43\x69\x64\160\137\x6c\x69\x73\x74\40\x7b\x20\x62\157\x72\144\145\162\55\143\x6f\154\154\141\x70\x73\x65\x3a\40\x63\x6f\x6c\154\x61\x70\163\145\73\x20\175\x20\43\x69\x64\160\x5f\x6c\151\163\x74\40\x74\x72\40\76\40\164\144\40\x7b\40\x62\157\162\144\145\162\x2d\142\x6f\x74\x74\x6f\155\x3a\40\x31\x70\170\40\x73\x6f\154\151\144\40\x23\x42\104\x42\x44\x42\x44\x3b\x20\x62\157\162\144\145\162\x2d\164\x6f\x70\x3a\40\x31\160\170\x20\x73\157\154\x69\144\x20\x23\102\x44\x42\x44\102\x44\x3b\40\x7d\x20\x23\x69\144\160\x5f\x6c\151\x73\164\x20\x74\x72\72\156\164\150\55\143\150\x69\x6c\144\50\145\166\145\156\x29\173\x20\x62\141\x63\153\147\x72\x6f\165\x6e\144\55\143\157\154\157\162\72\x20\x23\x66\x39\x66\x39\x66\x39\x3b\40\x7d\74\x2f\163\x74\171\154\x65\76\15\12\11\11\x9";
    $rN->search_box("\123\145\141\x72\x63\150", "\x73\145\141\x72\143\x68");
    $rN->display();
    echo "\xd\xa\11\11\x9\74\142\x72\40\57\x3e\15\xa\x9\11\x9\74\57\x66\x6f\x72\x6d\x3e\15\12\11\11\x9\x3c\x74\x61\x62\x6c\x65\40\143\154\x61\x73\x73\75\42\x6d\157\x2d\163\x61\x6d\x6c\x2d\164\141\x62\x6c\145\x2d\154\x69\163\x74\x22\76\15\12\11\11\x9\11\74\x74\x72\76\15\12\x9\11\x9\x9\x3c\146\157\162\155\x20\x6d\x65\x74\x68\157\x64\x3d\42\x70\157\x73\x74\42\x20\141\x63\x74\151\157\156\75\x22\42\40\156\x61\155\145\x3d\x22\x6d\x6f\137\145\170\160\157\x72\x74\42\x20\x69\144\x3d\x22\x6d\x6f\x5f\145\170\x70\x6f\162\x74\42\76";
    wp_nonce_field("\155\x6f\x5f\163\141\155\x6c\x5f\145\x78\x70\x6f\x72\164");
    echo "\x3c\151\x6e\x70\165\164\40\164\x79\x70\x65\75\42\x68\151\x64\x64\145\x6e\42\x20\156\141\155\145\75\x22\157\x70\x74\151\x6f\x6e\42\x20\166\x61\154\x75\145\75\42\155\157\x5f\x73\141\x6d\x6c\137\x65\170\160\157\162\x74\x22\40\x2f\x3e\xd\12\11\11\11\11\74\57\146\x6f\162\155\x3e\xd\xa\x9\11\x9\x9\74\x74\x64\40\x63\157\x6c\163\160\x61\156\75\42\64\42\40\x63\154\141\163\163\x3d\42\155\x6f\x2d\163\141\155\154\55\154\151\163\164\x2d\143\x6f\154\x2d\x74\x64\x22\76\xd\12\x9\11\11\x9\x9\74\x62\x72\40\x2f\76\74\151\x6e\160\165\164\x20\164\x79\x70\x65\75\x22\x62\165\x74\164\157\156\x22\40\x6e\x61\155\145\75\x22\x73\141\155\x6c\x5f\x72\x65\161\165\145\163\164\42\40\x69\144\75\x22\x65\170\160\157\x72\164\x2d\x69\155\x70\157\x72\164\55\143\157\156\x66\x69\147\x22\x20\x74\x69\x74\154\x65\x3d\x22\x45\170\160\x6f\x72\x74\x20\x50\x6c\x75\147\151\x6e\x20\103\157\x6e\x66\151\147\x75\162\141\164\151\x6f\156\x22\40";
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto Mfg;
    }
    echo "\144\x69\x73\x61\x62\154\x65\x64\40";
    Mfg:
    echo "\166\141\154\x75\x65\x3d\42\105\x78\x70\x6f\162\164\x20\120\x6c\x75\x67\151\156\40\103\157\x6e\146\151\147\165\162\x61\x74\x69\157\156\x22\x20\143\154\141\163\163\75\x22\142\165\x74\164\157\156\x20\142\x75\x74\164\157\x6e\55\160\x72\151\155\x61\162\171\x20\x62\x75\164\x74\157\x6e\x2d\x6c\141\162\x67\x65\42\40\157\x6e\x63\x6c\151\x63\x6b\x3d\42\x6a\121\x75\x65\162\171\50\47\43\155\x6f\x5f\145\170\160\157\x72\x74\x27\x29\x2e\x73\x75\x62\x6d\x69\164\50\51\x3b\42\x2f\76\xd\xa\11\x9\x9\x9\11\x9\74\141\40\150\x72\x65\x66\75\x22" . esc_url($IP) . "\42" . (mo_saml_is_sp_configured() ? "\x74\x61\162\x67\145\x74\x3d\x22\137\142\154\x61\156\153\x22" : '') . "\x3e\15\12\x9\11\x9\11\11\x9\11\x3c\x69\x20\x63\x6c\x61\163\163\75\x22\143\157\x70\171\x74\157\157\154\x74\151\x70\42\x3e\x3c\x69\x6e\x70\x75\164\40\x74\x79\160\x65\x3d\42\142\x75\164\164\157\x6e\x22\40\166\141\x6c\x75\x65\75\x22\x41\144\144\40\116\x65\x77\x20\111\104\120\x22\x20\x63\x6c\x61\x73\x73\x3d\x22\x62\x75\x74\164\x6f\156\x20\142\165\x74\164\x6f\x6e\55\160\x72\151\155\141\162\x79\40\142\165\x74\164\x6f\x6e\55\x6c\141\x72\x67\x65\x22\40";
    echo !mo_saml_is_sp_configured() && mo_saml_is_customer_license_key_verified() ? '' : "\144\x69\163\141\142\x6c\x65\144";
    echo "\57\x3e";
    if (!mo_saml_is_sp_configured()) {
        goto E7Z;
    }
    echo "\74\x73\x70\x61\x6e\40\143\154\x61\163\163\x3d\42\x63\x6f\x70\171\164\x6f\x6f\154\164\151\160\164\145\x78\x74\x6c\x69\156\x6b\101\144\x64\116\145\167\111\x44\120\42\x3e\131\x6f\165\x20\143\141\x6e\x20\141\x64\144\40\x6d\x75\154\164\x69\x70\154\x65\x20\x49\x44\x50\163\40\x62\171\40\x75\160\x67\x72\x61\144\151\x6e\147\40\x74\x6f\x20\164\x68\x65\x20\105\156\x74\x65\x72\160\x72\151\x73\x65\x2f\101\x6c\x6c\x2d\x49\156\x63\154\x75\163\151\x76\x65\x20\166\145\x72\163\x69\x6f\156\56\x3c\x2f\163\160\x61\x6e\76";
    E7Z:
    echo "\15\12\11\11\x9\x9\x9\x9\74\57\141\x3e\40\15\12\x9\x9\11\x9\x9\74\x2f\x74\144\76\xd\12\11\x9\x9\11\74\57\x74\162\76\15\xa\x9\x9\x9\x3c\57\x74\x61\x62\x6c\145\x3e\15\xa\x9\x9\x9\15\xa\11\11\x9\x3c\x62\162\x20\x2f\x3e\x20\74\142\162\40\57\x3e\74\57\144\151\166\x3e\xd\xa\x9\11\11\74\x73\143\162\151\160\164\76\15\xa\x9\11\x9\11\146\x75\156\143\164\x69\157\x6e\x20\163\150\x6f\x77\x54\145\x73\164\127\151\x6e\x64\x6f\x77\x28\x29\x20\173\xd\12\11\11\11\11\x9\166\x61\162\x20\x6d\x79\x57\151\x6e\144\157\167\40\x3d\x20\167\151\156\x64\x6f\x77\56\157\160\145\156\x28\42" . mo_saml_get_test_url() . "\42\54\40\x22\x54\x45\123\x54\40\x53\101\x4d\x4c\x20\111\x44\x50\42\x2c\x20\x22\x73\x63\162\x6f\x6c\x6c\142\141\162\x73\x3d\61\x20\167\x69\x64\x74\x68\x3d\x38\x30\60\x2c\x20\x68\145\151\x67\x68\164\x3d\x36\x30\60\42\x29\x3b\xd\12\x9\x9\11\x9\175\xd\xa\x9\11\11\74\57\x73\x63\x72\x69\x70\x74\x3e";
}

Function Calls

None

Variables

None

Stats

MD5 debf367196eb2934308aa60fc4233bd5
Eval Count 0
Decode Time 97 ms