﻿<?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: How to create your own LTPA session cookie</title>
	<atom:link href="http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/feed" rel="self" type="application/rss+xml" />
	<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-your-own-ltpa-session-cookie</link>
	<description>A blog on Lotus Notes, Lotus Domino, XPages and more</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:51:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Per Henrik Lausten</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-27734</link>
		<dc:creator>Per Henrik Lausten</dc:creator>
		<pubDate>Thu, 23 Jun 2011 04:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-27734</guid>
		<description>Hi Yann, thank you for your comment - and well done implementing your own LTPA solution!</description>
		<content:encoded><![CDATA[<p>Hi Yann, thank you for your comment - and well done implementing your own LTPA solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yann</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-27732</link>
		<dc:creator>Yann</dc:creator>
		<pubDate>Thu, 23 Jun 2011 04:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-27732</guid>
		<description>Hi,

I just wanted to thank you, since using your clear description of the process, and your links, I was able to authenticate users banging on an SSO enabled Domino server by fetching their LDAP credentials on an external LDAP directory, then creating an ltpa Token for their web session, and redirecting them to the requested web base.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just wanted to thank you, since using your clear description of the process, and your links, I was able to authenticate users banging on an SSO enabled Domino server by fetching their LDAP credentials on an external LDAP directory, then creating an ltpa Token for their web session, and redirecting them to the requested web base.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Henrik Lausten</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-26697</link>
		<dc:creator>Per Henrik Lausten</dc:creator>
		<pubDate>Thu, 02 Jun 2011 04:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-26697</guid>
		<description>Hi Keshav, check the documentation. This is a standard feature in WAS and Domino when you want to use single sign-on  between the two.</description>
		<content:encoded><![CDATA[<p>Hi Keshav, check the documentation. This is a standard feature in WAS and Domino when you want to use single sign-on  between the two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keshav</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-26670</link>
		<dc:creator>keshav</dc:creator>
		<pubDate>Wed, 01 Jun 2011 19:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-26670</guid>
		<description>hi ,
I need to generate LTPA token in websphere application server after the username and password are tested against LDAP user registry and then how can i pass to domino</description>
		<content:encoded><![CDATA[<p>hi ,<br />
I need to generate LTPA token in websphere application server after the username and password are tested against LDAP user registry and then how can i pass to domino</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Henrik Lausten</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-16738</link>
		<dc:creator>Per Henrik Lausten</dc:creator>
		<pubDate>Fri, 13 Aug 2010 09:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-16738</guid>
		<description>Hi Mahesh, if the CA reverse proxy is unable to generate the LTPA token then perhaps you can have the F5 BIG-IP device do it for you. Is the F5 BIG-IP used in such a way that it can take over the role as the reverse proxy?</description>
		<content:encoded><![CDATA[<p>Hi Mahesh, if the CA reverse proxy is unable to generate the LTPA token then perhaps you can have the F5 BIG-IP device do it for you. Is the F5 BIG-IP used in such a way that it can take over the role as the reverse proxy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-16558</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Tue, 10 Aug 2010 23:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-16558</guid>
		<description>I am using CA reverse proxy server with siteminder webagent and at backend it is Domino server with LTPA token enabled
In my case users are authenticated first on CA proxy server with siteminder as it is our enteprise SSO solution.We have also  BIGIP F5 9.1 .
So when users authenticated on proxy servers via siteminder and when request reaches at domino server ,domino server is  prompting again for username and password as CA reverse proxyserver or siteminder can not generate ltpatoken which domino server can understand.I am thinking to follow your steps .However I  do not know what additional steps I need to do .Is it possible for you take some time out to guide me here.Thank you so much for sharing the information</description>
		<content:encoded><![CDATA[<p>I am using CA reverse proxy server with siteminder webagent and at backend it is Domino server with LTPA token enabled<br />
In my case users are authenticated first on CA proxy server with siteminder as it is our enteprise SSO solution.We have also  BIGIP F5 9.1 .<br />
So when users authenticated on proxy servers via siteminder and when request reaches at domino server ,domino server is  prompting again for username and password as CA reverse proxyserver or siteminder can not generate ltpatoken which domino server can understand.I am thinking to follow your steps .However I  do not know what additional steps I need to do .Is it possible for you take some time out to guide me here.Thank you so much for sharing the information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul eisenhardt</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-16344</link>
		<dc:creator>paul eisenhardt</dc:creator>
		<pubDate>Thu, 05 Aug 2010 02:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-16344</guid>
		<description>please let have domino files to me as soon as possible thanks</description>
		<content:encoded><![CDATA[<p>please let have domino files to me as soon as possible thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Henrik Lausten</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-2168</link>
		<dc:creator>Per Henrik Lausten</dc:creator>
		<pubDate>Tue, 05 May 2009 13:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-2168</guid>
		<description>Yuce, as I write above I plan to use the F5 iRules control language to create a LTPA session cookie when a user has been authenticated and then send this LTPA session cookie along with the HTTP requests to the Lotus Domino server. I will create a blog post on this when the solution has been completed.</description>
		<content:encoded><![CDATA[<p>Yuce, as I write above I plan to use the F5 iRules control language to create a LTPA session cookie when a user has been authenticated and then send this LTPA session cookie along with the HTTP requests to the Lotus Domino server. I will create a blog post on this when the solution has been completed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuce sungur</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-2163</link>
		<dc:creator>yuce sungur</dc:creator>
		<pubDate>Tue, 05 May 2009 10:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-2163</guid>
		<description>Can you create LTPA token by F5?
or you simply take from a servlet and insert into header?

please get in contact with me and we can share some info.</description>
		<content:encoded><![CDATA[<p>Can you create LTPA token by F5?<br />
or you simply take from a servlet and insert into header?</p>
<p>please get in contact with me and we can share some info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Kwinten</title>
		<link>http://per.lausten.dk/blog/2009/04/how-to-create-your-own-ltpa-session-cookie.html/comment-page-1#comment-1009</link>
		<dc:creator>Patrick Kwinten</dc:creator>
		<pubDate>Tue, 07 Apr 2009 07:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://per.lausten.dk/blog/?p=379#comment-1009</guid>
		<description>For those who are using Apache on OpenNTF there is an interesting project available:

http://www.openntf.org/projects/pmt.nsf/ProjectLookup/DominoTomcatSSO</description>
		<content:encoded><![CDATA[<p>For those who are using Apache on OpenNTF there is an interesting project available:</p>
<p><a href="http://www.openntf.org/projects/pmt.nsf/ProjectLookup/DominoTomcatSSO" rel="nofollow">http://www.openntf.org/projects/pmt.nsf/ProjectLookup/DominoTomcatSSO</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

