Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 629 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 629 Bytes

SCIM

Requirements

Write a SCIM 2.0 server including 7 necessary requests used by identity providers using Scala on the Play framework. You'll have design a database to define users, groups, and user-group membership. The API needs no presentation layer, just RESTful endpoints that can manipulate the database and return JSON. The repository contains a template for the project, including routes and a controller to get you started.

Resources

Here are some useful links for the project.