Coder Social home page Coder Social logo

keystone-scim / keystone Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 3.0 698 KB

A containerized, lightweight SCIM 2.0 REST API

Home Page: https://keystone-scim.github.io

License: MIT License

Python 98.28% Dockerfile 0.68% Makefile 1.03%
aiohttp-server asyncio azure azure-ad python scim-2

keystone's People

Contributors

yuvalherziger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

keystone's Issues

Patching users

I was wondering if keystone supports the PATCH operation on the Users endpoint. I would like for example to update the active value of an user. I have tried the following. It returns a 200 but no changes to the active field in the database (I'm using Postgres).

{
  "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:PatchOp"
  ],
  "Operations": [
    {
      "op": "replace",
      "value": {
         "active": true
      }
    }
  ]
}

Also tried it with a path. Same 200 and no changes.

{
  "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:PatchOp"
  ],
  "Operations": [
    {
      "op": "replace",
      "path" : "active",
      "value": true
    }
  ]
}

No record is inserted into users_groups table in Postgress

Hi,

When using users and groups provisioning via Azure AD. Postgres users_groups table does not show even a single record. There are multiple records in the users and groups table but none in users_groups intersection table.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.