• WE have two site on WordPress

    http://cworblog.med.umich.edu/ : Configured through Single Sign On SAML. Works Fine

    We setup second site
    https://cancercenterblog.med.umich.edu/wp-admin/ Configured for Single Sign ON SAML. Does not work

    [Tue Feb 18 08:54:45 2014] [error] [client 10.21.177.153] PHP Fatal error: Uncaught exception ‘SimpleSAML_Error_Exception’ with message ‘Could not find the metadata of an IdP with entity ID ‘https://your-idp.net” in /var/www/cancercenterblog.med.umich.edu/wp-content/plugins/saml-20-single-sign-on/saml/modules/saml/lib/Auth/Source/SP.php:134\nStack trace:\n#0 /var/www/cancercenterblog.med.umich.edu/wp-content/plugins/saml-20-single-sign-on/saml/modules/saml/lib/Auth/Source/SP.php(290): sspmod_saml_Auth_Source_SP->getIdPMetadata(‘https://your-id…’)\n#1 /var/www/cancercenterblog.med.umich.edu/wp-content/plugins/saml-20-single-sign-on/saml/modules/saml/lib/Auth/Source/SP.php(368): sspmod_saml_Auth_Source_SP->startSSO(‘https://your-id…’, Array)\n#2 /var/www/cancercenterblog.med.umich.edu/wp-content/plugins/saml-20-single-sign-on/saml/lib/SimpleSAML/Auth/Default.php(58): sspmod_saml_Auth_Source_SP->authenticate(Array)\n#3 /var/www/cancercenterblog.med.umich.edu/wp-content/plugins/saml-20-single-sign-on/saml/lib/SimpleSAML/Auth/Simple.php(137): SimpleSAML_Auth_Default::initLogin(‘1’, ‘http in /var/www/cancercenterblog.med.umich.edu/wp-content/plugins/saml-20-single-sign-on/saml/modules/saml/lib/Auth/Source/SP.php on line 134

    Please advise ASAP.

    https://wordpress.org/plugins/saml-20-single-sign-on/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is this on Multisite, or just two separate WordPress installations?

    I also am having problems with Multiple wordpress instances, but on the same domain. I have two separate WordPress instances (not multisite) on the same domain. One wordpress instance is a test area in a subdirectory. The primary wordpress site is on the root of the domain. It seems that when the login process begins, it takes the user to the proper IdP login area, and logs the user in , however once the login process is complete, it forwards the user to the root domain. If I manually attempt to navigate to the test process, it gives me an invalid username and password. I noticed the SimpleSAMLAuthToken cookie is set on the domain level. Would this prevent multiple sites on the same domain from Authenticating?

    I had the same problem with my wordpress multi site installation … (http://www.site.com/bog1/, http://www.site.com/bog2…)

    The problem come from the site blog options wrong plugin settings…
    Just go to your wp_[blog_id]_option saml_authentication_options json configuration string and you will see the wrong ‘https://your-idp.net’ settings… it’s cause by plugin views file that always post form data to the root blog…

    Briefly, I’ve been able to make it work and I’ve post how in a reply to this post:

    P.S. I’m not sure if the solution will work with your multi domain configuration…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple Blog Sites on same Wordpres Instance’ is closed to new replies.