<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SSO with SAP Logon Tickets and Java</title>
	<atom:link href="http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/</link>
	<description>...gadgeteers at work</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Keith</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-1499</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Wed, 24 Mar 2010 18:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-1499</guid>
		<description>We recently upgraded to 64 Bit Windows/Intel-Xeon workstations. My jboss setup was migrated ovber from the 32 bit machine. I seem to get the, java.lang.UnsatisfiedLinkError: no sapssoext in java.library.path, error all the time now. We are looking for a solution in the DLL set of files that should be in the windows/system32 folder.  We are on 2.1.8 JCO and cannot find the DLL set for my computer setup. 

????</description>
		<content:encoded><![CDATA[<p>We recently upgraded to 64 Bit Windows/Intel-Xeon workstations. My jboss setup was migrated ovber from the 32 bit machine. I seem to get the, java.lang.UnsatisfiedLinkError: no sapssoext in java.library.path, error all the time now. We are looking for a solution in the DLL set of files that should be in the windows/system32 folder.  We are on 2.1.8 JCO and cannot find the DLL set for my computer setup. </p>
<p>????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-1098</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-1098</guid>
		<description>Anthony, I&#039;m not sure I understand what you&#039;re trying to achieve. I&#039;m using the LogonTicket (actually, it&#039;s an AssertionTicket which is only valid for 120 seconds) to validate the caller in a non-SAP backend system using web services. I don&#039;t know if SAP EP can be forced to accept a LogonTicket to have some kind of 8h-lasting browser-based SSO. Doesn&#039;t sound to me like something I would want to use in a production environment if that is what you&#039;re up to :-)

Cheers,
Jan</description>
		<content:encoded><![CDATA[<p>Anthony, I&#8217;m not sure I understand what you&#8217;re trying to achieve. I&#8217;m using the LogonTicket (actually, it&#8217;s an AssertionTicket which is only valid for 120 seconds) to validate the caller in a non-SAP backend system using web services. I don&#8217;t know if SAP EP can be forced to accept a LogonTicket to have some kind of 8h-lasting browser-based SSO. Doesn&#8217;t sound to me like something I would want to use in a production environment if that is what you&#8217;re up to :-)</p>
<p>Cheers,<br />
Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-1097</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-1097</guid>
		<description>Jan, would it be possible to eliminate the ticket expired class of error (StdErrMessage 4) if we already had a logon ticket, and continuously pass that to the Enterprise Portal before the ticket expires (by default in 8 hours)? So the user supplies the password only once, your program retrieves a valid ticket, then we continuously get a new logon ticket with the previous logon ticket.

This should work as long as mysapcomusesso2cookie in transaction SSO2 is set to 1, I believe.

If true, then another trick77 :-)</description>
		<content:encoded><![CDATA[<p>Jan, would it be possible to eliminate the ticket expired class of error (StdErrMessage 4) if we already had a logon ticket, and continuously pass that to the Enterprise Portal before the ticket expires (by default in 8 hours)? So the user supplies the password only once, your program retrieves a valid ticket, then we continuously get a new logon ticket with the previous logon ticket.</p>
<p>This should work as long as mysapcomusesso2cookie in transaction SSO2 is set to 1, I believe.</p>
<p>If true, then another trick77 :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-713</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Wed, 08 Apr 2009 12:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-713</guid>
		<description>Jan,
is it possible for you to explain it further.  

i tried at looking System Property 
file.encoding

it is specified as UTF-8 

from both the sources.</description>
		<content:encoded><![CDATA[<p>Jan,<br />
is it possible for you to explain it further.  </p>
<p>i tried at looking System Property<br />
file.encoding</p>
<p>it is specified as UTF-8 </p>
<p>from both the sources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANkur Agarwal</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-705</link>
		<dc:creator>ANkur Agarwal</dc:creator>
		<pubDate>Sat, 28 Mar 2009 16:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-705</guid>
		<description>HI, 
what I cud make out from this discussion is to use this code and along with it, use the SSO2Ticket.java as supplied by SAP in sapext library.
I am using eclipse java perspective and used you code as a java class and second java class is sso2ticket.java.
I put my .dll file in c:/windows/system 32.
but when i run the code i am getting the following error:
Establishing connection to remote server...OK
SAPSSOEXT loaded.
static part ends.

java.lang.UnsatisfiedLinkError: getVersion
	at com.mysap.sso.SSO2Ticket.SSO2Ticket.getVersion(Native Method)
	at com.trick77.sapsso.TicketSample.main(TicketSample.java:98)
Exception in thread &quot;main&quot; 
Please help me with what is missing. I understand that unsatisfiedlink error is coming because of native function declaration in our class. but how to resolve.
ankur</description>
		<content:encoded><![CDATA[<p>HI,<br />
what I cud make out from this discussion is to use this code and along with it, use the SSO2Ticket.java as supplied by SAP in sapext library.<br />
I am using eclipse java perspective and used you code as a java class and second java class is sso2ticket.java.<br />
I put my .dll file in c:/windows/system 32.<br />
but when i run the code i am getting the following error:<br />
Establishing connection to remote server&#8230;OK<br />
SAPSSOEXT loaded.<br />
static part ends.</p>
<p>java.lang.UnsatisfiedLinkError: getVersion<br />
	at com.mysap.sso.SSO2Ticket.SSO2Ticket.getVersion(Native Method)<br />
	at com.trick77.sapsso.TicketSample.main(TicketSample.java:98)<br />
Exception in thread &#8220;main&#8221;<br />
Please help me with what is missing. I understand that unsatisfiedlink error is coming because of native function declaration in our class. but how to resolve.<br />
ankur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-703</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 21 Mar 2009 04:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-703</guid>
		<description>Santosh, to me this sounds like an encoding problem. 

Cheers
Jan</description>
		<content:encoded><![CDATA[<p>Santosh, to me this sounds like an encoding problem. </p>
<p>Cheers<br />
Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-702</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Fri, 20 Mar 2009 11:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-702</guid>
		<description>hi, 

I am getting a return error of 5:
Ticket syntactically invalid (5);

What could be the reason ? 

If I copy the ticket content from the Firefox Browser and run the java class from the OS.  I am able to extract details pertaining to the user.</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>I am getting a return error of 5:<br />
Ticket syntactically invalid (5);</p>
<p>What could be the reason ? </p>
<p>If I copy the ticket content from the Firefox Browser and run the java class from the OS.  I am able to extract details pertaining to the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanguy</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-143</link>
		<dc:creator>Tanguy</dc:creator>
		<pubDate>Fri, 23 May 2008 17:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-143</guid>
		<description>How can you get a SAP logon ticket delivered by the AS Java itselft without a Portal ticket issuer installed? Is this possible?</description>
		<content:encoded><![CDATA[<p>How can you get a SAP logon ticket delivered by the AS Java itselft without a Portal ticket issuer installed? Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-84</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 30 Mar 2008 08:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-84</guid>
		<description>Looks like a problem with the ticket. Where/How did you obtain it?</description>
		<content:encoded><![CDATA[<p>Looks like a problem with the ticket. Where/How did you obtain it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheldon</title>
		<link>http://trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/comment-page-1/#comment-82</link>
		<dc:creator>Sheldon</dc:creator>
		<pubDate>Fri, 28 Mar 2008 13:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick77.com/2008/02/07/validating-sap-logon-tickets-with-java/#comment-82</guid>
		<description>I am getting a return error of 1:

&quot;No user provided to function (1)&quot;; 

Can&#039;t figure out what the problem could be.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I am getting a return error of 1:</p>
<p>&#8220;No user provided to function (1)&#8221;; </p>
<p>Can&#8217;t figure out what the problem could be.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.481 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 17:42:24 -->
<!-- Compression = gzip -->