<?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: SAS Stored Process Web Application in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185248#M4366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;To bypass all authentication, use anonymous access:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;SAS 9.4 Stored Processes: Developer's Guide: Authentication in the SAS Stored Process Web Application&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;&lt;A href="http://bit.ly/1gqXHNT" title="http://bit.ly/1gqXHNT"&gt;http://bit.ly/1gqXHNT&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Vince DelGobbo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;SAS R&amp;amp;D&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 18:15:03 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2014-01-02T18:15:03Z</dc:date>
    <item>
      <title>SAS Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185245#M4363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wondering if anyone is using the SSPWA and got authentication to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I bypass the SAS logon manger using the following URL; &lt;A href="http://myservername.com/SASStoredProcess/do1?_action=index"&gt;http://myservername.com/SASStoredProcess/do1?_action=index&lt;/A&gt; , I get the server (servername) at "SAS Authentication" logon prompt, enter my domain\ userid and pw then directly go to the index tree and can see my sp's. When I select a sp with a required prompt it immediately fails telling me the prompt is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I logoff and log back on using the SAS Logon manager, go to the sp and select, I can see the required prompt and execute the sp with no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone encounter this issue? I do have a ticket open with SAS TS, but holiday time....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 21:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185245#M4363</guid>
      <dc:creator>StevePfromAZ</dc:creator>
      <dc:date>2013-12-31T21:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185246#M4364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Try changing the value of _ACTION to something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;_action=index,form,properties,execute,newwindow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Vince DelGobbo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;SAS R&amp;amp;D&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185246#M4364</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2014-01-02T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185247#M4365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince, I tried using the syntax you suggested, it worked but prevented me from seeing the sp's without a propmt in the tree structure. I ended up using this to show both the sp's with and without prompts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://srpsts37.srp.gov/SASStoredProcess/do1?_action=index,execute,properties"&gt;http://servername.com/SASStoredProcess/do1?_action=index,execute,properties&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I'm still getting the prompt by the server at "SAS Authentication" to provide id and pw. Is there a way to bypass this additional authentication step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Steve&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185247#M4365</guid>
      <dc:creator>StevePfromAZ</dc:creator>
      <dc:date>2014-01-02T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185248#M4366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;To bypass all authentication, use anonymous access:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;SAS 9.4 Stored Processes: Developer's Guide: Authentication in the SAS Stored Process Web Application&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;&lt;A href="http://bit.ly/1gqXHNT" title="http://bit.ly/1gqXHNT"&gt;http://bit.ly/1gqXHNT&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Vince DelGobbo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;SAS R&amp;amp;D&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 18:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185248#M4366</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2014-01-02T18:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Web Application</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185249#M4367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince. Couldn't see where to mark as answered, but it was.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 17:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Web-Application/m-p/185249#M4367</guid>
      <dc:creator>StevePfromAZ</dc:creator>
      <dc:date>2014-01-03T17:02:18Z</dc:date>
    </item>
  </channel>
</rss>

