<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create a login feature in Revit using a Microsoft account? in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/create-a-login-feature-in-revit-using-a-microsoft-account/m-p/12488099#M7820</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14030702"&gt;@jonahHUSCT&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;This is not in any way related to Revit API and hence you might not be assisted as expected.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But you could look at your&amp;nbsp;.csproj file to verify that you include the package mentioned above.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 11:37:18 GMT</pubDate>
    <dc:creator>moturi.magati.george</dc:creator>
    <dc:date>2024-01-10T11:37:18Z</dc:date>
    <item>
      <title>Create a login feature in Revit using a Microsoft account?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-a-login-feature-in-revit-using-a-microsoft-account/m-p/12481502#M7819</link>
      <description>&lt;P&gt;Has anyone tried the login feature with a Microsoft account in Revit? I'm trying and using Microsoft.Identity.Client to do it, and when I run the test, I get an error: "&lt;SPAN&gt;Could not load file or assembly 'Microsoft.Identity.Client, Version=4.58.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae' or one of its dependencies. The system cannot find the file specified."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonahHUSCT_0-1704620983175.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1311131i89958AE639EDF286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonahHUSCT_0-1704620983175.png" alt="jonahHUSCT_0-1704620983175.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is my code get that error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonahHUSCT_1-1704621076042.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1311133iFB01396A3693D96D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonahHUSCT_1-1704621076042.png" alt="jonahHUSCT_1-1704621076042.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Has anyone encountered a similar situation as above? and how to fix it? Many thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 09:54:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-a-login-feature-in-revit-using-a-microsoft-account/m-p/12481502#M7819</guid>
      <dc:creator>jonahHUSCT</dc:creator>
      <dc:date>2024-01-07T09:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a login feature in Revit using a Microsoft account?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-a-login-feature-in-revit-using-a-microsoft-account/m-p/12488099#M7820</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14030702"&gt;@jonahHUSCT&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;This is not in any way related to Revit API and hence you might not be assisted as expected.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But you could look at your&amp;nbsp;.csproj file to verify that you include the package mentioned above.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 11:37:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-a-login-feature-in-revit-using-a-microsoft-account/m-p/12488099#M7820</guid>
      <dc:creator>moturi.magati.george</dc:creator>
      <dc:date>2024-01-10T11:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create a login feature in Revit using a Microsoft account?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-a-login-feature-in-revit-using-a-microsoft-account/m-p/12488475#M7821</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey Johan,&lt;BR /&gt;&lt;BR /&gt;Probably you've already checked this, but here's what I would do:&lt;BR /&gt;1. Ensure the necessary DLL, Microsoft.Identity.Client, is being copied to the add-in directory if necessary.&lt;BR /&gt;2. Verify the DLL's path in your project file. Also, check the properties of the reference to Microsoft.Identity.Client in your project and ensure "Copy Local" is set if needed.&lt;BR /&gt;3. Confirm that the version of Microsoft.Identity.Client you are using matches the version referenced in your project.&lt;BR /&gt;4. Clean and rebuild.&lt;BR /&gt;&lt;BR /&gt;If everything looks good and the problem persists, I would try a different version of the Microsoft.Identity.Client library.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 14:45:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-a-login-feature-in-revit-using-a-microsoft-account/m-p/12488475#M7821</guid>
      <dc:creator>franciscopossetto</dc:creator>
      <dc:date>2024-01-10T14:45:45Z</dc:date>
    </item>
  </channel>
</rss>

