-
There are several issues here, both with the implementation and documentation:
- **How to configure**: The main reason to use AppRoleAssignmentsComplex is to support multiple roles. When adding the n…
magne updated
3 years ago
-
the `askPassword` option used by IS 5.6.0 (on line 138 of `scim2-schema-extension.config`) is set to be included as part of `urn:ietf:params:scim:schemas:extension:enterprise:2.0:User`. This conflic…
-
currently, WSO2 IS only supports one claim per type of contact information. The SCIM2 spec ([RFC 7643 section 4.1.2](https://tools.ietf.org/html/rfc7643#section-4.1.2)) does not require types to be u…
-
I have noticed that the schema for User resource declares the userName attribute as immutable. Is that intentional?
Would you consider changing it to readWrite?
1. The [RFC 7643 Section 8.7.1](h…
-
https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#step-1-design-your-user-and-group-schema
"The core user schema only requires three at…
-
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…
-
**Status:** Open for comments
## Need
This proposal is a replacement for #3870, which will be closed. There is a lot of context and discussion in that issue, which serves as background t…
-
If a string attribute is set to `null`, the request fails with type mismatch error. But it seems the same issue affects other attribute types too.
For example:
```
POST /scim/v2/Groups
Content-T…
-
I tried the following json schema and used "addtionalProperties" keyword to control the handling of extra stuff, but it seems no support for it
Couldn't find it in SchemaValidator.java
```
.
.…
-
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 …