<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>DotNetOpenAuth Google Group</title>
  <link>http://groups.google.com/group/dotnetopenid</link>
  <description>This is for talking about the DotNetOpenAuth project (http://dotnetopenauth.net) which focuses on bringing easy to use OpenID, OAuth and InfoCard support to .NET.</description>
  <language>en</language>
  <item>
  <title>Re: [dotnetopenauth] Re: UserAgentClient and OAuth 2 implicit grant supported?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/44a304f3aa641208/b1778011e989be38?show_docid=b1778011e989be38</link>
  <description>
  That&#39;s about right, except I don&#39;t think authorizationState has a &lt;br&gt; ClientIdentifier property -- you should set that on your UserAgentClient &lt;br&gt; instance. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Andrew Arnott &lt;br&gt; &amp;quot;I [may] not agree with what you have to say, but I&#39;ll defend to the death &lt;br&gt; your right to say it.&amp;quot; - S. G. Tallentyre
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/44a304f3aa641208/b1778011e989be38?show_docid=b1778011e989be38</guid>
  <author>
  andrewarn...@gmail.com
  (Andrew Arnott)
  </author>
  <pubDate>Fri, 25 May 2012 05:11:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: UserAgentClient and OAuth 2 implicit grant supported?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/44a304f3aa641208/d8c5a13a78cf7241?show_docid=d8c5a13a78cf7241</link>
  <description>
  Ok I have been reading the library source code and this works, for &lt;br&gt; anyone else that might be interested. &lt;br&gt; &lt;p&gt;var authorizationState = new AuthorizationState(); &lt;br&gt; authorizationState.ClientIdent ifier = &amp;quot;YOUR_CLIENT_ID&amp;quot;; &lt;br&gt; var uri = userAgentClient.RequestUserAut horization(authorizationState, &lt;br&gt; true);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/44a304f3aa641208/d8c5a13a78cf7241?show_docid=d8c5a13a78cf7241</guid>
  <author>
  eddie...@gmail.com
  (Sprinkle)
  </author>
  <pubDate>Fri, 25 May 2012 03:12:36 UT
</pubDate>
  </item>
  <item>
  <title>UserAgentClient and OAuth 2 implicit grant supported?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/44a304f3aa641208/678e36220fdd44a3?show_docid=678e36220fdd44a3</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Trying to test out OAuth 2 and implicit grant type in a desktop app. &lt;br&gt; &lt;p&gt;I&#39;m looking at using the UserAgentClient class in DNOA 4, am I looking &lt;br&gt; at the right class for the job? &lt;br&gt; &lt;p&gt;I can&#39;t seem to find how to tell the UserAgentClient that I am &lt;br&gt; requesting an implicit grant, is this feature baked in that class
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/44a304f3aa641208/678e36220fdd44a3?show_docid=678e36220fdd44a3</guid>
  <author>
  eddie...@gmail.com
  (Sprinkle)
  </author>
  <pubDate>Wed, 23 May 2012 21:35:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: [dotnetopenauth] What happened with IOpenIdOAuthTokenManager interface?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/510d4b14e1646391/ec886131ccee5114?show_docid=ec886131ccee5114</link>
  <description>
  Thanks a lot Andrew. &lt;br&gt; &lt;p&gt;Em terça-feira, 22 de maio de 2012 01h21min01s UTC-3, Andrew Arnott &lt;br&gt; escreveu:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/510d4b14e1646391/ec886131ccee5114?show_docid=ec886131ccee5114</guid>
  <author>
  renattol...@gmail.com
  (Renato Lima)
  </author>
  <pubDate>Tue, 22 May 2012 10:53:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: [dotnetopenauth] What happened with IOpenIdOAuthTokenManager interface?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/510d4b14e1646391/dc39067017b76a89?show_docid=dc39067017b76a89</link>
  <description>
  This interface is defined in this package: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://nuget.org/packages/DotNetOpenAuth.OpenIdOAuth&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;But you only need to implement this specific interface if you&#39;re using the &lt;br&gt; OpenID+OAuth hybrid extension atop OpenID. Otherwise, you can probably &lt;br&gt; reduce it to just implementing the IConsumerTokenManager interface.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/510d4b14e1646391/dc39067017b76a89?show_docid=dc39067017b76a89</guid>
  <author>
  andrewarn...@gmail.com
  (Andrew Arnott)
  </author>
  <pubDate>Tue, 22 May 2012 04:21:01 UT
</pubDate>
  </item>
  <item>
  <title>What happened with IOpenIdOAuthTokenManager interface?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/510d4b14e1646391/8e174e71de91bc6d?show_docid=8e174e71de91bc6d</link>
  <description>
  Hi folks, &lt;br&gt; I am trying to follow a little tutorial to build my own service provider &lt;br&gt; using DotNetOpenAuth (as you can see here: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://yhoo.it/J8YC31&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; But I could not find the IOpenIdOAuthTokenManager interface. There is &lt;br&gt; another one to replace it? Or should I use the old version (3.4) instead? &lt;br&gt; PS.: I am using the latest lib version (4.0.2) from nuget
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/510d4b14e1646391/8e174e71de91bc6d?show_docid=8e174e71de91bc6d</guid>
  <author>
  renattol...@gmail.com
  (Renato Lima)
  </author>
  <pubDate>Mon, 21 May 2012 19:50:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [dotnetopenauth] &#39;Inaccessible due to is protection level&#39; messages when building unified assembly with strong name</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/bcba44801b55d13c/e3d184d71b8f6d74?show_docid=e3d184d71b8f6d74</link>
  <description>
  I suspect your use of the /p parameter is setting a global property that &lt;br&gt; will end up causing conflicts within the build authoring for the project. &lt;br&gt; Also, it shouldn&#39;t be necessary to specify both a publickeyfile and &lt;br&gt; keypaircontainer, IIRC. &lt;br&gt; &lt;p&gt;Those are my only guesses right now. &lt;br&gt; -- &lt;br&gt; Andrew Arnott
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/bcba44801b55d13c/e3d184d71b8f6d74?show_docid=e3d184d71b8f6d74</guid>
  <author>
  andrewarn...@gmail.com
  (Andrew Arnott)
  </author>
  <pubDate>Mon, 21 May 2012 01:21:35 UT
</pubDate>
  </item>
  <item>
  <title>RE: [dotnetopenauth] how to send email using openID/OAuth</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/f6536e79c922b1c7/b6d77612ead2e0b0?show_docid=b6d77612ead2e0b0</link>
  <description>
  Neither OpenID nor OAuth are email protocols. You should send emails &lt;br&gt; using another mechanism, presumably System.Net.Mail classes. &lt;br&gt; &lt;p&gt;Sent from my Windows Phone &lt;br&gt; Sent: 5/17/2012 6:44 AM &lt;br&gt; To: DotNetOpenAuth &lt;br&gt; hi can someone help me with this issue? &lt;br&gt; how to send a mail after successful authentication using OpenID/OAuth.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/f6536e79c922b1c7/b6d77612ead2e0b0?show_docid=b6d77612ead2e0b0</guid>
  <author>
  andrewarn...@gmail.com
  (Andrew Arnott)
  </author>
  <pubDate>Thu, 17 May 2012 15:30:42 UT
</pubDate>
  </item>
  <item>
  <title>how to send email using openID/OAuth</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/f6536e79c922b1c7/3693c72bb34b425b?show_docid=3693c72bb34b425b</link>
  <description>
  hi can someone help me with this issue? &lt;br&gt; how to send a mail after successful authentication using OpenID/OAuth. &lt;br&gt; once the user logs in using OpenID/OAuth , the users has to send &lt;br&gt; email from my window. &lt;br&gt; can some temme how to do it. &lt;br&gt; it could be really greatful. &lt;br&gt; tahnks in advance &lt;br&gt; &lt;p&gt;Rakesh
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/f6536e79c922b1c7/3693c72bb34b425b?show_docid=3693c72bb34b425b</guid>
  <author>
  rakeshchandrase...@gmail.com
  (Raki)
  </author>
  <pubDate>Thu, 17 May 2012 09:07:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: [dotnetopenauth] ClaimedIdentifier on Querystring?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/ef2ddb0ae4331f33/4826c7f8c6f39670?show_docid=4826c7f8c6f39670</link>
  <description>
  Thanks Andrew! That&#39;s what I thought but wanted to be on the safe side and &lt;br&gt; double check.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/ef2ddb0ae4331f33/4826c7f8c6f39670?show_docid=4826c7f8c6f39670</guid>
  <author>
  joaocarlosl...@gmail.com
  (Joao Leme)
  </author>
  <pubDate>Thu, 17 May 2012 01:13:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: [dotnetopenauth] Re: Bad Request Exception when calling CreateRequest against Google</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/fd78302ecf528d61/d19a9bd49f0f55f8?show_docid=d19a9bd49f0f55f8</link>
  <description>
  I don&#39;t know of the appropriate place to log this with Google. You&#39;ll have &lt;br&gt; to look through their support system. &lt;br&gt; &lt;p&gt;I recommend you capture a network trace (using Fiddler perhaps) of the &lt;br&gt; actual request including all HTTP headers and the error response so Google &lt;br&gt; can easily reproduce it without using DNOA.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/fd78302ecf528d61/d19a9bd49f0f55f8?show_docid=d19a9bd49f0f55f8</guid>
  <author>
  andrewarn...@gmail.com
  (Andrew Arnott)
  </author>
  <pubDate>Wed, 16 May 2012 23:52:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: [dotnetopenauth] Re: Bad Request Exception when calling CreateRequest against Google</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/fd78302ecf528d61/7b3412d59a92e670?show_docid=7b3412d59a92e670</link>
  <description>
  Hi Andrew &lt;br&gt; &lt;p&gt;Thanks for your time looking into this for me. &lt;br&gt; &lt;p&gt;Yes, I can log this with Google. Do you mind pointing me in the right &lt;br&gt; direction of where to log this with Google (assuming you might know) and is &lt;br&gt; it sufficient to say I am getting a 400 (Bad Request) error when accessing &lt;br&gt; the URL &amp;quot; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://www.google.com/accounts/o8/user-xrds?uri=http:%2F%2Fsomegoogledomain.com%2F&quot;&gt;[link]&lt;/a&gt;&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/fd78302ecf528d61/7b3412d59a92e670?show_docid=7b3412d59a92e670</guid>
  <author>
  dave.whar...@gdev.intilecta.com
  (Dave Wharton)
  </author>
  <pubDate>Wed, 16 May 2012 22:43:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: [dotnetopenauth] ClaimedIdentifier on Querystring?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/ef2ddb0ae4331f33/353a1804c7ae5327?show_docid=353a1804c7ae5327</link>
  <description>
  The Claimed Identifier is only as &amp;quot;confidential&amp;quot; as a username alone would &lt;br&gt; be. It cannot be used maliciously except to identify the user who is &lt;br&gt; attempting to log in (possibly correlating their activities with other web &lt;br&gt; sites). &lt;br&gt; -- &lt;br&gt; Andrew Arnott &lt;br&gt; &amp;quot;I [may] not agree with what you have to say, but I&#39;ll defend to the death
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/ef2ddb0ae4331f33/353a1804c7ae5327?show_docid=353a1804c7ae5327</guid>
  <author>
  andrewarn...@gmail.com
  (Andrew Arnott)
  </author>
  <pubDate>Wed, 16 May 2012 21:55:28 UT
</pubDate>
  </item>
  <item>
  <title>ClaimedIdentifier on Querystring?</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/ef2ddb0ae4331f33/5a432e652fef1e27?show_docid=5a432e652fef1e27</link>
  <description>
  Hi there! Is it safe to expose the ClaimedIdentifier on a querystring or is &lt;br&gt; this an information that should be kept safely encrypted on a cookie for &lt;br&gt; example? Can something be done by a malicious user with the &lt;br&gt; ClaimedIdentifier from the provider response? &lt;br&gt; Thanks, &lt;br&gt; *João Carlos Leme* &lt;br&gt; Equipe SeguroFacil.Net
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/ef2ddb0ae4331f33/5a432e652fef1e27?show_docid=5a432e652fef1e27</guid>
  <author>
  joao.l...@segurofacil.net
  (Joao Carlos Leme)
  </author>
  <pubDate>Wed, 16 May 2012 16:00:42 UT
</pubDate>
  </item>
  <item>
  <title>RE: [dotnetopenauth] Re: Help with running the</title>
  <link>http://groups.google.com/group/dotnetopenid/browse_thread/thread/53744e9556c4c301/06b7d690ac9612fc?show_docid=06b7d690ac9612fc</link>
  <description>
  OpenIdWebringSsoProvider &lt;br&gt; MIME-Version: 1.0 &lt;br&gt; Content-Type: text/plain; charset=&amp;quot;utf-8&amp;quot; &lt;br&gt; Content-Transfer-Encoding: quoted-printable &lt;br&gt; &lt;p&gt;Check out the OpenIdProvider sample&#39;s custom store class. It&#39;s off by &lt;br&gt; default but you can activate (in web.config) it to see how it works and &lt;br&gt; migrate it to yours.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/dotnetopenid/browse_thread/thread/53744e9556c4c301/06b7d690ac9612fc?show_docid=06b7d690ac9612fc</guid>
  <author>
  andrewarn...@gmail.com
  (Andrew Arnott)
  </author>
  <pubDate>Wed, 16 May 2012 01:12:20 UT
</pubDate>
  </item>
  </channel>
</rss>

