-
Use of the `$ref` and `allOf` keywords in _freely-namable-areas_, such as Model names, property names, etc - will throw an error.
This is taken from https://github.com/swagger-api/swagger-editor/is…
-
The Address model in com.unboundid.scim2.common.types includes a 'primary' field, but RFC 7643 doesn't define addresses as having a 'primary' sub-attribute.
https://tools.ietf.org/html/rfc7643#sectio…
-
Add a table to [Docs/Design.md](https://github.com/fabbricadigitale/scimd/blob/develop/docs/DESIGN.md) to show validations vs actions
alelb updated
6 years ago
-
I propose to rename `IsAssigned`.
We should also rename `IsMultiValued` into `IsMultiValue` since the complementar method is `IsSingular`.
-
POST to `/restv1/scim/v2/Users/`
Payload
```
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"userName": "3422154",
"displayName": "WilliamLowe",
"password": "Dja…
-
After the merge, the account information changed more than I initially realized.
We lost the "User displayName" and gained an "RP id". Let make sure this is the right thing to do.
leshi updated
7 years ago
-
When retrieving all schemas (running the test testGetSchemas within EndpointTestCase.java) you will get the following:
`{
"schemas" : [ "urn:ietf:params:scim:api:messages:2.0:ListResponse" ],
"t…