scimmy icon indicating copy to clipboard operation
scimmy copied to clipboard

SCIM m(ade eas)y - SCIM 2.0 library for NodeJS

Results 20 scimmy issues
Sort by recently updated
recently updated
newest added

It would be helpful if any example of: 1. how to return an existing user in egress 2. how to return an created user in ingress 3. how to return...

When trying to define scimmy as an SCIM-Server in Keycloak, I'm getting the following error when loading the provider configuration. `errorMessage: The attribute with the name 'urn:ietf:params:scim:schemas:core:2.0:User:x509Certificates.value' has an invalid...

When egress isn't passed an id, it doesn't have a try catch converting any exceptions to the SCIMMY Error type. But it does when an id is passed. It would...

According to RFC 7644, values of `startIndex` in the URL query have the following definition: `A value less than 1 SHALL be interpreted as 1. ` However, a request to...

If we disable the `name.honorificPrefix` field from the user definition (`SCIMMY.Schemas.User.definition.truncate('name.honorificPrefix')`) and then send data that contains that field, such as: ``` { "addresses" : [ { "country" : "Philippines",...

So I am trying to add SCIM support using SCIMMY and SCIMMYRouters to my express API. So far so good. Everything is hooked up, and my placeholder ingress/egress functions are...

I have built my integration using scimmy and it mostly seems to be working. However, I pulled down the example PostMan tests mentioned here https://github.com/scimmyjs/scimmy-routers/issues/10#issuecomment-1947715384 I brought in parse/filter from...

Typescript doesn't recognize the types without module support.

We're having issues with Entra ID parallellizing group membership additions. Due to the way scimmy handles group member ingress, concurrent writes to the group ingress endpoint for the same group...

Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. Commits 56774ef 10.5.0 1e4e297 bin: Do not expose filenames to shell expansion See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=10.4.5&new-version=10.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies
javascript