<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error using SAML authentication in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766260#M1877399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this seems to be a bug. Usually, the redirect pages have this fallback text that gets displayed when a browser does not support Javascript. Normally, this does not get displayed because script automatically redirects a user to right page. I would first check in developer tools what is happening. Check the source code of the page if there is any script that should do automatic redirection plus console logs if there is any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 21:41:07 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2014-12-18T21:41:07Z</dc:date>
    <item>
      <title>Error using SAML authentication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766259#M1877398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using SAML 2 authentication in SAP CRM 7 EHP3 system.&lt;/P&gt;&lt;P&gt;We use a service that tries to open URL of file stored in the content server.&lt;/P&gt;&lt;P&gt;Unfortunately we receive an error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Since your browser does not support JavaScript, you must press the Continue button once to proceed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason of the error is that service should perform SAML authentication via ADFS form and perform automatic submission of the form.&lt;/P&gt;&lt;P&gt;But the service cannot submit the form automatically, unlike the end user that can click Continue button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is it possible to solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766259#M1877398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-18T09:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error using SAML authentication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766260#M1877399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this seems to be a bug. Usually, the redirect pages have this fallback text that gets displayed when a browser does not support Javascript. Normally, this does not get displayed because script automatically redirects a user to right page. I would first check in developer tools what is happening. Check the source code of the page if there is any script that should do automatic redirection plus console logs if there is any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 21:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766260#M1877399</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-12-18T21:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error using SAML authentication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766261#M1877400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;We do applied redirect page as a possible solution. It works fine in the browser but it doesn't work with the service. It seems that service doesn't use browser at all and perform SAML authentication directly via HTTP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to force the service perform the redirection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 07:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766261#M1877400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T07:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error using SAML authentication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766262#M1877401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must have misunderstood your issue. Please define service? If you are talking about some client that wants to fetch a document and is using HTTP to fetch document then Javascript solution won't work. Usually, what service should do in this case is to return temporary redirect (HTTP code 307). I am not sure how this works in SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another workaround for this could be IdP initiated logon. Your service would go to IdP first to authenticate and receive token and then go to SP with token to fetch document. Again, I am not really sure how this could be configured. I know that SAP supports IdP initiated logon but not sure how you could make it dynamic to change URL for every logon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 09:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766262#M1877401</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-12-19T09:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error using SAML authentication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766263#M1877402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Service is defined exactly as you mentioned - &lt;SPAN style="color: #333333; font-size: 12px;"&gt;some client that wants to fetch a document and is using HTTP (HTTPS in our case) to fetch document. The problem is that instead of document content it receives HTML with the error message described above. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;I didn't understand what the service should perform with this HTML? Redirect to which location?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 09:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766263#M1877402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T09:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error using SAML authentication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766264#M1877403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the body of that message there will be a Javascript code that will redirect browser to your IdP. But SAML&amp;nbsp; is available for web services based on SOAP. So I would look there. Especially, have a look at ECP profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4a/b5bbd422526d6de10000000a42189c/content.htm" title="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4a/b5bbd422526d6de10000000a42189c/content.htm"&gt;Configuring Support for Enhanced Client or Proxy - User Authentication and Single Sign-On - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the use cases is: &lt;EM&gt;"&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif;"&gt;The client does not support JavaScript, preventing auto form post&lt;/SPAN&gt;".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to use back-channel communication. In this case SP communicates directly with IdP. I assume that in your case you are using front-end communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4a/b5bab122526d6de10000000a42189c/content.htm?frameset=/en/4a/b5bbd422526d6de10000000a42189c/frameset.htm&amp;amp;current_toc=/en/1c/ad1640033ae569e10000000a155106/plain.htm&amp;amp;node_id=174" style="font-size: 10pt;" title="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4a/b5bab122526d6de10000000a42189c/content.htm?frameset=/en/4a/b5bbd422526d6de10000000a42189c/frameset.htm&amp;amp;current_toc=/en/1c/ad1640033ae569e10000000a155106/plain.htm&amp;amp;node_id=174"&gt;http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4a/b5bab122526d6de10000000a42189c/content.htm?frameset=/en/4a/b5bbd422526d6de10000000a42189c/frameset.htm&amp;amp;current_toc=/en/1c/ad1640033ae569e10000000a155106/plain.htm&amp;amp;node_id=174&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 09:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-saml-authentication/m-p/10766264#M1877403</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-12-19T09:37:56Z</dc:date>
    </item>
  </channel>
</rss>

