-
Hi,
I've noticed a couple of problems with patch operations on group members.
1. A patch operation to remove a single member removes all members. This seems to be due to the code creating a …
-
### Description
I would like to have more flexibility in the errors returned in the resource handlers.
Would you accept a PR with the following changes?
1. All ResourceHandler methods will retur…
-
I am using the built in ResourceTypes handler. [It is hardcoded to respond with a list of the resource types](https://github.com/imulab/go-scim/blob/master/handlers/resource_type.go#L18-L25). Accordin…
-
Sorry to bother you with this, but need a few pointers.
I need to add a new resource type. I took the following steps.
I created a schema to add to the collection.
`SCIMSchema eduUserSchema = S…
-
Wrap parenthesis calls for filters should be a type according to RFC spec: https://tools.ietf.org/html/rfc7644#section-3.4.2.2
Example: `filter=(active eq true)` is treated as `SCIMAttributeExpress…
-
Currently filtering by user emails without property doesn't work. It be appended with `.value` to work properly.
See: https://tools.ietf.org/html/rfc7644#section-3.4.4.2
RFC Example: `userType eq …
-
I have created a SCIM integration using microsoft.systemForCrossDomainIdentityManagement [nuget package](https://www.nuget.org/packages/Microsoft.SystemForCrossDomainIdentityManagement) but some of th…
-
| Q | A
| ------------------------------- | -------
| Bug or feature request? | Feature request
| Which Swagger/OpenAPI version? | 2.0
| Which Swagger-UI ver…
-
The request body for Update Group [Remove Members] is not compliant with the SCIM v2 specification.
https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/use-scim-to-provision-users-and-…
-
according to RFC7644 chapter 3.4.2.2 filter values need to be surrounded by quotemarks
filter=userName eq "bjensen"
but charon rejects such a filter with the following error message:
{"respon…