@sastpw Thanks for the detailed info, I am able to connect to saspy via python kernel, but through sas kernel I am directly getting unauthenticated error [<class 'saspy.sasexceptions.SASHTTPauthenticateError'>, SASHTTPauthenticateError('Failure in GET AuthToken. Status=401\nResponse=b\'{"error":"unauthorized","error_description":"Bad credentials"}\''), <traceback object at 0x11ac1c0c0>] It is not asking for a prompt to provide the auth key like it did in python. Is there any config step I missing here? Also every time I want to use a new session should I get that auth key or is there a one time solution available?
... View more