-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: move fixtures in their own dedicated files
- Loading branch information
Showing
41 changed files
with
2,735 additions
and
3,147 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"schemas": [ | ||
"urn:ietf:params:scim:schemas:core:2.0:User" | ||
], | ||
"id": "2819c223-7f76-453a-919d-413861904646", | ||
"userName": "[email protected]", | ||
"meta": { | ||
"resourceType": "User", | ||
"created": "2010-01-23T04:56:22Z", | ||
"lastModified": "2011-05-13T04:42:34Z", | ||
"version": "W\\/\"3694e05e9dff590\"", | ||
"location": "https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"schemas": [ | ||
"urn:ietf:params:scim:schemas:core:2.0:User" | ||
], | ||
"id": "2819c223-7f76-453a-919d-413861904646", | ||
"externalId": "701984", | ||
"userName": "[email protected]", | ||
"name": { | ||
"formatted": "Ms. Barbara J Jensen, III", | ||
"familyName": "Jensen", | ||
"givenName": "Barbara", | ||
"middleName": "Jane", | ||
"honorificPrefix": "Ms.", | ||
"honorificSuffix": "III" | ||
}, | ||
"displayName": "Babs Jensen", | ||
"nickName": "Babs", | ||
"profileUrl": "https://login.example.com/bjensen", | ||
"emails": [ | ||
{ | ||
"value": "[email protected]", | ||
"type": "work", | ||
"primary": true | ||
}, | ||
{ | ||
"value": "[email protected]", | ||
"type": "home" | ||
} | ||
], | ||
"addresses": [ | ||
{ | ||
"type": "work", | ||
"streetAddress": "100 Universal City Plaza", | ||
"locality": "Hollywood", | ||
"region": "CA", | ||
"postalCode": "91608", | ||
"country": "USA", | ||
"formatted": "100 Universal City Plaza\nHollywood, CA 91608 USA", | ||
"primary": true | ||
}, | ||
{ | ||
"type": "home", | ||
"streetAddress": "456 Hollywood Blvd", | ||
"locality": "Hollywood", | ||
"region": "CA", | ||
"postalCode": "91608", | ||
"country": "USA", | ||
"formatted": "456 Hollywood Blvd\nHollywood, CA 91608 USA" | ||
} | ||
], | ||
"phoneNumbers": [ | ||
{ | ||
"value": "555-555-5555", | ||
"type": "work" | ||
}, | ||
{ | ||
"value": "555-555-4444", | ||
"type": "mobile" | ||
} | ||
], | ||
"ims": [ | ||
{ | ||
"value": "someaimhandle", | ||
"type": "aim" | ||
} | ||
], | ||
"photos": [ | ||
{ | ||
"value": "https://photos.example.com/profilephoto/72930000000Ccne/F", | ||
"type": "photo" | ||
}, | ||
{ | ||
"value": "https://photos.example.com/profilephoto/72930000000Ccne/T", | ||
"type": "thumbnail" | ||
} | ||
], | ||
"userType": "Employee", | ||
"title": "Tour Guide", | ||
"preferredLanguage": "en-US", | ||
"locale": "en-US", | ||
"timezone": "America/Los_Angeles", | ||
"active": true, | ||
"password": "t1meMa$heen", | ||
"groups": [ | ||
{ | ||
"value": "e9e30dba-f08f-4109-8486-d5c6a331660a", | ||
"$ref": "https://example.com/v2/Groups/e9e30dba-f08f-4109-8486-d5c6a331660a", | ||
"display": "Tour Guides" | ||
}, | ||
{ | ||
"value": "fc348aa8-3835-40eb-a20b-c726e15c55b5", | ||
"$ref": "https://example.com/v2/Groups/fc348aa8-3835-40eb-a20b-c726e15c55b5", | ||
"display": "Employees" | ||
}, | ||
{ | ||
"value": "71ddacd2-a8e7-49b8-a5db-ae50d0a5bfd7", | ||
"$ref": "https://example.com/v2/Groups/71ddacd2-a8e7-49b8-a5db-ae50d0a5bfd7", | ||
"display": "US Employees" | ||
} | ||
], | ||
"x509Certificates": [ | ||
{ | ||
"value": "MIIDQzCCAqygAwIBAgICEAAwDQYJKoZIhvcNAQEFBQAwTjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFDASBgNVBAoMC2V4YW1wbGUuY29tMRQwEgYDVQQDDAtleGFtcGxlLmNvbTAeFw0xMTEwMjIwNjI0MzFaFw0xMjEwMDQwNjI0MzFaMH8xCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlhMRQwEgYDVQQKDAtleGFtcGxlLmNvbTEhMB8GA1UEAwwYTXMuIEJhcmJhcmEgSiBKZW5zZW4gSUlJMSIwIAYJKoZIhvcNAQkBFhNiamVuc2VuQGV4YW1wbGUuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7Kr+Dcds/JQ5GwejJFcBIP682X3xpjis56AK02bc1FLgzdLI8auoR+cC9/Vrh5t66HkQIOdA4unHh0AaZ4xL5PhVbXIPMB5vAPKpzz5iPSi8xO8SL7I7SDhcBVJhqVqr3HgllEG6UClDdHO7nkLuwXq8HcISKkbT5WFTVfFZzidPl8HZ7DhXkZIRtJwBweq4bvm3hM1Os7UQH05ZS6cVDgweKNwdLLrT51ikSQG3DYrl+ft781UQRIqxgwqCfXEuDiinPh0kkvIi5jivVu1Z9QiwlYEdRbLJ4zJQBmDrSGTMYn4lRc2HgHO4DqB/bnMVorHB0CC6AV1QoFK4GPe1LwIDAQABo3sweTAJBgNVHRMEAjAAMCwGCWCGSAGG+EIBDQQfFh1PcGVuU1NMIEdlbmVyYXRlZCBDZXJ0aWZpY2F0ZTAdBgNVHQ4EFgQU8pD0U0vsZIsaA16lL8En8bx0F/gwHwYDVR0jBBgwFoAUdGeKitcaF7gnzsNwDx708kqaVt0wDQYJKoZIhvcNAQEFBQADgYEAA81SsFnOdYJtNg5Tcq+/ByEDrBgnusx0jloUhByPMEVkoMZ3J7j1ZgI8rAbOkNngX8+pKfTiDz1RC4+dx8oU6Za+4NJXUjlL5CvV6BEYb1+QAEJwitTVvxB/A67g42/vzgAtoRUeDov1+GFiBZ+GNF/cAYKcMtGcrs2i97ZkJMo=" | ||
} | ||
], | ||
"meta": { | ||
"resourceType": "User", | ||
"created": "2010-01-23T04:56:22Z", | ||
"lastModified": "2011-05-13T04:42:34Z", | ||
"version": "W\\/\"a330bc54f0671c9\"", | ||
"location": "https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
{ | ||
"schemas": [ | ||
"urn:ietf:params:scim:schemas:core:2.0:User", | ||
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User" | ||
], | ||
"id": "2819c223-7f76-453a-919d-413861904646", | ||
"externalId": "701984", | ||
"userName": "[email protected]", | ||
"name": { | ||
"formatted": "Ms. Barbara J Jensen, III", | ||
"familyName": "Jensen", | ||
"givenName": "Barbara", | ||
"middleName": "Jane", | ||
"honorificPrefix": "Ms.", | ||
"honorificSuffix": "III" | ||
}, | ||
"displayName": "Babs Jensen", | ||
"nickName": "Babs", | ||
"profileUrl": "https://login.example.com/bjensen", | ||
"emails": [ | ||
{ | ||
"value": "[email protected]", | ||
"type": "work", | ||
"primary": true | ||
}, | ||
{ | ||
"value": "[email protected]", | ||
"type": "home" | ||
} | ||
], | ||
"addresses": [ | ||
{ | ||
"streetAddress": "100 Universal City Plaza", | ||
"locality": "Hollywood", | ||
"region": "CA", | ||
"postalCode": "91608", | ||
"country": "USA", | ||
"formatted": "100 Universal City Plaza\nHollywood, CA 91608 USA", | ||
"type": "work", | ||
"primary": true | ||
}, | ||
{ | ||
"streetAddress": "456 Hollywood Blvd", | ||
"locality": "Hollywood", | ||
"region": "CA", | ||
"postalCode": "91608", | ||
"country": "USA", | ||
"formatted": "456 Hollywood Blvd\nHollywood, CA 91608 USA", | ||
"type": "home" | ||
} | ||
], | ||
"phoneNumbers": [ | ||
{ | ||
"value": "555-555-5555", | ||
"type": "work" | ||
}, | ||
{ | ||
"value": "555-555-4444", | ||
"type": "mobile" | ||
} | ||
], | ||
"ims": [ | ||
{ | ||
"value": "someaimhandle", | ||
"type": "aim" | ||
} | ||
], | ||
"photos": [ | ||
{ | ||
"value": "https://photos.example.com/profilephoto/72930000000Ccne/F", | ||
"type": "photo" | ||
}, | ||
{ | ||
"value": "https://photos.example.com/profilephoto/72930000000Ccne/T", | ||
"type": "thumbnail" | ||
} | ||
], | ||
"userType": "Employee", | ||
"title": "Tour Guide", | ||
"preferredLanguage": "en-US", | ||
"locale": "en-US", | ||
"timezone": "America/Los_Angeles", | ||
"active": true, | ||
"password": "t1meMa$heen", | ||
"groups": [ | ||
{ | ||
"value": "e9e30dba-f08f-4109-8486-d5c6a331660a", | ||
"$ref": "https://example.com/v2/Groups/e9e30dba-f08f-4109-8486-d5c6a331660a", | ||
"display": "Tour Guides" | ||
}, | ||
{ | ||
"value": "fc348aa8-3835-40eb-a20b-c726e15c55b5", | ||
"$ref": "https://example.com/v2/Groups/fc348aa8-3835-40eb-a20b-c726e15c55b5", | ||
"display": "Employees" | ||
}, | ||
{ | ||
"value": "71ddacd2-a8e7-49b8-a5db-ae50d0a5bfd7", | ||
"$ref": "https://example.com/v2/Groups/71ddacd2-a8e7-49b8-a5db-ae50d0a5bfd7", | ||
"display": "US Employees" | ||
} | ||
], | ||
"x509Certificates": [ | ||
{ | ||
"value": "MIIDQzCCAqygAwIBAgICEAAwDQYJKoZIhvcNAQEFBQAwTjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFDASBgNVBAoMC2V4YW1wbGUuY29tMRQwEgYDVQQDDAtleGFtcGxlLmNvbTAeFw0xMTEwMjIwNjI0MzFaFw0xMjEwMDQwNjI0MzFaMH8xCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlhMRQwEgYDVQQKDAtleGFtcGxlLmNvbTEhMB8GA1UEAwwYTXMuIEJhcmJhcmEgSiBKZW5zZW4gSUlJMSIwIAYJKoZIhvcNAQkBFhNiamVuc2VuQGV4YW1wbGUuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7Kr+Dcds/JQ5GwejJFcBIP682X3xpjis56AK02bc1FLgzdLI8auoR+cC9/Vrh5t66HkQIOdA4unHh0AaZ4xL5PhVbXIPMB5vAPKpzz5iPSi8xO8SL7I7SDhcBVJhqVqr3HgllEG6UClDdHO7nkLuwXq8HcISKkbT5WFTVfFZzidPl8HZ7DhXkZIRtJwBweq4bvm3hM1Os7UQH05ZS6cVDgweKNwdLLrT51ikSQG3DYrl+ft781UQRIqxgwqCfXEuDiinPh0kkvIi5jivVu1Z9QiwlYEdRbLJ4zJQBmDrSGTMYn4lRc2HgHO4DqB/bnMVorHB0CC6AV1QoFK4GPe1LwIDAQABo3sweTAJBgNVHRMEAjAAMCwGCWCGSAGG+EIBDQQfFh1PcGVuU1NMIEdlbmVyYXRlZCBDZXJ0aWZpY2F0ZTAdBgNVHQ4EFgQU8pD0U0vsZIsaA16lL8En8bx0F/gwHwYDVR0jBBgwFoAUdGeKitcaF7gnzsNwDx708kqaVt0wDQYJKoZIhvcNAQEFBQADgYEAA81SsFnOdYJtNg5Tcq+/ByEDrBgnusx0jloUhByPMEVkoMZ3J7j1ZgI8rAbOkNngX8+pKfTiDz1RC4+dx8oU6Za+4NJXUjlL5CvV6BEYb1+QAEJwitTVvxB/A67g42/vzgAtoRUeDov1+GFiBZ+GNF/cAYKcMtGcrs2i97ZkJMo=" | ||
} | ||
], | ||
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": { | ||
"employeeNumber": "701984", | ||
"costCenter": "4130", | ||
"organization": "Universal Studios", | ||
"division": "Theme Park", | ||
"department": "Tour Operations", | ||
"manager": { | ||
"value": "26118915-6090-4610-87e4-49d8ca9f808d", | ||
"$ref": "https://example.com/v2/Users/26118915-6090-4610-87e4-49d8ca9f808d", | ||
"displayName": "John Smith" | ||
} | ||
}, | ||
"meta": { | ||
"resourceType": "User", | ||
"created": "2010-01-23T04:56:22Z", | ||
"lastModified": "2011-05-13T04:42:34Z", | ||
"version": "W\\/\"3694e05e9dff591\"", | ||
"location": "https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"schemas": [ | ||
"urn:ietf:params:scim:schemas:core:2.0:Group" | ||
], | ||
"id": "e9e30dba-f08f-4109-8486-d5c6a331660a", | ||
"displayName": "Tour Guides", | ||
"members": [ | ||
{ | ||
"value": "2819c223-7f76-453a-919d-413861904646", | ||
"$ref": "https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646", | ||
"display": "Babs Jensen" | ||
}, | ||
{ | ||
"value": "902c246b-6245-4190-8e05-00816be7344a", | ||
"$ref": "https://example.com/v2/Users/902c246b-6245-4190-8e05-00816be7344a", | ||
"display": "Mandy Pepperidge" | ||
} | ||
], | ||
"meta": { | ||
"resourceType": "Group", | ||
"created": "2010-01-23T04:56:22Z", | ||
"lastModified": "2011-05-13T04:42:34Z", | ||
"version": "W\\/\"3694e05e9dff592\"", | ||
"location": "https://example.com/v2/Groups/e9e30dba-f08f-4109-8486-d5c6a331660a" | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
tests/fixtures/rfc7643-8.5-service_provider_configuration.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"schemas": [ | ||
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig" | ||
], | ||
"documentationUri": "http://example.com/help/scim.html", | ||
"patch": { | ||
"supported": true | ||
}, | ||
"bulk": { | ||
"supported": true, | ||
"maxOperations": 1000, | ||
"maxPayloadSize": 1048576 | ||
}, | ||
"filter": { | ||
"supported": true, | ||
"maxResults": 200 | ||
}, | ||
"changePassword": { | ||
"supported": true | ||
}, | ||
"sort": { | ||
"supported": true | ||
}, | ||
"etag": { | ||
"supported": true | ||
}, | ||
"authenticationSchemes": [ | ||
{ | ||
"name": "OAuth Bearer Token", | ||
"description": "Authentication scheme using the OAuth Bearer Token Standard", | ||
"specUri": "http://www.rfc-editor.org/info/rfc6750", | ||
"documentationUri": "http://example.com/help/oauth.html", | ||
"type": "oauthbearertoken", | ||
"primary": true | ||
}, | ||
{ | ||
"name": "HTTP Basic", | ||
"description": "Authentication scheme using the HTTP Basic Standard", | ||
"specUri": "http://www.rfc-editor.org/info/rfc2617", | ||
"documentationUri": "http://example.com/help/httpBasic.html", | ||
"type": "httpbasic" | ||
} | ||
], | ||
"meta": { | ||
"location": "https://example.com/v2/ServiceProviderConfig", | ||
"resourceType": "ServiceProviderConfig", | ||
"created": "2010-01-23T04:56:22Z", | ||
"lastModified": "2011-05-13T04:42:34Z", | ||
"version": "W\\/\"3694e05e9dff594\"" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"schemas": [ | ||
"urn:ietf:params:scim:schemas:core:2.0:ResourceType" | ||
], | ||
"id": "Group", | ||
"name": "Group", | ||
"endpoint": "/Groups", | ||
"description": "Group", | ||
"schema": "urn:ietf:params:scim:schemas:core:2.0:Group", | ||
"meta": { | ||
"location": "https://example.com/v2/ResourceTypes/Group", | ||
"resourceType": "ResourceType" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"schemas": [ | ||
"urn:ietf:params:scim:schemas:core:2.0:ResourceType" | ||
], | ||
"id": "User", | ||
"name": "User", | ||
"endpoint": "/Users", | ||
"description": "User Account", | ||
"schema": "urn:ietf:params:scim:schemas:core:2.0:User", | ||
"schemaExtensions": [ | ||
{ | ||
"schema": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User", | ||
"required": true | ||
} | ||
], | ||
"meta": { | ||
"location": "https://example.com/v2/ResourceTypes/User", | ||
"resourceType": "ResourceType" | ||
} | ||
} |
Oops, something went wrong.