Skip to content
devakumaraswamy edited this page May 21, 2020 · 13 revisions

@sassoftware/restaf-server - web server in nodejs for SAS Viya Applications

Version

Version 8.x.x

This server is designed for use with SAS Viya. It is customized using the env file and the Dockerfile.

The following authentication schemes are supported:

  1. No authentication - the pages are served up as static pages.
  2. Implicit flow - Implicit flow authentication flow is supported.
  3. Authorization_code - (coming soon). This will be supported with a planned SAS Viya 3.5 maintenance release.

Install

npm install @sassoftware/restaf-server
Clone this wiki locally