BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
StevePfromAZ
Fluorite | Level 6

Wondering if anyone is using the SSPWA and got authentication to work?

If I bypass the SAS logon manger using the following URL; http://myservername.com/SASStoredProcess/do1?_action=index , 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.

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.

Anyone encounter this issue? I do have a ticket open with SAS TS, but holiday time....

1 ACCEPTED SOLUTION

Accepted Solutions
StevePfromAZ
Fluorite | Level 6

Thanks Vince. Couldn't see where to mark as answered, but it was.

View solution in original post

4 REPLIES 4
Vince_SAS
Rhodochrosite | Level 12

Try changing the value of _ACTION to something like this:


_action=index,form,properties,execute,newwindow


Vince DelGobbo

SAS R&D

StevePfromAZ
Fluorite | Level 6

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;

http://servername.com/SASStoredProcess/do1?_action=index,execute,properties

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?

Thanks, Steve 

Vince_SAS
Rhodochrosite | Level 12

To bypass all authentication, use anonymous access:

SAS 9.4 Stored Processes: Developer's Guide: Authentication in the SAS Stored Process Web Application

http://bit.ly/1gqXHNT

Vince DelGobbo

SAS R&D

StevePfromAZ
Fluorite | Level 6

Thanks Vince. Couldn't see where to mark as answered, but it was.

sas-innovate-wordmark-gradient-background 3.pngSAS Innovate

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 5427 views
  • 0 likes
  • 2 in conversation