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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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