-
I use scim2-tester against the [scimmy-routers](https://github.com/scimmyjs/scimmy-routers) middleware for [express](https://expressjs.com/)
It appears that scimmy-test sends `$ref` sub attributes …
-
### Connector Name
other (None Listed Above)
### Suggested feature
SCIM2 (System for Cross-domain Identity Management) [1] is a widely adapted protocol for user identity management in the identity …
-
Given that DotSearchFilter converts POST /Users/.search into GET /Users with query params, the obvious approach is to only handle the GET endpoint. Problem is that I found no way of getting access to …
-
POST/Create group is duplicated [1]
[1] https://is.docs.wso2.com/en/latest/develop/using-the-scim-2.0-rest-apis/#post-create-group
-
I am well aware that this is a difficult question, but I would love if there could be a clean API for lists of sub-models instead of having to pass JSON.
```python
class Sub(BaseModel):
foo: s…
-
### **## Configuration**
```terraform
## main.tf
provider "databricks" {
host = var.host
account_id = var.account_id
}
resource "databricks_group" "unit_catalog_group" {
for_…
-
**Describe the bug**
The `sly` library that scim2-filter-parser relies on will [no longer be updated](https://github.com/dabeaz/sly#important-notice--october-11-2022) and is currently pinned at `==…
-
Adress is a multi-valued type according to RFC-7643. However, it's missing the both attributes "value" and "display".
That leads to problems when using the client library with SCIM2 conformant serv…
-
**Describe the issue:**
It has been noted that a large number of queries are executed when a SCIM2 multi-attribute filter with identity claims that contain large results is retrieved from the users…
-
My application creates users with UTF-8 encoding via SCIM2 API. The users are properly sent, received and correctly stored to UTF-8 MySQL database. When I try to get claims via OIDC, non-ASCII charact…