<?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: Login log and  record for Alteryx Server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/642228#M7361</link>
    <description>&lt;P&gt;I wouldn't expect any failed logins with windows authentication as it's SSO-enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you're trying to capture users attempting to login that don't have valid permissions to your Gallery.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:58:54 GMT</pubDate>
    <dc:creator>raychase</dc:creator>
    <dc:date>2020-09-30T00:58:54Z</dc:date>
    <item>
      <title>Login log and  record for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/641500#M7340</link>
      <description>&lt;P&gt;If using built-in authentication, I can read gallery log and look for response code of /api/auth/preauth and&amp;nbsp;/api/auth/session to know the login attempt record, which is sth like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Registered user with wrong password -&amp;gt;&amp;nbsp;/api/auth/preauth = 403&lt;/P&gt;&lt;P&gt;Registered user with correct password -&amp;gt;&amp;nbsp;/api/auth/preauth = 200 and /api/auth/session = 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I cannot find all of the above record of call in another server using window authentication&lt;/P&gt;&lt;P&gt;Only following record can be found in the log:&lt;/P&gt;&lt;P&gt;Registered user with correct password -&amp;gt;&amp;nbsp;/api/auth/session = 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alteryx Gallery do not call&amp;nbsp;/api/auth/preauth when using window authentication, I guess it use other authentication module in window, anyone know where can I tracked the login attempt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to trace all login attempt, including when and what IP is it come from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:10:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/641500#M7340</guid>
      <dc:creator>HMSUM</dc:creator>
      <dc:date>2020-09-29T07:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Login log and  record for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/641622#M7343</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/146280"&gt;@HMSUM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not 100% sure what it is but I would recommend just running a user through the login process and see what gets captured in the logs. That will be the quickest way to find out &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helps you, please mark solution as resolved so others can find it!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joshua&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:29:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/641622#M7343</guid>
      <dc:creator>joshuaburkhow</dc:creator>
      <dc:date>2020-09-29T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Login log and  record for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/642213#M7359</link>
      <description>&lt;P&gt;Have you explored the sessions collection within the MongoDB?&amp;nbsp; You would find this collection within the AlteryxGallery database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raychase_0-1601425495824.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/135814iF2DD31EBD7D38495/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raychase_0-1601425495824.png" alt="raychase_0-1601425495824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:25:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/642213#M7359</guid>
      <dc:creator>raychase</dc:creator>
      <dc:date>2020-09-30T00:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Login log and  record for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/642218#M7360</link>
      <description>&lt;P&gt;Thx, but for the collection, only record the access of user with successful login (which create a session), I am trying to capture all login attempt even fail (e.g. wrong password / wrong username ...) to identify any potential risk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:42:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/642218#M7360</guid>
      <dc:creator>HMSUM</dc:creator>
      <dc:date>2020-09-30T00:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Login log and  record for Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/642228#M7361</link>
      <description>&lt;P&gt;I wouldn't expect any failed logins with windows authentication as it's SSO-enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you're trying to capture users attempting to login that don't have valid permissions to your Gallery.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:58:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Login-log-and-record-for-Alteryx-Server/m-p/642228#M7361</guid>
      <dc:creator>raychase</dc:creator>
      <dc:date>2020-09-30T00:58:54Z</dc:date>
    </item>
  </channel>
</rss>

