<?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 Web Service Manager with Windows Authentication in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/web-service-manager-with-windows-authentication/m-p/7259130#M7270</link>
    <description>&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SDK Autodesk Vault 2017 for develop an ASP.NET application in C# throught web service manager, but I have some issues, I need that users connect to application with Windows Authentication and I found two instances:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;WinAuthServices&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;WinAuthCredentials,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;so my doubt is which I need to use or what configuration I need to follow to establish connection with Vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 18:02:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-27T18:02:53Z</dc:date>
    <item>
      <title>Web Service Manager with Windows Authentication</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/web-service-manager-with-windows-authentication/m-p/7259130#M7270</link>
      <description>&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SDK Autodesk Vault 2017 for develop an ASP.NET application in C# throught web service manager, but I have some issues, I need that users connect to application with Windows Authentication and I found two instances:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;WinAuthServices&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;WinAuthCredentials,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;so my doubt is which I need to use or what configuration I need to follow to establish connection with Vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:02:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/web-service-manager-with-windows-authentication/m-p/7259130#M7270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-27T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Manager with Windows Authentication</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/web-service-manager-with-windows-authentication/m-p/7268404#M7271</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best way to get a connection to Vault is by using the ConnectionManager. The LogIn method just needs a server and vault name in case you are using Windows Authentication. (username and password arguments are ignored).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;using VDF = Autodesk.DataManagement.Client.Framework;

VDF.Vault.Results.LogInResult result = null;
result = VDF.Vault.Library.ConnectionManager.LogIn(server, vault, string.Empty, string.Empty, VDF.Vault.Currency.Connections.AuthenticationFlags.ReadOnly | VDF.Vault.Currency.Connections.AuthenticationFlags.WindowsAuthentication, null);
                        &lt;/PRE&gt;
&lt;P&gt;The LogInResult object has a Connection property of type 'VDF.Vault.Currency.Connections.Connection'.&amp;nbsp;From there you&amp;nbsp;have also access to the WebServiceManager which provides access to the low level Web Services API, which exposes 100% of the vault server functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 13:18:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/web-service-manager-with-windows-authentication/m-p/7268404#M7271</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2017-08-01T13:18:02Z</dc:date>
    </item>
  </channel>
</rss>

