We have a Drupal 7 website where the simplesaml is configured properly. The site is working fine.

But when we click the site URL from a MS word or Powerpoint document, it redirects to the page where we get '503 Service Temporarily Unavailable' error.

Consider the site: https://example.com
simplesaml directory: https://example.com/simplesaml

When we click the site link from the MS word or Powerpoint document, it redirects to
https://example.com/simplesaml/module.php/saml/sp/saml2-acs.php/home-sp
This page gives '503 Service Temporarily Unavailable' error.

We this page URL in SAML 2.0 Metadata XML format:

 <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="<strong>https://example.com/simplesaml/module.php/saml/sp/saml2-acs.php/home-sp</strong>" index="0"/>
    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://example.com/simplesaml/module.php/saml/sp/saml1-acs.php/home-sp" index="1"/>
    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="<strong>https://example.com/simplesaml/module.php/saml/sp/saml2-acs.php/home-sp</strong>" index="2"/>
    <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://example.com/simplesaml/module.php/saml/sp/saml1-acs.php/home-sp/artifact" index="3"/>

Any idea how to fix this?

Comments

gurunathan created an issue. See original summary.

gurunathan’s picture

Issue summary: View changes
gurunathan’s picture

Title: Error when we click site link form a document » Error when we click site URL from a document
Issue summary: View changes
snufkin’s picture

Status: Active » Postponed (maintainer needs more info)

This seems to be an issue with your SimpleSAML configuration, and has not much to do with the module. I'm closing the issue until I can see that this is an error by the module.

gurunathan’s picture

@Snufkin, Please refer this one.
https://www.drupal.org/node/2681159