<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : entity.EntityAspect.EntityManager.Principal.Identity.Name doesn&#039;t have values set in Login() call</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : entity.EntityAspect.EntityManager.Principal.Identity.Name doesn&#039;t have values set in Login() call</description>
  <pubDate>Tue, 28 Apr 2026 12:33:51 -700</pubDate>
  <lastBuildDate>Tue, 09 Jun 2009 06:46:50 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1312</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>entity.EntityAspect.EntityManager.Principal.Identity.Name doesn&#039;t have values set in Login() call : You&amp;#039;re correct, in updating...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1312&amp;PID=4733#4733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=86" rel="nofollow">dkearney1</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 09-Jun-2009 at 6:46am<br /><br />You're correct, in updating the app.config I did not copy the old top-level probed assemblies over.<br /><br />I appreciate the help, and thanks for the quick response.]]>
   </description>
   <pubDate>Tue, 09 Jun 2009 06:46:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1312&amp;PID=4733#4733</guid>
  </item> 
  <item>
   <title>entity.EntityAspect.EntityManager.Principal.Identity.Name doesn&#039;t have values set in Login() call : It sounds like your IEntityLoginManager...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1312&amp;PID=4730#4730</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 08-Jun-2009 at 10:25pm<br /><br />It sounds like your IEntityLoginManager is no longer being found, since the principal name you're seeing is what is returned by the default implementation.&nbsp; I don't think we've changed the probing for this interface between these versions, but did have quite a few breaking changes in terms of namespace and assembly names.&nbsp; Make sure that the <b>top-level</b> &lt;probeAssemblyNames&gt; element in the ideablade.configuration section contains the name of the assembly holding your class.&nbsp; Also check the debuglog to see the early tracing information it produces - it will tell you where the config was loaded from, if it found an IEntityLoginManager, etc. and should help determine the problem here.]]>
   </description>
   <pubDate>Mon, 08 Jun 2009 22:25:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1312&amp;PID=4730#4730</guid>
  </item> 
  <item>
   <title>entity.EntityAspect.EntityManager.Principal.Identity.Name doesn&#039;t have values set in Login() call : I just upgraded from 4.2.1 to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1312&amp;PID=4727#4727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=86" rel="nofollow">dkearney1</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 08-Jun-2009 at 7:27pm<br /><br />I just upgraded from 4.2.1 to 5.1.0, and code that worked no longer appears to work.<br /><br />In my Login() logic, after verifying the credentials, I returned using the following:<br />GenericIdentity identity = new GenericIdentity(credential.UserName, bu.Id.ToString("B")/* Guid of user record */);<br />return new GenericPrincipal(identity, null);<br /><br />In the client code, I reliably had the Username in the Thread.CurrentPrincipal.Identity.Name, just as the doc says.<br /><br />Now that I'm using the newest version, I get "Default Principal - #" (where # represents a monotonically increasing number) for the Identity.Name.  I've reviewed the example supplied in Security_ConsoleUI, including creating the AppIdentity, but there's no change in behavior.<br /><br />Any ideas?]]>
   </description>
   <pubDate>Mon, 08 Jun 2009 19:27:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1312&amp;PID=4727#4727</guid>
  </item> 
 </channel>
</rss>