Skip to content

Instantly share code, notes, and snippets.

@thomaspoignant
Last active June 11, 2020 12:59
Show Gist options
  • Save thomaspoignant/746a3ab766c3ba9f8db452b66a75a82c to your computer and use it in GitHub Desktop.
Save thomaspoignant/746a3ab766c3ba9f8db452b66a75a82c to your computer and use it in GitHub Desktop.
Test your scim integration using api-scemario
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