Skip to content

Fix Issues on ResourceTypes and Schemas ListResponse#58

Open
Mysonemo wants to merge 4 commits intoPowerDMS:masterfrom
Mysonemo:master
Open

Fix Issues on ResourceTypes and Schemas ListResponse#58
Mysonemo wants to merge 4 commits intoPowerDMS:masterfrom
Mysonemo:master

Conversation

@Mysonemo
Copy link

/Schemas and /ResourceTypes are responding to the get like that:
[
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Schema"
],

It looks thats the ListResponse is missing as mentioned in RFC 7644

Should be like that.
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 6,
"Resources": [
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Schema"
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant