-
Hi @GordonSo ,
According to https://tools.ietf.org/html/rfc7643#section-2.3.6, the binary value should be case exact, but module expects value to be false.
In Class BinaryAttribute, the following…
-
Hi @GordonSo ,
According to RFC7643, section7, the valid values for "type" are, "string", "boolean", "decimal", "integer", "dateTime", "reference", and "complex".
But the module is expecting it t…
-
Hello guys,
It look's with the last version 2.0.0 i can see a regression on /resourceTypes endpoint.
The endpoint should be User**s**, Group**s** and Entitlement**s** (with "**s**")
![image](https:…
-
Running version 1.10.0.
### Issue
The feature of adding a `$ref` value is super handy. Unfortunately it does not seem to work with the canonical values for listing groups a user belongs to, be…
-
First thanks for this amazing job.
I am currently trying to sync users & groups from Azure AD but the group membership link is not captured. It seems that your code expects a member type to be set by…
-
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
-
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 …
-
In section https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#table-1-outline-the-attributes-that-you-need of this document, in the JSON pa…
-
**Describe the issue:**
As specified in the [1] "type" sub-attribute of the "members" attribute needs canonical values as User, Group but the existing implementation accepts any value as "type" witho…
-
In https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#table-1-outline-the-attributes-that-you-need (i.e. Table 1)...
`name.lastName` in …