<?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 use the OpenID component with the Auth component</title>
	<atom:link href="http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: amir</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-210463</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Wed, 29 Jun 2011 10:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-210463</guid>
		<description>i am have this simple problem http://stackoverflow.com/questions/6517313/cakephp-and-openid-problem-in-redirect-back

and what is solution for &quot;Continue&quot; button finnaly?
Thanks</description>
		<content:encoded><![CDATA[<p>i am have this simple problem <a href="http://stackoverflow.com/questions/6517313/cakephp-and-openid-problem-in-redirect-back" rel="nofollow">http://stackoverflow.com/questions/6517313/cakephp-and-openid-problem-in-redirect-back</a></p>
<p>and what is solution for &#8220;Continue&#8221; button finnaly?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-199954</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 09 May 2011 14:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-199954</guid>
		<description>@PelleP: The hidden form is generated by the authenticate() method of the OpenID component, and is used to submit OpenID information to the OpenID provider.

Without any code it is difficult to say what causes the warning, so please provide some code ;-)</description>
		<content:encoded><![CDATA[<p>@PelleP: The hidden form is generated by the authenticate() method of the OpenID component, and is used to submit OpenID information to the OpenID provider.</p>
<p>Without any code it is difficult to say what causes the warning, so please provide some code ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PelleP</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-199778</link>
		<dc:creator>PelleP</dc:creator>
		<pubDate>Sat, 07 May 2011 19:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-199778</guid>
		<description>anyone got any idea what to do when I get 

Warning (2): Cannot modify header information - headers already sent by (output started at /customers/pellepersson.se/pellepersson.se/httpd.www/project/app/controllers/users_controller.php:204) [CORE/cake/libs/controller/components/request_handler.php, line 759]

and when l look at the source code i find a hidden form with information about my openid? I think the problem might be that hidden form but I can&#039;t understand where it come from and how to get rid of it... please help! :)</description>
		<content:encoded><![CDATA[<p>anyone got any idea what to do when I get </p>
<p>Warning (2): Cannot modify header information &#8211; headers already sent by (output started at /customers/pellepersson.se/pellepersson.se/httpd.www/project/app/controllers/users_controller.php:204) [CORE/cake/libs/controller/components/request_handler.php, line 759]</p>
<p>and when l look at the source code i find a hidden form with information about my openid? I think the problem might be that hidden form but I can&#8217;t understand where it come from and how to get rid of it&#8230; please help! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-195283</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 21 Mar 2011 15:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-195283</guid>
		<description>@Matt: Thanks for the link!</description>
		<content:encoded><![CDATA[<p>@Matt: Thanks for the link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-194533</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 14 Mar 2011 14:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-194533</guid>
		<description>Found some code that works on cake 1.3.
http://trac.assembla.com/bakesale/browser/bakesalehq/controllers/users_controller.php

(linked from http://cakephp.1045679.n5.nabble.com/how-to-integrate-openID-with-Auth-component-td1322488.html)</description>
		<content:encoded><![CDATA[<p>Found some code that works on cake 1.3.<br />
<a href="http://trac.assembla.com/bakesale/browser/bakesalehq/controllers/users_controller.php" rel="nofollow">http://trac.assembla.com/bakesale/browser/bakesalehq/controllers/users_controller.php</a></p>
<p>(linked from <a href="http://cakephp.1045679.n5.nabble.com/how-to-integrate-openID-with-Auth-component-td1322488.html" rel="nofollow">http://cakephp.1045679.n5.nabble.com/how-to-integrate-openID-with-Auth-component-td1322488.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Hanna</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-144502</link>
		<dc:creator>Nate Hanna</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-144502</guid>
		<description>@cakebaker ... I was able to get it figured out today (a work around for the hardcoded &quot;Continue&quot;). I&#039;ll try to post a solution within the next few days. I would do it now but it has been a long day; time to rest!</description>
		<content:encoded><![CDATA[<p>@cakebaker &#8230; I was able to get it figured out today (a work around for the hardcoded &#8220;Continue&#8221;). I&#8217;ll try to post a solution within the next few days. I would do it now but it has been a long day; time to rest!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Hanna</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-144353</link>
		<dc:creator>Nate Hanna</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-144353</guid>
		<description>@cakebaker ... that&#039;s what I thought. I&#039;ll take a look over the next few days to see if I can make it more flexible. If I cannot I know two other well rehearsed CakePHP developers (more than I am) that can probably point us in the right direction.</description>
		<content:encoded><![CDATA[<p>@cakebaker &#8230; that&#8217;s what I thought. I&#8217;ll take a look over the next few days to see if I can make it more flexible. If I cannot I know two other well rehearsed CakePHP developers (more than I am) that can probably point us in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-144345</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-144345</guid>
		<description>@Nate: It is hard coded in the current version :&#124;  However, it would make sense for a more flexible approach, though I don&#039;t know yet what the best approach is to implement this feature.</description>
		<content:encoded><![CDATA[<p>@Nate: It is hard coded in the current version :|  However, it would make sense for a more flexible approach, though I don&#8217;t know yet what the best approach is to implement this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Hanna</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-144270</link>
		<dc:creator>Nate Hanna</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-144270</guid>
		<description>I&#039;ve was finally able to get the bugs worked out of &quot;Peter’s comment for a possible solution for the current CakePHP release (1.2.5.x)&quot; on my development app where I am integrating OpenID as an alternative to traditional Authentication. I will share my code in a post on my blog/as a new comment here later. I have one issue however that I cannot seem to figure out. When there is a delay/failure with OpenID it renders a &quot;Continue&quot; button without any layout; is there a way to fix this to be within the site&#039;s layout structure?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve was finally able to get the bugs worked out of &#8220;Peter’s comment for a possible solution for the current CakePHP release (1.2.5.x)&#8221; on my development app where I am integrating OpenID as an alternative to traditional Authentication. I will share my code in a post on my blog/as a new comment here later. I have one issue however that I cannot seem to figure out. When there is a delay/failure with OpenID it renders a &#8220;Continue&#8221; button without any layout; is there a way to fix this to be within the site&#8217;s layout structure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/12/09/how-to-use-the-openid-component-with-the-auth-component/comment-page-1/#comment-137775</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=994#comment-137775</guid>
		<description>@Robin: You are welcome!</description>
		<content:encoded><![CDATA[<p>@Robin: You are welcome!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

