<?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: SAML with MYSAPSSO2 cookie in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456441#M830449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pleased I was able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main issue with your previous login module stack was that you didn't have the EvaluateTicketLoginModule at the start, so if an SSO2 ticket was already issued and passed to J2EE Engine, it was not being recognising and was therefore trying to authenticate again. I also changed a few params to ensure that login tickets are created only after successful authentication, either using BasicPassword or SAML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 20:00:36 GMT</pubDate>
    <dc:creator>tim_alsop</dc:creator>
    <dc:date>2008-02-20T20:00:36Z</dc:date>
    <item>
      <title>SAML with MYSAPSSO2 cookie</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456438#M830446</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;We are trying to setup SAML authentication with a J2EE engine (7.00). We are browsing to an application with a jsp page. On this application I put the SAMLLoginModule on. This jsp page does a redirect a bsp page on ABAP (/sap/bc/echo), with basic authentication the sso between the J2EE and ABAP works. But when I try to authenticate with SAML the SSO isn't working, I get a popup to authenticate in ABAP, also no MYSAPSSO2 cookie in the browser. Does anybody now how we need to configure the Login Modules for this application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAMLLoginModule			sufficent	{AcceptedAuthenticationMethods=*, Mode=Standalone}&lt;/P&gt;&lt;P&gt;CreateTicketLoginModule		sufficent	{ume.confiugration=true}&lt;/P&gt;&lt;P&gt;EvaluateTicketLoginModule	sufficent	{ume.confiugration=true}&lt;/P&gt;&lt;P&gt;BasicPasswordLoginModule	requisite	{}&lt;/P&gt;&lt;P&gt;CreateTicketLoginModule		sufficent	{ume.confiugration=true}&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;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 17:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456438#M830446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T17:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAML with MYSAPSSO2 cookie</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456439#M830447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; SAMLLoginModule			sufficent	{AcceptedAuthenticationMethods=*, Mode=Standalone}&lt;/P&gt;&lt;P&gt;&amp;gt; CreateTicketLoginModule		sufficent	{ume.confiugration=true}&lt;/P&gt;&lt;P&gt;&amp;gt; EvaluateTicketLoginModule	sufficent	{ume.confiugration=true}&lt;/P&gt;&lt;P&gt;&amp;gt; BasicPasswordLoginModule	requisite	{}&lt;/P&gt;&lt;P&gt;&amp;gt; CreateTicketLoginModule		sufficent	{ume.confiugration=true}&lt;/P&gt;&lt;P&gt;Instead of above, I suggest you try:&lt;/P&gt;&lt;P&gt;EvaluateTicketLoginModule	sufficent	{ume.confiugration=true}&lt;/P&gt;&lt;P&gt;SAMLLoginModule			optional        {AcceptedAuthenticationMethods=*, Mode=Standalone}&lt;/P&gt;&lt;P&gt;CreateTicketLoginModule		sufficent	{ume.confiugration=true}&lt;/P&gt;&lt;P&gt;BasicPasswordLoginModule	requisite	{}&lt;/P&gt;&lt;P&gt;CreateTicketLoginModule		optional      {ume.confiugration=true}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 17:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456439#M830447</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2008-02-20T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAML with MYSAPSSO2 cookie</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456440#M830448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help it's working now. Can you give some more info why it should be configured like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 19:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456440#M830448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T19:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAML with MYSAPSSO2 cookie</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456441#M830449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pleased I was able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main issue with your previous login module stack was that you didn't have the EvaluateTicketLoginModule at the start, so if an SSO2 ticket was already issued and passed to J2EE Engine, it was not being recognising and was therefore trying to authenticate again. I also changed a few params to ensure that login tickets are created only after successful authentication, either using BasicPassword or SAML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 20:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saml-with-mysapsso2-cookie/m-p/3456441#M830449</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2008-02-20T20:00:36Z</dc:date>
    </item>
  </channel>
</rss>

