'; } function AuthAnvil_ReplyTo() { $url = get_option('authanvil_saml_replyto_url'); if($url == '') { $url = 'https://www.mywordpresssite.com/'; } echo ''; } function AuthAnvil_SignOutUrl() { $url = get_option('authanvil_signout_url'); if($url == '') { $url = 'https://corp.example.com/SSO/federation/passive/signout'; } echo ''; } function AuthAnvil_SignOnUrl() { $url = get_option('authanvil_sso_url'); if($url == '') { $url = 'https://corp.example.com/SSO/federation/passive/Saml2SpInit'; } echo ''; } function AuthAnvil_Cert_Setting() { echo ''; } function AuthAnvil_ConfigText() { ?> Configure your site for Single Sign On through the AuthAnvil Single Sign On for WordPress plugin.