Last active
June 11, 2020 12:59
-
-
Save thomaspoignant/746a3ab766c3ba9f8db452b66a75a82c to your computer and use it in GitHub Desktop.
Test your scim integration using api-scemario
This file contains hidden or 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
api-scenario run \ | |
--scenario=scim-scenario.json \ | |
--variable="auth:token" \ | |
--variable="SCIMBaseURL:http://localhost:3000"\ | |
--variable="InvalidUserEmail:[email protected]" \ | |
--variable="UserIdThatDoesNotExist:id_invalid" \ | |
--variable="randomEmail:[email protected]" \ | |
--variable="randomUsername:randomUsername" \ | |
--variable="randomGivenName:randomGivenName" \ | |
--variable="randomFamilyName:randomFamilyName" \ | |
--variable="randomUsernameCaps:RANDOMUSERNAME" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment