-
Hello, is it possibile to change the response of the ResourceTypes endpoint?
This is the current response:
![image](https://user-images.githubusercontent.com/10979448/151361592-2c8ca31c-c4d2-433…
-
Location : https://is.docs.wso2.com/en/5.11.0/develop/scim2-rest-apis/
The BulkResponse object should contain a array of Operations instead of object.
https://www.rfc-editor.org/rfc/rfc7644.html#…
-
Hello,
I have implemented a new Entitlements Resource exactly how has been done for Groups Resource, so to add an entitlements to a specific user we call Entitlements endpoint patching members attrib…
-
Hi,
I was looking through `SimpleIdServer.Scim.Api.BaseApiController` code and came across incosistency with SCIM RFC (from my point of view).
I see that almost all `Internal...` methods (e. g. `…
-
SCIM has support for the filter & gives the below image response
![SCIM API1](https://user-images.githubusercontent.com/119281393/204533876-2cf90b86-d9bb-4591-9162-af5e641ab52b.PNG)
In response…
-
According to the RFC documentation (Add operation) https://www.rfc-editor.org/rfc/rfc7644#section-3.5.2.1:
"If the target location already contains the value specified, **no changes SHOULD be made to…
-
SCIM 2 parameter value of attribute is case sensitive. According to the SCIM2 specification this attributes should be case insensitive [1]
Request: (display**n**ame)
`curl -v -k --user admin:ad…
-
I have the following methods in my Group model:
```
def members
users.map do |user|
{
value: user.id,
display: user.name,
# '$ref': Rails.application.route…
-
**Steps to reproduce:**
1. Send Get request with filter specified “https://{{Server}}{{Port}}/Users?filter=meta.version eq 3”
-> success, it returns ListResponse with an object or empty ListResp…
-
https://github.com/xlgmokha/scim-kit/blob/a7031f4204a4726187a127e80df7c1dd895c022d/lib/scim/kit/v2/messages.rb#L7
Hi again,
We are currently trying to support patch operations (https://www.rfc-e…