CecilyK / scim-server-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCIM server sample

This is a simple sample of a SCIM server written using NodeJS and MongoDB as the data storage. Currrently testing for compatibility with Azure AD SCIM client using the SCIM validator

Functionality supported

ResourceType: Users

CRUD operations

  1. Create
  2. Read
  3. Update
  4. Delete
  5. Get by ID

ResourceType: Groups

CRUD operations

  1. Create
  2. Read
  3. Update
  4. Delete
  5. Get by ID

Add user to group

About


Languages

Language:JavaScript 100.0%