-
**Describe the issue:**
`attributes` and `excludedAttributes` parameters are accepting invalid URI only for SCIM extended attributes.
For example; if I want to include `manager.displayName`, the c…
-
In SCIM pagination is defined by two parameters such as startIndex, count. According to the specification [1] when the count parameter is specified as zero, the service provider should empty result se…
-
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#issuec…
-
IM value (http://wso2.org/claims/im ) is define for the Instant Messenger (IM) details. Currently there are few issues can be find related to this user profile attribute.
1. Local IM claim is mapped …
-
**Describe the issue:**
200 Success response model of the documentation [1] contains meta field as a mandatory field.
Specification does not mention this meta field is necessary [2].
Please ref…
-
**Describe the issue:**
when 'GET' and 'POST' methods retrieve the meta attribute "resource type".
For endpoint "/Users" will set "resourceType" to "User", and "/Groups" will set "resourceType" to …
-
According to the scim2 specification [1] maximum number of the results of the pagination parameter 'count', should be specified by the service provider if it is not set by the user.
Therefore 'E…
-
User store: Unique id ldap user store
According to the SCIM2 specification ,
The entire 'SW' operator value must be a substring of the attribute value, starting at the beginning of the attribu…
-
**Describe the Issue:**
We allow regex patterns in `eq` operator in SCIM2 filtering. But in the spec, it says, it should be identical. https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.2.2
…
-
Have there been any plans/thoughts on implementing a grpc connector?
One that will just implement the `PasswordConnector` and `RefreshConnector` interfaces.
Just to make it easier for people to use …