#SASjs Server provides a REST API over Base #SAS.
Clients are configured using authorization-code flow, as follows:
# Setup
An ADMIN task - a client is created with a specific CLIENT ID, CLIENT SECRET, Access Token Expiry, and Refresh Token Expiry.
# Workflow
The user visits the SASjs Logon page to authorise the CLIENT (using any of various auth providers, such as LDAP). Then, using the AUTH CODE, the local app can obtain the ACCESS and REFRESH tokens.
#SASjs #SAS #sascommunity #sasadmin #sasdeveloper