<?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: Integrated Windows Authentication in the Middle Tier in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979117#M30469</link>
    <description>yes, those are both mid , one with just hostname and fqn combination. We have asked this picture from AD admin, we will add additionally metadata , even compute host as SAS/*&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Nov 2025 13:18:41 GMT</pubDate>
    <dc:creator>kumarsandip975</dc:creator>
    <dc:date>2025-11-19T13:18:41Z</dc:date>
    <item>
      <title>Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979048#M30460</link>
      <description>&lt;P&gt;I am working on setting up Integrated Windows Authentication (IWA) for SAS Studio and related web applications. Before proceeding further, I would like to confirm some prerequisites regarding &lt;STRONG&gt;SPNs and delegation configuration in Active Directory&lt;/STRONG&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Current Architecture&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;SAS 9.4 M8&lt;/STRONG&gt; hosted on Windows&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Metadata Server&lt;/STRONG&gt; – Machine1&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Mid-tier&lt;/STRONG&gt; – Machine2&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Compute Server 1&lt;/STRONG&gt; – Machine3&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Compute Server 2&lt;/STRONG&gt; – Machine4&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Service Accounts&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;We plan to use three separate domain service accounts for SAS services:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;ACCOUNT1_META&lt;/STRONG&gt; – Runs SAS Metadata Server service&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;ACCOUNT2_MID&lt;/STRONG&gt; – Runs SASServer1_1 (WebAppServer) service&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;ACCOUNT3_COMP&lt;/STRONG&gt; – Runs Object Spawner (SASApp) service on both compute machines&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;SPNs Registered&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Below are the SPNs currently registered:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ACCOUNT1_META&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;SAS/aSASSTU-met.XXX.xx
SAS/aSASSTU-met
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;ACCOUNT2_MID&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;HTTP/aSASSTU-mid.XXX.xx
HTTP/aSASSTU-mid
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;ACCOUNT3_COMP&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;SAS/aSASSTU-comp.XXX.xx
SAS/aSASSTU-comp
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;H3&gt;&lt;STRONG&gt;Clarification Needed&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Since our deployment spans multiple machines, is it acceptable to use different service accounts and register SPNs only for their respective hosts? Specifically:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Will the mid-tier be able to interact with the metadata and compute tiers without SPNs registered for those hosts under the mid-tier account?&lt;/LI&gt;
&lt;LI&gt;Or do we need additional SPNs or delegation settings to ensure proper Kerberos authentication and identity propagation?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Your guidance on best practices for SPN registration and delegation in this multi-tier SAS environment would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 21:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979048#M30460</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2025-11-18T21:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979091#M30463</link>
      <description>&lt;P&gt;We have also three separate accounts.&lt;/P&gt;
&lt;P&gt;And we have implemented AllowToDelegateTo:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;mid tier SPN:
&lt;UL&gt;
&lt;LI&gt;it's own host&lt;/LI&gt;
&lt;LI&gt;compute host&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;compute SPN:
&lt;UL&gt;
&lt;LI&gt;it's own host&lt;/LI&gt;
&lt;LI&gt;http to mid-tier&lt;/LI&gt;
&lt;LI&gt;Any external databases you wish to sso to&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Nov 2025 09:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979091#M30463</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-11-19T09:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979093#M30464</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;do you mean this delegation&amp;nbsp;&lt;BR /&gt;Midtier account should delegate to midtier host as well compute host? and compute account to own and http as well?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumarsandip975_0-1763548615676.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111382iA8725644033FE5F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumarsandip975_0-1763548615676.png" alt="kumarsandip975_0-1763548615676.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 10:38:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979093#M30464</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2025-11-19T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979096#M30465</link>
      <description>&lt;P&gt;Also, I have a question regarding the point where mentioned in document for midtier configuration about SPNEGO option and &lt;SPAN&gt;as the auth-method in the web.xml file for SAS Logon Manager.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bimtag/p1871e69gmwdr0n1o182krslc10p.htm#p0ynnu2sb6qwsqn1vc7i3249axmj" target="_blank"&gt;SAS Help Center: Support for Integrated Windows Authentication&lt;/A&gt;&amp;nbsp;&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="kumarsandip975_0-1763549067274.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111383i13B34818EC7CAD37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumarsandip975_0-1763549067274.png" alt="kumarsandip975_0-1763549067274.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do we need to configure browser settings when we go with SPNEGO option? as per below suggestions. For example, we have MS Edge.&amp;nbsp;&lt;BR /&gt;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bimtag/p1871e69gmwdr0n1o182krslc10p.htm#p1e0sh5h0ij5enn1f4g6k7i7fkck" target="_blank"&gt;Configure Google Chrome and Microsoft Edge to Use SPNEGO&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumarsandip975_1-1763549093818.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111384i51C8CBF61008194D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumarsandip975_1-1763549093818.png" alt="kumarsandip975_1-1763549093818.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 10:46:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979096#M30465</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2025-11-19T10:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979107#M30467</link>
      <description>I don't think I have access to that UI, we have ordered it to central AD admins. But my guess is, yes.</description>
      <pubDate>Wed, 19 Nov 2025 11:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979107#M30467</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-11-19T11:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979108#M30468</link>
      <description>But in your picture, both are HTTP, one should med "host".</description>
      <pubDate>Wed, 19 Nov 2025 11:41:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979108#M30468</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-11-19T11:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979117#M30469</link>
      <description>yes, those are both mid , one with just hostname and fqn combination. We have asked this picture from AD admin, we will add additionally metadata , even compute host as SAS/*&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979117#M30469</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2025-11-19T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Integrated Windows Authentication in the Middle Tier</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979118#M30470</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;have you done this configuration &lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bimtag/p1871e69gmwdr0n1o182krslc10p.htm#p1e0sh5h0ij5enn1f4g6k7i7fkck" target="_blank" rel="nofollow noopener noreferrer"&gt;Configure Google Chrome and Microsoft Edge to Use SPNEGO&lt;/A&gt;&amp;nbsp;additionally to allow SPNEGO option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrated-Windows-Authentication-in-the-Middle-Tier/m-p/979118#M30470</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2025-11-19T13:19:43Z</dc:date>
    </item>
  </channel>
</rss>

