/scim-api-server

This is a sample NodeJS SCIM API server

Primary LanguageJavaScriptApache License 2.0Apache-2.0

scim-api-server

This is a sample NodeJS SCIM API service

Table of Contents

  1. Installation
  2. Local dev setup
  3. Supports
  4. References

Installation

  • Install Node.js
    • Node.js is a prerequisite and have to be installed on the server.

Local dev setup

Prerequisite

  • ngrok to put localhost on the internet
  • Create a .env file or copy over the .env.local file and update the following information
    • Update database url, since its using sqlite. You can put file:./dev.db
    • authorization should be username:password that is configured at the IDP scim integration level

Supports

  • Okta

References