<?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>Question Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018534#M1568797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanguy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SSO logon not possible; logon tickets not activated on the server&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this looks more like login tickets are not being accepted by your server!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which parameter did you set in rz11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;login/accept_sso2_ticket&lt;/STRONG&gt; with value &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you verify that the Logon Ticket has been issued?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you imported your engine certificate into SAP Backend using strustsso2 (certificate List and ACL) and you are sure that the Ticket is in your browser (Cookie MYSAPSSO2) all you have to do is call the Backend BSP manually using the same Browser Session. This way you can see if it works and if it does it will also work when redirecting from your JSP.&lt;/P&gt;&lt;P&gt;The redirect is followed by your browser and since the Cookie is stored in your browser it will also be sent to your backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT: The cookie will only be sent to your backend if it has the same domain suffix as your engine. So make sure you call your hosts with full qualified name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;your engine host:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;http://enginehost.domain.com/irj/portal dont'use http://enginehost/irj/portal&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;http://sapbackend.domain.com/sap/bc/....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise it won't work (e.g. your backend uses domain2.com instead of domain.com)! To see if the Cookie is actually sent you can use Firebug or HttpFox. These are free extensions for Mozilla Firefox. You can install them and you will be able to see the HTTP Traffic without using any sniffers like Wireshark or tcpdump.&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, 07 Jul 2008 15:33:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T15:33:19Z</dc:date>
    <item>
      <title>Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaq-p/4018521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SDN community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the context of a Proof of Concept, we are testing the integration of Microsoft Sharepoint Portal with SAP Backend (addin) systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the architecture impose use an external scenario (access from the internet), we couldn't use the Kerberos (SPNego) solution and thus we chosed the http header solution which in short uses an intermediary web server (in this case the IIS of the MOSS solution) which will act as authority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I miss information on how the workflow works for this http header authentication method. Through the visual administrator of the addin JAVA stack, it is possible to configure each application with a customized authentication (a choice of security modules). But this all that I know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My task is to configure SSO. From a sharepoint portal, the user should be able to access Web Dynpros and BSPs. I imagine that the very first call to a webdynpro or bsp (or maybe when we log on the sharepoint portal), the request to the WDP or BSP will first be forwareded by the intermediary server to the JAVA stack (or is it the SAP dispatcher that has to be configured).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an application to be built on the java stack to deal with the authentication, modify http header?&lt;/P&gt;&lt;P&gt;What will the Java stack return? a sap long ticket? a token?&lt;/P&gt;&lt;P&gt;How will the redirect work (to by example a BSP which is in the ABAP stack)? &lt;/P&gt;&lt;P&gt;SAP preconise to secure with SSL the link between the intermediary web server and the JAVA stack, is IP restriction also a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of questions about how this SSO http header should work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very greatful for any help, or info,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tanguy Mezzano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 15:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaq-p/4018521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T15:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018522#M1568785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this can give u a little idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://office.microsoft.com/download/afile.aspx?AssetID=AM102437461033" target="test_blank"&gt;http://office.microsoft.com/download/afile.aspx?AssetID=AM102437461033&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the applicaition definition....for SAP reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is for SAP SSO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/d0/a3d940c2653126e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/d0/a3d940c2653126e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 07:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018522#M1568785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018523#M1568786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your answer! but I already knew these links.&lt;/P&gt;&lt;P&gt;But by reading them again, I can focus more my questions now, thanks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to understand more the Http Header SSO method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a sharepoint user access for the first time a Web Part that integrates a BSP application or Web Dynpro application, what kind of request should the Web Part do? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is the first time the user access that external system, it has to authenticate itself through the JAVA Stack which has configured that BSP or WDP application to use Http Header module authentication. How does this workds? The Web Part calls the BSP/WDP url, and is it the SAP dispatcher that redirects the http request to the java stack automatically or is there some programming involved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I add BSP or WDP applications to the list of applications in the Visual Administrator to configure them with authentication?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for you help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tanguy Mezzano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018523#M1568786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T10:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018524#M1568787</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;May be this can clear some of you ideas!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hosteddocs.ittoolbox.com/MicrosoftSAP100307.pdf" target="test_blank"&gt;http://hosteddocs.ittoolbox.com/MicrosoftSAP100307.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 13:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018524#M1568787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018525#M1568788</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 have implemented this solution.&lt;/P&gt;&lt;P&gt;What you absolutely need is an intermediary server that adds the appropriate header to the request (I used Apache). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client -&amp;gt; Intermediary Server (ISS) adds the Request Header (e.g. REMOTE_USER:  SAP J2EE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the SAP J2EE you can use any application but since you want to redirect to an ABAP Stack or a BSP I suggest you create a custom application (All you need is a JSP that performs a redirect to a configurable resource (in your case your BSP on the ABAP Stack)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample code for such a JSP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;%@ page language="java" %&amp;gt;

&amp;lt;%

    String redirectURL = request.getParameter ("redirectURL");
    response.sendRedirect (redirectURL);
%&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all you need. You built an Enterprise Application using NWDS and deploy it to your J2EE Engine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume the application is called SSOredirect then you can call it using the following URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http:// See the following documentation to make this work:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/68/5ddc40132a8531e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/68/5ddc40132a8531e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you already noticed SAP suggests to use mutual authentication to make this more secure which means that your intermediary server uses SSL to communicate with the J2EE and performs Authentication using a client certificate (In this case you will have to use/add the ClientCertLoginModule to your logon stack and you will have to confgure some more on your J2EE in order to make this work. For the beginning you should cope with the HeaderVariableLoginModule and make it work and when it works start to make your scenario more secure.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a matter of security but I guess you can use another module to achieve an additional amount of security. There is a module called IPHeaderVariableLoginModule provided by a guy called Jörg Wulftange who works for Platinion. It extends the SAP HeaderVariableLoginModule and uses an IP List to make sure that only configured Hosts are recongnized within the module. In this scenario you would add the IP of your IIS to the IP List and only this host will be recognized when performing Authentication based on the Header Variable&lt;/P&gt;&lt;P&gt;There is a useful document on the SDN that explains the Module and its usage:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See: &lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/069eaf4b-0901-0010-6e89-d1fcceebcbf1" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/069eaf4b-0901-0010-6e89-d1fcceebcbf1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can consider using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we come to your authentication to the ABAP Stack:&lt;/P&gt;&lt;P&gt;When Header Variable Login works all you have to do is adding the&lt;/P&gt;&lt;P&gt;CreateTicketLoginModule after the IPHeaderVariableLoginModule ot HeaderVariableLoginModule  in the JAAS Logon Stack of your SSOredirect Application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your application will create a logon ticket (MYSAPSSO2 Cookie) that can be used to authenticate to your ABAP Backend (I assume you already configured your Backend to accept logon tickets and you added the J2EEs certificate to the Trust Store of your Backend using Transaction strustsso2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need additional help let me know (reward points for useful posts are always appreciated &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 13:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018525#M1568788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T13:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018526#M1568789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tanguy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did my post help or do you have further questions??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018526#M1568789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T07:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018527#M1568790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, sorry! Your post did help me a lot, I was coming back to you. We are still doing a lot of tests, most of what you explained has been configured except the IP restriction module (we will configure this at the end to avoid any other new problems). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have 2 problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) We have deployed a web dynpro on the Java Stack, it has its Security Provider configured with HttpHeader module. When I surf to that web dynpro (thus without adding a header), I am redirected to a BasicPassword Logon page what is normal and this works. But when I try to connect to the web dynpro url with a Java Application by adding an http header: myheader = myID I don't get anything back from the Java Stack. Maybe I am not writting correctly my Java application with http header...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When I deploy the redirect JSP on the Java stack, I have configured its Sercurity Provider with httpheader but it doesn't seem to take effect as when I surf on the url, I get directly to the page...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will definitely reward you with points,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help,&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;Tanguy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 08:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018527#M1568790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018528#M1568791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanguy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1) We have deployed a web dynpro on the Java Stack, it has its Security Provider configured with HttpHeader module. When I surf to that web dynpro (thus without adding a header), I am redirected to a BasicPassword Logon page what is normal and this works. But when I try to connect to the web dynpro url with a Java Application by adding an http header: myheader = myID I don't get anything back from the Java Stack. Maybe I am not writting correctly my Java application with http header...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you call any other webdynpro application using your Java Code? You should at least get some initial page and/or the 401 Return Code for Basic Authentication. Maybe you are being redirected and your Code does not follow redirects?? Try using a sniffer to sniff the communication or use Apache Jakarta Commons TCP Mon to see outgoing and incoming HTTP traffic. The tool serves as a proxy and you will configure it to connect to your backend while your JAVA Code does not create a connection to your backend but to TCPMon instead in order to see the communication!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; see &lt;A href="https://tcpmon.dev.java.net/" target="test_blank"&gt;https://tcpmon.dev.java.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or &lt;A href="http://ws.apache.org/commons/tcpmon/download.cgi" target="test_blank"&gt;http://ws.apache.org/commons/tcpmon/download.cgi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2) When I deploy the redirect JSP on the Java stack, I have configured its Sercurity Provider with httpheader but it doesn't seem to take effect as when I surf on the url, I get directly to the page...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure that you have configured the Security Constraints and the secured resources for you web application. If it does not contain any the Logon Stack is not processed and you can access your application without authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to make changes to your web-j2ee-engine.xml and web.xml (using NWDS) in order to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are very basic samples for both files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;web-j2ee-engine.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;!DOCTYPE web-j2ee-engine SYSTEM "web-j2ee-engine.dtd"&amp;gt;
&amp;lt;web-j2ee-engine&amp;gt;
	&amp;lt;security-role-map&amp;gt;
		&amp;lt;role-name&amp;gt;DefaultSecurityRole&amp;lt;/role-name&amp;gt;
	&amp;lt;/security-role-map&amp;gt;
	&amp;lt;login-module-configuration/&amp;gt;
&amp;lt;/web-j2ee-engine&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;web.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"&amp;gt;
&amp;lt;web-app&amp;gt;
	&amp;lt;display-name&amp;gt;WEB APP&amp;lt;/display-name&amp;gt;
	&amp;lt;description&amp;gt;WEB APP description&amp;lt;/description&amp;gt;
	&amp;lt;welcome-file-list&amp;gt;
		&amp;lt;welcome-file&amp;gt;index.jsp&amp;lt;/welcome-file&amp;gt;
	&amp;lt;/welcome-file-list&amp;gt;
	&amp;lt;security-constraint&amp;gt;
		&amp;lt;display-name&amp;gt;My Test Web APP Protected Area&amp;lt;/display-name&amp;gt;
		&amp;lt;web-resource-collection&amp;gt;
			&amp;lt;web-resource-name&amp;gt;WebResource&amp;lt;/web-resource-name&amp;gt;
			&amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;
			&amp;lt;http-method&amp;gt;GET&amp;lt;/http-method&amp;gt;
			&amp;lt;http-method&amp;gt;POST&amp;lt;/http-method&amp;gt;
		&amp;lt;/web-resource-collection&amp;gt;
		&amp;lt;auth-constraint&amp;gt;
			&amp;lt;role-name&amp;gt;DefaultSecurityRole&amp;lt;/role-name&amp;gt;
		&amp;lt;/auth-constraint&amp;gt;
	&amp;lt;/security-constraint&amp;gt;
	&amp;lt;security-role&amp;gt;
		&amp;lt;role-name&amp;gt;DefaultSecurityRole&amp;lt;/role-name&amp;gt;
	&amp;lt;/security-role&amp;gt;
&amp;lt;/web-app&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps (You can reward points for every single useful answer &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&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>Wed, 02 Jul 2008 10:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018528#M1568791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T10:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018529#M1568792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, I really have difficulties to set up that http header authentication. But you are of great help. I've added descriptors and yes only when they are configured will the jsp authentication work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the auth. template stack as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EvaluateTicket - Sufficient&lt;/P&gt;&lt;P&gt;HttpHeader - Optional&lt;/P&gt;&lt;P&gt;CreateTicket - Optional&lt;/P&gt;&lt;P&gt;BasicLoginPwd - Requisite&lt;/P&gt;&lt;P&gt;CreateTicket - Optional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now trying to test the http header with a java application, I am using HttpUrlConnection class but always get 401 error msg. I'm not sure of my code. I have added in the login module stack HttpHeader - Optional the variable: Header = myVar. Thus in my java code which is making the Http request call I have the line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conn.addRequestProperty("myVar","userID");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the right why to test Http Header Authentication?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tanguy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 15:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018529#M1568792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018530#M1568793</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've not used this class yet but if it is intended to create a connection and perform a request than it looks alright. You should have a look at your dispatcher log on J2EE to see if your header is properly set and reaches the J2EE as intended:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is located under:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/usr/sap/&amp;lt;SID&amp;gt;/JC&amp;lt;XX&amp;gt;/j2ee/cluster/dispatcher/log/services/http&lt;/P&gt;&lt;P&gt;Open the latest req_resp.X.trc file (All requests, responses and headers can be logged here so you can see if your request actually contains the header you are adding in your request!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot see anything here you have to enable logging.&lt;/P&gt;&lt;P&gt;In this case start Visual Admin and call the HTTP Provider Service of your Dispatcher Node. In the Properties set the Property HttpTrace to enable (I think default is disable)&lt;/P&gt;&lt;P&gt;Everything should be logged now (Don't do this in production environment since it has an impact on performance)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this works we have a look at your module stack (If your app does not work let me know. I can send you a sample code using Apache Commons HTTP Client!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have configured the auth. template stack as follows:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EvaluateTicket - Sufficient&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HttpHeader - Optional&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;CreateTicket - Optional&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BasicLoginPwd - Requisite&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CreateTicket - Optional&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the JAAS Flag for the first occurance of CreateTicket should be sufficient and not optional. Otherwise you will always run into BasicLogin even if HttpHeader and CreateTicket already succeeded. I think that is not what you want.&lt;/P&gt;&lt;P&gt;I guess that you are not sending any Basic Credentials from your java application and that is why you keep getting the 401 response (Authentication required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a helpful explanation of the JAAS Flags:&lt;/P&gt;&lt;P&gt;&lt;A href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/Configuration.html" target="test_blank"&gt;http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/Configuration.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an extract:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;3) Sufficient   - The LoginModule is not required to
			succeed.  If it does succeed, control immediately
			returns to the application (authentication does not
			proceed down the LoginModule list).
			If it fails, authentication continues down the
			LoginModule list.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;4) Optional     - The LoginModule is not required to
			succeed.  If it succeeds or fails,
			authentication still continues to proceed down the
			LoginModule list.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to see which modules in the stack are processed and if authentication succeeds is to increase the loglevel (severity) of some log locations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Increase the following locations to all using log configurator service in visual admin (this works on the fly and there is no restart necessary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- com.sap.security.server.jaas &lt;/P&gt;&lt;P&gt;- com.sap.engine.services.security&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After increasing the severity check your security log under /usr/sap/&amp;lt;SID&amp;gt;/JC&amp;lt;XX&amp;gt;/j2ee/cluster/serverX/log/system in order to see how the modules in your stack are processed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps (Please reward points if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&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>Thu, 03 Jul 2008 15:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018530#M1568793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018531#M1568794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the logging, it's wonderfull &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;, I'm getting this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
{HTTP/1.1 401 Unauthorized
WWW-Authenticate: Basic realm="Upload Protected Area"
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have idea what is it related to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, after updating the severity as you suggested to me, I see the server logs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
2. com.sap.security.core.server .jaas.HeaderVariableLoginModule            REQUISITE                                                Cannot load login module class.
3. com.sap.security.core.server.jaas.CreateTicketLoginModule               SUFFICIENT  ok          false      false                 
4. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   SUFFICIENT  ok          true       true                  
5. com.sap.security.core.server.jaas.CreateTicketLoginModule               OPTIONAL    ok                     false                 
Central Checks                                                                                true                  #
#1.5 #000C299F469E007200000000000011180004512126039C3F#1215102720380#/System/Security/Audit/J2EE##com.sap.engine.services.security.roles.SecurityRoleImpl#J2EE_ADM_JD2#41##n/a##8fa24ac0491d11ddb9c8000c299f469e#SAPEngine_Application_Thread[impl:3]_10##0#0#Info#1#com.sap.engine.services.security.roles.SecurityRoleImpl#Java###{0}: Authorization check for caller assignment to J2EE security role [{1} : {2}].#3#ACCESS.OK#SAP-J2EE-Engine#all#
#1.5 #000C299F469E007200000001000011180004512126039D10#1215102720380#/System/Security/Audit/J2EE##com.sap.engine.services.security.roles.SecurityRoleReference#J2EE_ADM_JD2#41##n/a##8fa24ac0491d11ddb9c8000c299f469e#SAPEngine_Application_Thread[impl:3]_10##0#0#Info#1#com.sap.engine.services.security.roles.SecurityRoleReference#Java###{0}: Authorization check for caller assignment to J2EE security role [{1} : {2}] referencing J2EE security role [{3} : {4}].#5#ACCESS.OK#service.naming#jndi_get_initial_context#SAP-J2EE-Engine#all#
#1.5 #000C299F469E00720000000200001118000451212603A50F#1215102720380#/System/Security/Audit/J2EE##com.sap.engine.services.security.roles.SecurityRoleImpl#J2EE_ADM_JD2#41##n/a##8fa24ac0491d11ddb9c8000c299f469e#SAPEngine_Application_Thread[impl:3]_10##0#0#Info#1#com.sap.engine.services.security.roles.SecurityRoleImpl#Java###{0}: Authorization check for caller assignment to J2EE security role [{1} : {2}].#3#ACCESS.OK#SAP-J2EE-Engine#administrators#
#1.5 #000C299F469E00720000000300001118000451212603A5D0#1215102720380#/System/Security/Audit/J2EE##com.sap.engine.services.security.roles.SecurityRoleReference#J2EE_ADM_JD2#41##n/a##8fa24ac0491d11ddb9c8000c299f469e#SAPEngine_Application_Thread[impl:3]_10##0#0#Info#1#com.sap.engine.services.security.roles.SecurityRoleReference#Java###{0}: Authorization check for caller assignment to J2EE security role [{1} : {2}] referencing J2EE security role [{3} : {4}].#5#ACCESS.OK#service.naming#jndi_all_operations#SAP-J2EE-Engine#administrators#
#1.5 #000C299F469E004E0000003200001118000451212604B4AD#1215102720442#/System/Security/Audit/J2EE##com.sap.engine.services.security.roles.SecurityRoleReference#J2EE_ADM_JD2#41##n/a##612707d0491d11dd9c00000c299f469e#SAPEngine_Application_Thread[impl:3]_15##0#0#Info#1#com.sap.engine.services.security.roles.SecurityRoleReference#Java###{0}: Authorization check for caller assignment to J2EE security role [{1} : {2}] referencing J2EE security role [{3} : {4}].#5#ACCESS.OK#service.naming#jndi_get_initial_context#SAP-J2EE-Engine#all#
#1.5 #000C299F469E004E0000003300001118000451212604B5DD#1215102720442#/System/Security/Audit/J2EE##com.sap.engine.services.security.roles.SecurityRoleReference#J2EE_ADM_JD2#41##n/a##612707d0491d11dd9c00000c299f469e#SAPEngine_Application_Thread[impl:3]_15##0#0#Info#1#com.sap.engine.services.security.roles.SecurityRoleReference#Java###{0}: Authorization check for caller assignment to J2EE security role [{1} : {2}] referencing J2EE security role [{3} : {4}].#5#ACCESS.OK#service.naming#jndi_all_operations#SAP-J2EE-Engine#administrators#
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I see that we are not far from the problem, how come the http header login module cannot load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without you I would have never found for sure ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 16:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018531#M1568794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T16:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018532#M1568795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanguy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, logging is cool stuff &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 401 is the engine response code because you are running into BasicPasswordLogin again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;2. com.sap.security.core.server .jaas.HeaderVariableLoginModule            REQUISITE                                                Cannot load login module class.
3. com.sap.security.core.server.jaas.CreateTicketLoginModule               SUFFICIENT  ok          false      false
4. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   SUFFICIENT  ok          true       true&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HeaderVariable (2) and CreateTicket (3) fail so you run into Basic (4) and the engine sends a 401 indicating that authentication is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{HTTP/1.1 401 Unauthorized
WWW-Authenticate: Basic realm="Upload Protected Area"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact that your login module cannot load appears to me as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that your Post does not contain any copy and paste errors I guess you have added the HeaderVariableLogin Module manually in security Provider / UserManagement / Manage Security Stores (Was the module not listed??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;com.sap.security.core.server .jaas.HeaderVariableLoginModule&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;having a closer look at your class there seems to be a space between server and .jaas&lt;/P&gt;&lt;P&gt;(This happens often when you type the classname yourself! It happend to me as well &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try correcting this by accessing Security Provider &amp;gt; Runtime &amp;gt; User Management&lt;/P&gt;&lt;P&gt;Klick on Manage Security Stores (Switch to Edit Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately you cannot edit the Login Module and change the class name so remove the HeaderVariableLoginModule from the list and add it again. Make sure that the class name is correct (com.sap.security.core.server.jaas.HeaderVariableLoginModule) no spaces!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help (Don't forget reward points for helpful answers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&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, 04 Jul 2008 08:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018532#M1568795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018533#M1568796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, I found the error in the login module, there was a space inserted and it couldn't load the class. I am now able to authenticate with http header on a simple jsp which has been deployed on the Java Stack, I can see that SAP Logon Ticket has been created. Now I am trying to test the SSO on a backend BSP application. Backend system is configured to accept logon tickets (transaction RZ11) and has the certificate of the Java Stack (transaction strustsso2). I am now using the jsp application redirect but it doesn't seem to forward the SAP Logon ticket as I get for result an error page indicating that SSO is not possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SSO logon not possible; logon tickets not activated on the server 
 
 Choose "Logon" to continue A dialog box appears in which you can enter your user and password 
 
 No switch to HTTPS occurred, so it is not secure to send a password 
 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it because with the jsp I am not passing the sap logon ticket in the header?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 12:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018533#M1568796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018534#M1568797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanguy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SSO logon not possible; logon tickets not activated on the server&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this looks more like login tickets are not being accepted by your server!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which parameter did you set in rz11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;login/accept_sso2_ticket&lt;/STRONG&gt; with value &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you verify that the Logon Ticket has been issued?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you imported your engine certificate into SAP Backend using strustsso2 (certificate List and ACL) and you are sure that the Ticket is in your browser (Cookie MYSAPSSO2) all you have to do is call the Backend BSP manually using the same Browser Session. This way you can see if it works and if it does it will also work when redirecting from your JSP.&lt;/P&gt;&lt;P&gt;The redirect is followed by your browser and since the Cookie is stored in your browser it will also be sent to your backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT: The cookie will only be sent to your backend if it has the same domain suffix as your engine. So make sure you call your hosts with full qualified name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;your engine host:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;http://enginehost.domain.com/irj/portal dont'use http://enginehost/irj/portal&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;http://sapbackend.domain.com/sap/bc/....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise it won't work (e.g. your backend uses domain2.com instead of domain.com)! To see if the Cookie is actually sent you can use Firebug or HttpFox. These are free extensions for Mozilla Firefox. You can install them and you will be able to see the HTTP Traffic without using any sniffers like Wireshark or tcpdump.&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, 07 Jul 2008 15:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018534#M1568797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T15:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018535#M1568798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your input, I am still trying to make this work. We're close to the goal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked configurations in RZ11 and STRUSTSSO2, and everything seems ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copy/paste my dispatcher http log here under, we see that the http header parameter is passed, we see that I get http redirection request with the SAP Logon Ticket but finally we are not correctly redirected, it might be the last thing you explained about the domain suffix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My engine host:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://enginehost.aaaa.domain.com:50000" target="test_blank"&gt;http://enginehost.aaaa.domain.com:50000&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My backend:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://sapbackend.bbbb.domain.com:1080" target="test_blank"&gt;http://sapbackend.bbbb.domain.com:1080&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
[1215681331821][Jul 10, 2008 11:15:31 AM ] - CLIENT: 34304, REQUEST: 
{GET /SSOredirect/SSOredirect.jsp?redirectURL=http%3A%2F%2Fsapbackend.bbbb.domain.com%3A1080%2Fsap%2F... HTTP/1.1
http_header: MYHEADER
User-Agent: Java/1.6.0_05
Host: enginehost.aaaa.domain.com:50000
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive

}
[1215681331961][Jul 10, 2008 11:15:31 AM ] - CLIENT: 34304, REPLY: 
{HTTP/1.1 302 Found
Set-Cookie: MYSAPSSO2=AjExMDCIAAdkZWZhdWx0AQAJREVNT19NT1NTAgADMDAwAwADSkQyBAAMMjAwODA3MTAwOTE1BQAEAAAACAoACURFTU9fTU9TU%2F8BBDCCAQAGCSqGSIb3DQEHAqCB8jCB7wIBATELMAkGBSsOAwIaBQAwCwYJKoZIhvcNAQcBMYHPMIHMAgEBMCIwHTEMMAoGA1UEAxMDSkQyMQ0wCwYDVQQLEwRKMkVFAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wODA3MTAwOTE1MzFaMCMGCSqGSIb3DQEJBDEWBBT%2FQM2W6CXJebxMK0E1pgU!nxmzCDAJBgcqhkjOOAQDBC4wLAIUSq4ZWgQlk66K73RVmMXTAW%2FeCxoCFAnJ8F0q!HwzmtqeWj2RdFYve3dA;path=/;domain=.aaaa.domain.com;HttpOnly
Set-Cookie: JSESSIONID=(J2EE7854200)ID0664447950DB00280758538171157282End; Version=1; Domain=.aaaa.domain.com; Path=/
Set-Cookie: saplb_*=(J2EE7854200)7854250; Version=1; Path=/
Server: SAP J2EE Engine/7.00
Content-Type: text/plain
Location: http://sapbackend.bbbb.domain.com:1080/sap/...
Content-Length: 0
Date: Thu, 10 Jul 2008 09:15:31 GMT

}
[1215681331961][Jul 10, 2008 11:15:31 AM ] - CLIENT: 34304, REPLY: 
{}
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do you think the problem could come from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for your help.&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;Tanguy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018535#M1568798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018536#M1568799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanguy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes seems like we are really close.&lt;/P&gt;&lt;P&gt;Having a look at your dispatcher log it really seems like you are having problems with your domains but we can solve this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wrote that your backend is in domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;bbbb.domain.com&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while your portal is in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;aaaa.domain.com&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your cookie is issued for domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;.aaaa.domain.com&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that this cookie will never be sent to your backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can configure your cookie domain by adjusting the relax domain in the UME Configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this documentation under help.sap.com&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/5e/473d4124b08739e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/5e/473d4124b08739e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to achieve that your cookie will be issued to .domain.com so it will be sent to your backend as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Start the Visual Admin&lt;/P&gt;&lt;P&gt;- Start the ConfigurationAdapter Service&lt;/P&gt;&lt;P&gt;- Navigate to "cluster_data" &amp;gt; "server" &amp;gt; "cfg" &amp;gt; "services" &amp;gt; "PropertySheet com.sap.security.core.ume.service" and adjust the value of the UME Parameter "ume.logon.security.relax_domain.level" (default is 1 and in your case it should be set to 2 because it relaxes counting the dots from left to right so sapbackend.bbbb. will be relaxed and domain.com remains)&lt;/P&gt;&lt;P&gt;- Save your changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cookie should now be issued to .domain.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to achieve this is to configure the cookie domain in your web-j2ee-engine.xml (You can find it in ConfigurationAdapter under "cluster_data" -&amp;gt; "server" -&amp;gt; "persistent" -&amp;gt; "servlet_jsp")&lt;/P&gt;&lt;P&gt;see &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/4e/a4ff3040d9924fb87686612001d425/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/4e/a4ff3040d9924fb87686612001d425/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also see SAP Note (791765)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could look something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;cookie-config&amp;gt;
    &amp;lt;cookie&amp;gt;
        &amp;lt;type&amp;gt;SESSION&amp;lt;/type&amp;gt;
        &amp;lt;domain&amp;gt;.domain.com&amp;lt;/domain&amp;gt;
    &amp;lt;/cookie&amp;gt;
    &amp;lt;cookie&amp;gt;
        &amp;lt;type&amp;gt;APPLICATION&amp;lt;/type&amp;gt;
        &amp;lt;domain&amp;gt;.domain.com&amp;lt;/domain&amp;gt;
    &amp;lt;/cookie&amp;gt;
&amp;lt;/cookie-config&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Note 791765 describes where to put this in your web-j2ee-engine.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first approach should fit your needs for now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this finally helps (Don't forget my points this time &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&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>Thu, 10 Jul 2008 11:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018536#M1568799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018537#M1568800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done the change but it still doesn't work grr. In my java application which calls the jsp with http header, I realized that I am always getting a response in the console with this header and the html page of SAP that says:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSO logon not possible; logon tickets not activated on the server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to correct also and say that it's a SAP Netweaver Java Stack 7.0 that issues the SAP Logon Ticket and that there are no SAP Portal installed on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here follows the http header I get as response on my client machine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
null : [HTTP/1.1 200 OK]
content-type : [text/html; charset=utf-8]
cache-control : [no-cache]
set-cookie : [sap-usercontext=sap-client=400; path=/]
content-length : [13096]
server : [SAP Web Application Server (1.0;700)]
pragma : [no-cache]
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the dispatcher log after restarting java stack and redoing the test (we can see that the MYSAPSSO2 ticket has the asked domain):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
[1215695406114][Jul 10, 2008 3:10:06 PM  ] - CLIENT: 1024, REPLY: 
{HTTP/1.1 302 Found
Set-Cookie: MYSAPSSO2=AjExMDCIAAdkZWZhdWx0AQAJREVNT19NT1NTAgADMDAwAwADSkQyBAAMMjAwODA3MTAxMzEwBQAEAAAACAoACURFTU9fTU9TU%2F8BBTCCAQEGCSqGSIb3DQEHAqCB8zCB8AIBATELMAkGBSsOAwIaBQAwCwYJKoZIhvcNAQcBMYHQMIHNAgEBMCIwHTEMMAoGA1UEAxMDSkQyMQ0wCwYDVQQLEwRKMkVFAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wODA3MTAxMzEwMDZaMCMGCSqGSIb3DQEJBDEWBBTOMz0pnQwNYObsQRl9A7P4fwRj!zAJBgcqhkjOOAQDBC8wLQIUdvNZbOJ8bMawUzPUTKt7OvVBTiwCFQCcrTj22hLz2dbtaGvKuByMP28mmA%3D%3D;path=/;domain=.domain.com;HttpOnly
Set-Cookie: JSESSIONID=(J2EE7854200)ID0437245150DB00271490616215334563End; Version=1; Domain=.aaaa.domain.com; Path=/
Set-Cookie: saplb_*=(J2EE7854200)7854250; Version=1; Path=/
Server: SAP J2EE Engine/7.00
Content-Type: text/plain
Location: http://sapbackend.bbbb.domain.com:1080/sap/...
Content-Length: 0
Date: Thu, 10 Jul 2008 13:10:06 GMT

}
[1215695406114][Jul 10, 2008 3:10:06 PM  ] - CLIENT: 1024, REPLY: 
{}
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 13:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018537#M1568800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T13:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018538#M1568801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I should activate the http logs on my sapbackend system: icm/HTTP/logging_&amp;lt;xx&amp;gt; but I think it might have an impact on performance as that system is used by a lot of developers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 14:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018538#M1568801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T14:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018539#M1568802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the client response you posted is the one returned by your backend this one is not interesting. Can you post the response that reached the client when accessing the SAP J2EE? Just to make sure that the response seen on the client matches the one logged on the dispatcher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have more than 1 application server on your backend?&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, 10 Jul 2008 14:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018539#M1568802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T14:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Single-Sign-On (SSO) configuration on JAVA Stack through HTTP Header method</title>
      <link>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018540#M1568803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Marcel, thanks for helping me really &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer I get back from my Java Application on my client when calling the JSP SSORedirect is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
null : [HTTP/1.1 200 OK]
content-type : [text/html; charset=utf-8]
cache-control : [no-cache]
set-cookie : [sap-usercontext=sap-client=400; path=/]
content-length : [13096]
server : [SAP Web Application Server (1.0;700)]
pragma : [no-cache]

Here is the html code saying that: SSO logon not possible; logon tickets not activated on the server
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I normally see the 302 http reply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes we have several Backends,&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;Tanguy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 15:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/single-sign-on-sso-configuration-on-java-stack-through-http-header-method/qaa-p/4018540#M1568803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T15:16:45Z</dc:date>
    </item>
  </channel>
</rss>

