<?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: SSO Configuration between EP &amp; IBM HTTP server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897673#M1596422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP -Note# 1201982 - How to create a logon token using the .NET SDK for use in OpenDocument.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2011 09:56:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-17T09:56:22Z</dc:date>
    <item>
      <title>SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897662#M1596411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve the SSO configuration between EP &amp;amp; IBM HTTP Server?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario:: BO Web Application server hosted on IBM HTTP Server, Users are logged in via EP-Portal&lt;/P&gt;&lt;P&gt;and access the reports of BO, which hosted in IBM HTTP Server. Any information on this is highly appreciated.&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;Regards&lt;/P&gt;&lt;P&gt;Ahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 16:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897662#M1596411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T16:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897663#M1596412</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;you should check what authentication methods are supported by that application server. Usually, SSO in SAP environment you use SAP Logon Tickets but as you can see from the name it uses proprietary format. IBM might support it. SAML is a more open sulotion supported by many vendors but you need you check what is supported by your systems.&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, 06 May 2011 05:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897663#M1596412</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-05-06T05:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897664#M1596413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you inputs, we have opened a OSS note with reference to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; They are suggesting me to go with "SAPSSOEXT" , method to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would be trying this option shortly, if you can share any information related to this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 13:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897664#M1596413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-09T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897665#M1596414</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 haven't seen that message but it looks like you need to write your own authentication module for your IBM system. EP will issue a logon ticket. SAPSSOEXT is a library which allows you validate logon ticket and extract data. So you need to export public key used for logon ticket and then on IBM side you need to read logon ticket, use this library to extract data, map SAP user to IBM user and log this user into the system. Don't forget to validate expiry date of logon cookie. You can download documentation for SAPSSOEXT from service.sap.com/swdc. It's part of the package for SAPSSOET. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 23:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897665#M1596414</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-05-09T23:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897666#M1596415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the valuable inputs, I need a clarification here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With respect to the document for invoking the "ssosamp" command, there is a input file "&amp;lt;ticket_file&amp;gt;" (from where do we get t his file?,  I have downloaded the verify.pse from portal and included the require libraries in my path (sapssoext &amp;amp; sapsecu).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this program "ssosamp" must be running in background on IBM server? kindly explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 13:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897666#M1596415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-11T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897667#M1596416</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;first, I guess you are not supposed to use this program directly. It should be just an example. Your web server needs to get MYSAPSSO2 cookie from user and validate it using SAPSSOEXT library. If everything is OK then it should create a session for that user. This needs to be developed and it depends on external product. That file which you need to pass to ssosamp needs to contains MYSAPSSO2 cookie. So if you want to test it then go to your portal, get cookie from IE (you can use Developer tools) and paste it to file and run ssosamp. &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, 12 May 2011 00:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897667#M1596416</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-05-12T00:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897668#M1596417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are unable to recieve the cookie "MYSAPSSO2", from the pagesource of browser ("Firefox"), the EP is generating the&lt;/P&gt;&lt;P&gt;cookie but at the server side (JSP) we are not able to get this library. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have to attach this cookie exclusively to an iview or any other settings we are missing here?&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;Regards&lt;/P&gt;&lt;P&gt;Ahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 10:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897668#M1596417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-30T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897669#M1596418</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;so can you see cookie in Firefox? There are some add-ons which can help you to see what you get from EP. Do those two systems have same domain? [SAP documentation|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e0/fa984050a13354e10000000a1550b0/content.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 23:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897669#M1596418</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-05-30T23:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897670#M1596419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We could see the MYSAPSSO2 cookie carrying the value of the ticket in our Firefox.&lt;/P&gt;&lt;P&gt; - Our EP server &amp;amp; BO server are in two different domain.&lt;/P&gt;&lt;P&gt;- Since our BO Application has been hosted on IBM Web Sphere application,  no Webserver filter&lt;/P&gt;&lt;P&gt;are available, so I think the "Documentation " not applicable to our scenario, correct me If I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 11:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897670#M1596419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-31T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897671#M1596420</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;if a cookie is generated for a domain only connection to that domain can read those cookies. So it looks like that EP generates a valid cookie but browser does not send it to IBM HTTP server because domains don't match. But you can configure EP to generate multiple cookies for multiple domains. That's described in that linked documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 23:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897671#M1596420</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-05-31T23:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897672#M1596421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have achieve the SSO between our SAP -EP &amp;amp; SAP-BO by using a token method refered in&lt;/P&gt;&lt;P&gt;SAP -Note#   1201982 - How to create a logon token using the .NET SDK for use in OpenDocument.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your inputs on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 09:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897672#M1596421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-17T09:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Configuration between EP &amp; IBM HTTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897673#M1596422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP -Note# 1201982 - How to create a logon token using the .NET SDK for use in OpenDocument.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 09:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-configuration-between-ep-ibm-http-server/m-p/7897673#M1596422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-17T09:56:22Z</dc:date>
    </item>
  </channel>
</rss>

