-
https://docs.github.com/en/rest/reference/scim
Would be nice to be able to query for member usernames based on their email address.
-
Given a User with an emails payload of:
```
"emails": [
{
"value": "chuck@norris.com",
"type": "work",
"primary": true
},
{
"value": "1234@1234.com",
…
-
**Describe the issue:**
When adding already added user to role using SCIM patch operation, it fails by giving below error.
```
{"schemas":"urn:ietf:params:scim:api:messages:2.0:Error","detail":"Err…
-
I want to implement a scim server, Endpoint for example ` /Tenants/{tenantId}/**`, how to support multi-tenancy?
I see that `ResouceHandler` does not have a way to pass the TenantId parameter when pr…
-
These lines:
``` go
// return empty slice instead of null if there are no resources.
var resources []interface{}
for _, v := range page.Resources {
resources = append(resources, v.response…
200sc updated
3 years ago
-
If there is a Complex attribute that has multiple sub-attributes that are required, it is not possible to modify just one of those fields with a PATCH operation.
For example, let's consider a User …
-
Hi,
First off, thanks for the nice library.
According to the spec, when doing a GetAll a query argument of zero or negative would indicate that the resources need only be counted:
https://tools…
-
In the https://tools.ietf.org/html/rfc7644#section-3.4.2.2
there is an example of the `eq` operator having the alternate casing `Eq` giving the same results.
```
Attribute names and attribute op…
-
I am trying to perform patch operation on a group and request is standard request as given in https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-g…
-
Hi @Captain-P-Goldfish thanks for your great work!
I've started to use your Keycloak plugin but I have an issue.
I created by KC's admin panel a group and I tried to add a user (created before by …