We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51ac52 commit 70caec2Copy full SHA for 70caec2
README.md
@@ -4,6 +4,16 @@
4
5
This tool is created to check the SCIM (System for Cross-domain Identity Management) conformance of your SCIM server.
6
7
+## Usage
8
+
9
+~~~
10
+CONFIG_FILE=./site/.vitepress/theme/components/config.yaml \
11
+AUTH_HEADER="Bearer REPLACE_THIS" \
12
+BASE_URL="https://api.scim.dev/scim/v2" \
13
+HAR_FILE_NAME="/output/output.har" \
14
+node --test
15
16
17
## Features
18
19
- Validate SCIM endpoints
0 commit comments