Coder Social home page Coder Social logo

jirihofman / strawberry-scim Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.79 MB

Lightweight SCIM client with simple Bootstrap UI to make HTTP requests to your SCIM Endpoints.

Home Page: https://strawberry-scim.vercel.app

JavaScript 97.82% CSS 0.99% HTML 1.19%
scim scim-client provisioning scim2

strawberry-scim's Introduction

Hi there πŸ‘‹

Check out my portfolio page for a nice overview or see a quick summary of my work below.

Repository Web Notes
Portfolio link πŸ“ƒ πŸ‘¨β€πŸ’» My portfolio page that can be used as a template for other GitHub users.
The Sentiment of The Guardian link πŸ“° πŸ˜Άβ€πŸŒ«οΈ Good news or bad news from The Guardian? See the sentiment for each headline.
Random8 link 🎱 🎲 Generate yourself some random data and/or email addresses.
Dali jsme jΓ­dlo link 🍟 πŸ₯― Kolik jsem utratil(a) na DΓ‘mejΓ­dlo.cz? Tracking your orders from popular Czech food delivery service.
SCIM client link πŸ“ πŸ‘¨β€πŸ’» A very lightweight SCIM client.
NextJS App template link πŸ₯” πŸ”– Template for quick app development.

strawberry-scim's People

Contributors

dependabot[bot] avatar jirihofman avatar

Stargazers

 avatar  avatar

Watchers

 avatar

strawberry-scim's Issues

The feature for adding users to a group does not follow the SCIM standard

Describe the bug
When making use of the advanced tool, the groups are created with a value that does not follow the SCIM standard as described in RFC 7643. Looking like this:

{
   "schemas":[
      "urn:ietf:params:scim:api:messages:2.0:PatchOp"
   ],
   "Operations":[
      {
         "op":"Add",
         "path":"members",
         "value":[
            {
               "value":"7aee3963-496d-43e8-a069-e0a2d880d20f"
            }
         ]
      }
   ]
}

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
I would expect it to follow the description as stated in RFC 7643 section 4.2.
See example below:

{
   "schemas":[
      "urn:ietf:params:scim:api:messages:2.0:PatchOp"
   ],
   "Operations":[
      {
         "op":"Add",
         "path":"members",
         "value":[
            {
               "id":"7aee3963-496d-43e8-a069-e0a2d880d20f"
               "$ref":"https://myservice.com/Users/7aee3963-496d-43e8-a069-e0a2d880d20f"
            }
         ]
      }
   ]
}

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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.